Home
last modified time | relevance | path

Searched refs:vht_cap (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/wpa/dist/src/ap/
H A Dieee802_11_vht.c129 const struct ieee80211_vht_capabilities *vht_cap; in check_valid_vht_mcs() local
145 vht_cap = (const struct ieee80211_vht_capabilities *) sta_vht_capab; in check_valid_vht_mcs()
148 sta_rx_mcs_set = le_to_host16(vht_cap->vht_supported_mcs_set.rx_map); in check_valid_vht_mcs()
458 struct ieee80211_vht_capabilities *vht_cap, in hostapd_get_vht_capab() argument
463 if (vht_cap == NULL) in hostapd_get_vht_capab()
465 os_memcpy(neg_vht_cap, vht_cap, sizeof(*neg_vht_cap)); in hostapd_get_vht_capab()
H A Dieee802_11.h74 struct ieee80211_vht_capabilities *vht_cap,
H A Dieee802_11.c3361 struct ieee80211_vht_capabilities vht_cap; in add_associated_sta() local
3413 hostapd_get_vht_capab(hapd, sta->vht_capabilities, &vht_cap); in add_associated_sta()
3431 sta->flags & WLAN_STA_VHT ? &vht_cap : NULL, in add_associated_sta()