Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDieee802_11_ht.c450 struct ieee80211_ht_capabilities *ht_cap, in hostapd_get_ht_capab() argument
455 if (ht_cap == NULL) in hostapd_get_ht_capab()
457 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap)); in hostapd_get_ht_capab()
HDieee802_11.h59 struct ieee80211_ht_capabilities *ht_cap,
HDdrv_callbacks.c132 struct ieee80211_ht_capabilities *ht_cap = in hostapd_notif_assoc() local
136 if (le_to_host16(ht_cap->ht_capabilities_info) & in hostapd_notif_assoc()
HDieee802_11.c2456 struct ieee80211_ht_capabilities ht_cap; in handle_assoc_cb() local
2529 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap); in handle_assoc_cb()
2539 sta->flags & WLAN_STA_HT ? &ht_cap : NULL, in handle_assoc_cb()
/NextBSD/contrib/wpa/src/common/
HDhw_features_common.c334 struct ieee80211_ht_capabilities *ht_cap = in check_40mhz_2g4() local
338 if (le_to_host16(ht_cap->ht_capabilities_info) & in check_40mhz_2g4()
/NextBSD/contrib/wpa/wpa_supplicant/
HDsme.c1258 u16 ht_cap; in sme_proc_obss_scan() local
1297 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0; in sme_proc_obss_scan()
1300 MAC2STR(bss->bssid), bss->freq, channel, ht_cap); in sme_proc_obss_scan()
1302 if (!ht_cap || (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)) { in sme_proc_obss_scan()
1303 if (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT) in sme_proc_obss_scan()