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

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

Completed in 116 milliseconds