Searched refs:ht_cap (Results 1 – 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_11_ht.c | 517 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()
|
D | ieee802_11.h | 71 struct ieee80211_ht_capabilities *ht_cap,
|
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()
|
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/ap/ |
D | ieee802_11_ht.c | 495 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()
|
D | ieee802_11.h | 72 struct ieee80211_ht_capabilities *ht_cap,
|
D | drv_callbacks.c | 254 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()
|
D | ieee802_11.c | 4924 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/ |
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/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
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() 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/ |
D | sme.c | 2402 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()
|