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

/external/wpa_supplicant_8/hostapd/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);
435 struct ieee80211_vht_capabilities *vht_cap,
440 if (vht_cap == NULL)
442 os_memcpy(neg_vht_cap, vht_cap, sizeof(*neg_vht_cap));
434 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.h68 struct ieee80211_vht_capabilities *vht_cap,
H A Dieee802_11.c2632 struct ieee80211_vht_capabilities vht_cap; local
2661 hostapd_get_vht_capab(hapd, sta->vht_capabilities, &vht_cap);
2673 sta->flags & WLAN_STA_VHT ? &vht_cap : NULL,
/external/wpa_supplicant_8/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);
435 struct ieee80211_vht_capabilities *vht_cap,
440 if (vht_cap == NULL)
442 os_memcpy(neg_vht_cap, vht_cap, sizeof(*neg_vht_cap));
434 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.h68 struct ieee80211_vht_capabilities *vht_cap,
H A Dieee802_11.c2632 struct ieee80211_vht_capabilities vht_cap; local
2661 hostapd_get_vht_capab(hapd, sta->vht_capabilities, &vht_cap);
2673 sta->flags & WLAN_STA_VHT ? &vht_cap : NULL,
/external/wpa_supplicant_8/wpa_supplicant/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);
435 struct ieee80211_vht_capabilities *vht_cap,
440 if (vht_cap == NULL)
442 os_memcpy(neg_vht_cap, vht_cap, sizeof(*neg_vht_cap));
434 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.h68 struct ieee80211_vht_capabilities *vht_cap,
H A Dieee802_11.c2632 struct ieee80211_vht_capabilities vht_cap; local
2661 hostapd_get_vht_capab(hapd, sta->vht_capabilities, &vht_cap);
2673 sta->flags & WLAN_STA_VHT ? &vht_cap : NULL,

Completed in 136 milliseconds