Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_vht.c132 const struct ieee80211_vht_capabilities *vht_cap; in check_valid_vht_mcs() local
148 vht_cap = (const struct ieee80211_vht_capabilities *) sta_vht_capab; in check_valid_vht_mcs()
151 sta_rx_mcs_set = le_to_host16(vht_cap->vht_supported_mcs_set.rx_map); in check_valid_vht_mcs()
298 struct ieee80211_vht_capabilities *vht_cap, in hostapd_get_vht_capab()
303 if (vht_cap == NULL) in hostapd_get_vht_capab()
305 os_memcpy(neg_vht_cap, vht_cap, sizeof(*neg_vht_cap)); in hostapd_get_vht_capab()
297 hostapd_get_vht_capab(struct hostapd_data *hapd, struct ieee80211_vht_capabilities *vht_cap, struct ieee80211_vht_capabilities *neg_vht_cap) hostapd_get_vht_capab() argument
H A Dieee802_11.h75 struct ieee80211_vht_capabilities *vht_cap,
H A Dieee802_11.c4949 struct ieee80211_vht_capabilities vht_cap; in add_associated_sta() local
4999 hostapd_get_vht_capab(hapd, sta->vht_capabilities, &vht_cap); in add_associated_sta()
5017 sta->flags & WLAN_STA_VHT ? &vht_cap : NULL, in add_associated_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
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()
457 hostapd_get_vht_capab(struct hostapd_data *hapd, struct ieee80211_vht_capabilities *vht_cap, struct ieee80211_vht_capabilities *neg_vht_cap) hostapd_get_vht_capab() argument
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.c3016 struct ieee80211_vht_capabilities *vht_cap = in get_oh_max_noss_capa() local
3027 if (vht_cap) { in get_oh_max_noss_capa()
3028 macs_map = (parse_rx) ? vht_cap->vht_supported_mcs_set.rx_map: in get_oh_max_noss_capa()
3029 vht_cap->vht_supported_mcs_set.tx_map; in get_oh_max_noss_capa()
3058 struct ieee80211_vht_capabilities *vht_cap = in get_oh_support_channel_width() local
3063 if (vht_cap) { in get_oh_support_channel_width()
3065 le_to_host32(vht_cap->vht_capabilities_info); in get_oh_support_channel_width()

Completed in 18 milliseconds