Home
last modified time | relevance | path

Searched refs:ht_cap (Results 1 - 14 of 14) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_ht.c495 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 Dieee802_11.h72 struct ieee80211_ht_capabilities *ht_cap,
H A Ddrv_callbacks.c265 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 Dieee802_11.c4948 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 Dieee802_11_ht.c517 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 Dieee802_11.h71 struct ieee80211_ht_capabilities *ht_cap,
H A 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()
H A 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/common/
H A 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()
H A Dieee802_11_common.c3014 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 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/backends/backend/
H A Dsnapscan-options.c1275 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 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()
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 Dsme.c3015 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)

Completed in 40 milliseconds