Home
last modified time | relevance | path

Searched refs:ht_cap (Results 1 – 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_ht.c517 struct ieee80211_ht_capabilities *ht_cap, in hostapd_get_ht_capab() argument
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()
Dieee802_11.h71 struct ieee80211_ht_capabilities *ht_cap,
Ddrv_callbacks.c228 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()
Dieee802_11.c3360 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/ap/
Dieee802_11_ht.c495 struct ieee80211_ht_capabilities *ht_cap, in hostapd_get_ht_capab() argument
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()
Dieee802_11.h72 struct ieee80211_ht_capabilities *ht_cap,
Ddrv_callbacks.c254 struct ieee80211_ht_capabilities *ht_cap = in hostapd_notif_assoc() local
258 if (le_to_host16(ht_cap->ht_capabilities_info) & in hostapd_notif_assoc()
Dieee802_11.c4924 struct ieee80211_ht_capabilities ht_cap; in add_associated_sta() local
4972 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap); in add_associated_sta()
4992 sta->flags & WLAN_STA_HT ? &ht_cap : NULL, in add_associated_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dhw_features_common.c343 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dhw_features_common.c363 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dsme.c2068 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()
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/
Dsme.c2402 u16 ht_cap; in sme_proc_obss_scan() local
2441 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0; in sme_proc_obss_scan()
2444 MAC2STR(bss->bssid), bss->freq, channel, ht_cap); in sme_proc_obss_scan()
2446 if (!ht_cap || (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)) { in sme_proc_obss_scan()
2447 if (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT) in sme_proc_obss_scan()