Home
last modified time | relevance | path

Searched refs:vht_ie (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c190 const u8 *vht_ie; in mwifiex_set_vht_params() local
192 vht_ie = cfg80211_find_ie(WLAN_EID_VHT_CAPABILITY, params->beacon.tail, in mwifiex_set_vht_params()
194 if (vht_ie) { in mwifiex_set_vht_params()
195 memcpy(&bss_cfg->vht_cap, vht_ie + 2, in mwifiex_set_vht_params()
/Linux-v5.15/net/mac80211/
Dmlme.c5501 const u8 *ssidie, *ht_ie, *vht_ie; in ieee80211_mgd_assoc() local
5637 vht_ie = ieee80211_bss_get_ie(req->bss, WLAN_EID_VHT_CAPABILITY); in ieee80211_mgd_assoc()
5638 if (vht_ie && vht_ie[1] >= sizeof(struct ieee80211_vht_cap)) in ieee80211_mgd_assoc()
5639 memcpy(&assoc_data->ap_vht_cap, vht_ie + 2, in ieee80211_mgd_assoc()