/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11_ht.c | 495 struct ieee80211_ht_capabilities *ht_cap, in hostapd_get_ht_capab() 500 if (ht_cap == NULL) in hostapd_get_ht_capab() 502 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap)); in hostapd_get_ht_capab() 494 hostapd_get_ht_capab(struct hostapd_data *hapd, struct ieee80211_ht_capabilities *ht_cap, struct ieee80211_ht_capabilities *neg_ht_cap) hostapd_get_ht_capab() argument
|
H A D | ieee802_11.h | 72 struct ieee80211_ht_capabilities *ht_cap,
|
H A D | drv_callbacks.c | 265 struct ieee80211_ht_capabilities *ht_cap = in hostapd_notif_assoc() local 269 if (le_to_host16(ht_cap->ht_capabilities_info) & in hostapd_notif_assoc()
|
H A D | ieee802_11.c | 4948 struct ieee80211_ht_capabilities ht_cap; in add_associated_sta() local 4996 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap); in add_associated_sta() 5016 sta->flags & WLAN_STA_HT ? &ht_cap : NULL, in add_associated_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11_ht.c | 517 struct ieee80211_ht_capabilities *ht_cap, in hostapd_get_ht_capab() 522 if (ht_cap == NULL) in hostapd_get_ht_capab() 524 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap)); in hostapd_get_ht_capab() 516 hostapd_get_ht_capab(struct hostapd_data *hapd, struct ieee80211_ht_capabilities *ht_cap, struct ieee80211_ht_capabilities *neg_ht_cap) hostapd_get_ht_capab() argument
|
H A D | ieee802_11.h | 71 struct ieee80211_ht_capabilities *ht_cap,
|
H A D | drv_callbacks.c | 228 struct ieee80211_ht_capabilities *ht_cap = in hostapd_notif_assoc() local 232 if (le_to_host16(ht_cap->ht_capabilities_info) & in hostapd_notif_assoc()
|
H A D | ieee802_11.c | 3360 struct ieee80211_ht_capabilities ht_cap; in add_associated_sta() local 3409 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap); in add_associated_sta() 3430 sta->flags & WLAN_STA_HT ? &ht_cap : NULL, in add_associated_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | hw_features_common.c | 363 struct ieee80211_ht_capabilities *ht_cap = in check_40mhz_2g4() local 367 if (le_to_host16(ht_cap->ht_capabilities_info) & in check_40mhz_2g4()
|
H A D | ieee802_11_common.c | 3014 struct ieee80211_ht_capabilities *ht_cap = in get_oh_max_noss_capa() local 3020 if (ht_cap) { in get_oh_max_noss_capa() 3021 int max_noss_ht = parse_oh_ht_mcs_for_max_noss(ht_cap, parse_rx); in get_oh_max_noss_capa()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | hw_features_common.c | 343 struct ieee80211_ht_capabilities *ht_cap = in check_40mhz_2g4() local 347 if (le_to_host16(ht_cap->ht_capabilities_info) & in check_40mhz_2g4()
|
/third_party/backends/backend/ |
H A D | snapscan-options.c | 1275 int ht_cap = pss->hconfig & HCFG_HT; in sane_control_option() local 1280 if (ht_cap) in sane_control_option() 1282 if (ht_cap && pss->halftone) in sane_control_option() 1312 int ht_cap = pss->hconfig & HCFG_HT; in sane_control_option() local 1317 if (ht_cap) in sane_control_option() 1319 if (ht_cap && pss->halftone) in sane_control_option()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | sme.c | 2068 u16 ht_cap; in sme_proc_obss_scan() local 2107 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0; in sme_proc_obss_scan() 2109 " freq=%u chan=%u ht_cap=0x%x", in sme_proc_obss_scan() 2110 MAC2STR(bss->bssid), bss->freq, channel, ht_cap); in sme_proc_obss_scan() 2112 if (!ht_cap || (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)) { in sme_proc_obss_scan() 2113 if (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT) in sme_proc_obss_scan()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 3015 u16 ht_cap; local 3054 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0; 3056 " freq=%u chan=%u ht_cap=0x%x", 3057 MAC2STR_SEC(bss->bssid), bss->freq, channel, ht_cap); 3059 if (!ht_cap || (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)) { 3060 if (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)
|