Home
last modified time | relevance | path

Searched refs:htcap (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/wpa_supplicant_8/src/ap/
H A Dtaxonomy.c
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_utils_api.c748 struct htcap_cmn_ie *htcap; in util_scan_get_phymode_5g() local
753 htcap = (struct htcap_cmn_ie *) in util_scan_get_phymode_5g()
760 if (!(htcap && htinfo)) in util_scan_get_phymode_5g()
763 if (htcap) in util_scan_get_phymode_5g()
764 ht_cap = le16toh(htcap->hc_cap); in util_scan_get_phymode_5g()
882 struct htcap_cmn_ie *htcap; in util_scan_get_phymode_2g() local
886 htcap = (struct htcap_cmn_ie *) in util_scan_get_phymode_2g()
893 if (htcap) in util_scan_get_phymode_2g()
894 ht_cap = le16toh(htcap->hc_cap); in util_scan_get_phymode_2g()
896 if (htcap && htinfo) { in util_scan_get_phymode_2g()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_manager.c59 ie = req->scan_req.htcap.ptr; in scm_scan_free_scan_request_mem()
61 req->scan_req.htcap.len = 0; in scm_scan_free_scan_request_mem()
62 req->scan_req.htcap.ptr = NULL; in scm_scan_free_scan_request_mem()
1667 scan->scan_start_request_buff.scan_req.htcap.ptr = NULL; in scm_scan_update_scan_event()
1668 scan->scan_start_request_buff.scan_req.htcap.len = 0; in scm_scan_update_scan_event()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c1091 static uint32_t cm_etp_get_min_mpdu_ss_us_100x(struct htcap_cmn_ie *htcap) in cm_etp_get_min_mpdu_ss_us_100x() argument
1096 ampdu_param = (tSirMacHTParametersInfo *)&htcap->ampdu_param; in cm_etp_get_min_mpdu_ss_us_100x()
1119 struct htcap_cmn_ie *htcap) in cm_etp_get_max_amsdu_len() argument
1184 struct htcap_cmn_ie *htcap; in cm_calculate_etp() local
1186 htcap = (struct htcap_cmn_ie *)util_scan_entry_htcap(entry); in cm_calculate_etp()
1225 cm_etp_get_min_mpdu_ss_us_100x(htcap); in cm_calculate_etp()
1227 cm_etp_get_max_amsdu_len(psoc, htcap); in cm_calculate_etp()
1304 if (phy_config->ht_cap && entry->ie_list.htcap) in cm_calculate_etp_score()
2567 if (phy_config->ht_cap && (entry->ie_list.htcap || in cm_calculate_bss_score()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
H A Dwlan_scan_utils_api.h731 ie_lst->htcap = conv_ptr(ie_lst->htcap, old_ptr, new_ptr); in util_scan_copy_beacon_data()
1154 return scan_entry->ie_list.htcap; in util_scan_entry_htcap()
H A Dwlan_scan_public_structs.h241 uint8_t *htcap; member
1234 struct element_info htcap; member
/wlan-driver/qcacld-3.0/os_if/son/src/
H A Dos_if_son.c917 qdf_mem_copy(&apcap->htcap.htcap, &ht_cap_info, in os_if_son_get_apcap()
919 apcap->htcap.max_tx_nss = num_tx_streams; in os_if_son_get_apcap()
920 apcap->htcap.max_rx_nss = num_rx_streams; in os_if_son_get_apcap()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_son.c2561 peer_cap->htcap = sta_info->ht_caps.cap_info; in hdd_son_get_peer_capability()