Searched refs:htcap (Results 1 – 8 of 8) sorted by relevance
748 struct htcap_cmn_ie *htcap; in util_scan_get_phymode_5g() local753 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() local886 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 …]
59 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()
1091 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() argument1096 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() argument1184 struct htcap_cmn_ie *htcap; in cm_calculate_etp() local1186 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()
731 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()
241 uint8_t *htcap; member1234 struct element_info htcap; member
917 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()
2561 peer_cap->htcap = sta_info->ht_caps.cap_info; in hdd_son_get_peer_capability()