Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 53) sorted by relevance

123

/wlan-driver/wpa_supplicant_8/src/crypto/
H A Daes-internal.c
H A Daes-internal-dec.c
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_ucfg_api.c141 struct cm_roam_values_copy temp; in ucfg_cm_get_roam_band() local
143 wlan_cm_roam_cfg_get_value(psoc, vdev_id, ROAM_BAND, &temp); in ucfg_cm_get_roam_band()
145 *roam_band = temp.uint_value; in ucfg_cm_get_roam_band()
572 struct cm_roam_values_copy temp; in ucfg_cm_get_neighbor_lookup_rssi_threshold() local
574 wlan_cm_roam_cfg_get_value(psoc, vdev_id, NEXT_RSSI_THRESHOLD, &temp); in ucfg_cm_get_neighbor_lookup_rssi_threshold()
575 *lookup_threshold = temp.uint_value; in ucfg_cm_get_neighbor_lookup_rssi_threshold()
585 struct cm_roam_values_copy temp; in ucfg_cm_get_empty_scan_refresh_period() local
588 EMPTY_SCAN_REFRESH_PERIOD, &temp); in ucfg_cm_get_empty_scan_refresh_period()
589 *refresh_threshold = temp.uint_value; in ucfg_cm_get_empty_scan_refresh_period()
598 struct cm_roam_values_copy temp; in ucfg_cm_get_neighbor_scan_min_chan_time() local
[all …]
H A Dwlan_cm_roam_api.c2977 char *temp = buf; in cm_roam_stats_get_trigger_detail_str() local
2979 buf_cons = qdf_snprint(temp, buf_left, "Reason: \"%s\" ", in cm_roam_stats_get_trigger_detail_str()
2981 temp += buf_cons; in cm_roam_stats_get_trigger_detail_str()
2985 buf_cons = qdf_snprint(temp, buf_left, "Sub-Reason: %s", in cm_roam_stats_get_trigger_detail_str()
2987 temp += buf_cons; in cm_roam_stats_get_trigger_detail_str()
3006 temp, buf_left, in cm_roam_stats_get_trigger_detail_str()
3010 temp += buf_cons; in cm_roam_stats_get_trigger_detail_str()
3013 buf_cons = qdf_snprint(temp, buf_left, in cm_roam_stats_get_trigger_detail_str()
3021 temp += buf_cons; in cm_roam_stats_get_trigger_detail_str()
3024 buf_cons = qdf_snprint(temp, buf_left, "CU: %d %% ", in cm_roam_stats_get_trigger_detail_str()
[all …]
/wlan-driver/platform/cnss_utils/
H A Dcnss_utils.c154 void *temp; in cnss_utils_wlan_set_dfs_nol() local
165 temp = kmemdup(info, info_len, GFP_ATOMIC); in cnss_utils_wlan_set_dfs_nol()
166 if (!temp) in cnss_utils_wlan_set_dfs_nol()
172 dfs_info->dfs_nol_info = temp; in cnss_utils_wlan_set_dfs_nol()
240 u8 *temp = NULL; in set_wlan_mac_address() local
269 temp = &addr->mac_addr[0][0]; in set_wlan_mac_address()
272 ++iter, temp += ETH_ALEN, mac_list += ETH_ALEN) { in set_wlan_mac_address()
273 ether_addr_copy(temp, mac_list); in set_wlan_mac_address()
275 temp[0], temp[1], temp[2], in set_wlan_mac_address()
276 temp[3], temp[4], temp[5]); in set_wlan_mac_address()
[all …]
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_hl.c771 struct tcp_stream_node *temp; local
790 temp = tcp_node_list;
791 tcp_node_list = temp->next;
794 temp->head,
798 ol_txrx_vdev_free_tcp_node(vdev, temp);
976 struct tcp_stream_node *temp; local
988 temp = head;
989 while (temp->next) {
990 if ((temp->next->dst_ip == info->dst_ip) &&
991 (temp->next->src_ip == info->src_ip) &&
[all …]
H A Dol_tx_ll.c584 struct qdf_tso_seg_elem_t *temp; in ol_tso_seg_list_deinit() local
603 temp = c_element->next; in ol_tso_seg_list_deinit()
614 c_element = temp; in ol_tso_seg_list_deinit()
687 struct qdf_tso_num_seg_elem_t *temp; in ol_tso_num_seg_list_deinit() local
706 temp = c_element->next; in ol_tso_num_seg_list_deinit()
708 c_element = temp; in ol_tso_num_seg_list_deinit()
H A Dol_txrx_flow_control.c1158 uint16_t temp = 0; in ol_tx_flow_pool_resize() local
1184 temp = QDF_MIN(pool->deficient_desc, diff); in ol_tx_flow_pool_resize()
1185 pool->deficient_desc -= temp; in ol_tx_flow_pool_resize()
1186 diff -= temp; in ol_tx_flow_pool_resize()
1237 temp = QDF_MIN(pool->overflow_desc, diff); in ol_tx_flow_pool_resize()
1238 pool->overflow_desc -= temp; in ol_tx_flow_pool_resize()
1239 diff -= temp; in ol_tx_flow_pool_resize()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dtransfer.c528 uint8_t temp; in hif_dev_process_recv_header() local
630 temp = HTC_GET_FIELD(buf, HTC_FRAME_HDR, FLAGS); in hif_dev_process_recv_header()
632 if (temp & HTC_FLAGS_RECV_TRAILER) { in hif_dev_process_recv_header()
636 temp = HTC_GET_FIELD(buf, HTC_FRAME_HDR, CONTROLBYTES0); in hif_dev_process_recv_header()
638 if ((temp < sizeof(HTC_RECORD_HDR)) || in hif_dev_process_recv_header()
639 (temp > payloadLen)) { in hif_dev_process_recv_header()
643 hif_err("But control bytes is :%d)", temp); in hif_dev_process_recv_header()
665 payloadLen - temp), in hif_dev_process_recv_header()
666 temp, in hif_dev_process_recv_header()
/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_recv.c369 uint8_t temp; in htc_rx_completion_handler() local
372 temp = HTC_GET_FIELD(HtcHdr, HTC_FRAME_HDR, FLAGS); in htc_rx_completion_handler()
373 if (temp & HTC_FLAGS_RECV_TRAILER) { in htc_rx_completion_handler()
375 temp = in htc_rx_completion_handler()
378 if ((temp < sizeof(HTC_RECORD_HDR)) in htc_rx_completion_handler()
379 || (temp > payloadLen)) { in htc_rx_completion_handler()
382 payloadLen, temp)); in htc_rx_completion_handler()
387 trailerlen = temp; in htc_rx_completion_handler()
394 payloadLen - temp), in htc_rx_completion_handler()
395 temp, htc_ep_id); in htc_rx_completion_handler()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wowl.c110 const char *temp; in hdd_add_wowl_ptrn() local
197 temp = ptrn; in hdd_add_wowl_ptrn()
226 memcpy(g_hdd_wowl_ptrns[empty_slot], temp, len); in hdd_add_wowl_ptrn()
H A Dwlan_hdd_ioctl.c1807 int temp = 0; in hdd_set_dwell_time_6g() local
1816 temp = kstrtou32(value, 10, &val); in hdd_set_dwell_time_6g()
1817 if (temp || !cfg_in_range(CFG_ACTIVE_MAX_6G_CHANNEL_TIME, in hdd_set_dwell_time_6g()
1828 temp = kstrtou32(value, 10, &val); in hdd_set_dwell_time_6g()
1829 if (temp || !cfg_in_range(CFG_PASSIVE_MAX_6G_CHANNEL_TIME, in hdd_set_dwell_time_6g()
1897 int retval = 0, temp = 0; in hdd_set_dwell_time() local
1910 temp = kstrtou32(value, 10, &val); in hdd_set_dwell_time()
1911 if (temp || !cfg_in_range(CFG_ACTIVE_MAX_CHANNEL_TIME, val)) { in hdd_set_dwell_time()
1921 temp = kstrtou32(value, 10, &val); in hdd_set_dwell_time()
1922 if (temp || !cfg_in_range(CFG_PASSIVE_MAX_CHANNEL_TIME, val)) { in hdd_set_dwell_time()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_tx.h63 uint32_t temp = 0; \
64 temp |= (tag << HAL_TX_DESC_TLV_TAG_OFFSET); \
65 temp |= (len << HAL_TX_DESC_TLV_LEN_OFFSET); \
66 (*(uint32_t *)desc) = temp; \
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_diag.c44 u8 *temp = ramdump_base; in hif_ce_dump_target_memory() local
51 qdf_mem_copy(temp, &val, 4); in hif_ce_dump_target_memory()
53 temp += 4; in hif_ce_dump_target_memory()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_security_utils.c659 uint8_t temp; in lim_rc4() local
663 temp = ctx.sbox[i]; in lim_rc4()
665 ctx.sbox[j] = temp; in lim_rc4()
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_manager_6ghz.c59 struct rnr_chan_weight *rnr_chan_info, temp; in scm_sort_6ghz_channel_list() local
115 qdf_mem_copy(&temp, &rnr_chan_info[max], in scm_sort_6ghz_channel_list()
119 qdf_mem_copy(&rnr_chan_info[i], &temp, in scm_sort_6ghz_channel_list()
/wlan-driver/wpa_supplicant_8/src/fst/
H A Dfst_ctrl_iface.c
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c1024 uint8_t temp, i, chan_width; in wma_populate_peer_he_cap() local
1097 temp = he_cap->doppler & 0x1; in wma_populate_peer_he_cap()
1098 WMI_HECAP_PHY_RXDOPPLER_SET(phy_cap, temp); in wma_populate_peer_he_cap()
1099 temp = he_cap->doppler >> 0x1; in wma_populate_peer_he_cap()
1100 WMI_HECAP_PHY_TXDOPPLER_SET(phy_cap, temp); in wma_populate_peer_he_cap()
1102 temp = he_cap->ul_mu & 0x1; in wma_populate_peer_he_cap()
1103 WMI_HECAP_PHY_UL_MU_MIMO_SET(phy_cap, temp); in wma_populate_peer_he_cap()
1104 temp = he_cap->ul_mu >> 0x1; in wma_populate_peer_he_cap()
1105 WMI_HECAP_PHY_ULMUMIMOOFDMA_SET(phy_cap, temp); in wma_populate_peer_he_cap()
/wlan-driver/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.c
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c1796 bool temp; in tx_packetdump_cb() local
1803 temp = check_txrx_packetdump_count(pdev_id); in tx_packetdump_cb()
1804 if (temp) in tx_packetdump_cb()
1832 bool temp; in rx_packetdump_cb() local
1839 temp = check_txrx_packetdump_count(pdev_id); in rx_packetdump_cb()
1840 if (temp) in rx_packetdump_cb()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_thread.c143 uint32_t temp = 0; in dp_rx_tm_thread_dump_stats() local
149 temp = rx_thread->stats.nbuf_queued[reo_ring_num]; in dp_rx_tm_thread_dump_stats()
150 if (!temp) in dp_rx_tm_thread_dump_stats()
152 total_queued += temp; in dp_rx_tm_thread_dump_stats()
157 "reo[%u]:%u ", reo_ring_num, temp); in dp_rx_tm_thread_dump_stats()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_fcc_bin5.c547 int temp; in dfs_check_chirping_merlin() local
562 temp = is_ctl; in dfs_check_chirping_merlin()
564 is_ext = temp; in dfs_check_chirping_merlin()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c126 struct cm_roam_values_copy temp; in cm_roam_fill_rssi_change_params() local
130 RSSI_CHANGE_THRESHOLD, &temp); in cm_roam_fill_rssi_change_params()
131 params->rssi_change_thresh = temp.int_value; in cm_roam_fill_rssi_change_params()
134 BEACON_RSSI_WEIGHT, &temp); in cm_roam_fill_rssi_change_params()
135 params->bcn_rssi_weight = temp.uint_value; in cm_roam_fill_rssi_change_params()
138 HI_RSSI_DELAY_BTW_SCANS, &temp); in cm_roam_fill_rssi_change_params()
139 params->hirssi_delay_btw_scans = temp.uint_value; in cm_roam_fill_rssi_change_params()
2938 struct cm_roam_values_copy temp; in cm_is_mbo_ap_without_pmf() local
2962 wlan_cm_roam_cfg_get_value(psoc, vdev_id, MBO_OCE_ENABLED_AP, &temp); in cm_is_mbo_ap_without_pmf()
2963 mbo_oce_enabled_ap = !!temp.uint_value; in cm_is_mbo_ap_without_pmf()
[all …]
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c4823 uint32_t temp = 0; in mlme_update_nss_vht_cap() local
4831 temp = vht_cap_info->basic_mcs_set; in mlme_update_nss_vht_cap()
4832 temp = (temp & 0xFFFC) | vht_cap_info->rx_mcs; in mlme_update_nss_vht_cap()
4834 temp = (temp & 0xFFF3) | (vht_cap_info->rx_mcs2x2 << 2); in mlme_update_nss_vht_cap()
4836 temp |= 0x000C; in mlme_update_nss_vht_cap()
4838 vht_cap_info->basic_mcs_set = temp; in mlme_update_nss_vht_cap()
4840 temp = vht_cap_info->rx_mcs_map; in mlme_update_nss_vht_cap()
4841 temp = (temp & 0xFFFC) | vht_cap_info->rx_mcs; in mlme_update_nss_vht_cap()
4843 temp = (temp & 0xFFF3) | (vht_cap_info->rx_mcs2x2 << 2); in mlme_update_nss_vht_cap()
4845 temp |= 0x000C; in mlme_update_nss_vht_cap()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_err.c2418 qdf_nbuf_t temp = soc->wbm_sg_param.wbm_sg_nbuf_tail; in dp_rx_wbm_sg_list_last_msdu_war() local
2421 qdf_nbuf_data(temp)); in dp_rx_wbm_sg_list_last_msdu_war()
2422 temp = soc->wbm_sg_param.wbm_sg_nbuf_head; in dp_rx_wbm_sg_list_last_msdu_war()
2423 while (temp) { in dp_rx_wbm_sg_list_last_msdu_war()
2424 QDF_NBUF_CB_RX_PKT_LEN(temp) = len; in dp_rx_wbm_sg_list_last_msdu_war()
2425 temp = temp->next; in dp_rx_wbm_sg_list_last_msdu_war()

123