Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c189 const u8 *vht_ie; in mwifiex_set_vht_params() local
191 vht_ie = cfg80211_find_ie(WLAN_EID_VHT_CAPABILITY, params->beacon.tail, in mwifiex_set_vht_params()
193 if (vht_ie) { in mwifiex_set_vht_params()
194 memcpy(&bss_cfg->vht_cap, vht_ie + 2, in mwifiex_set_vht_params()
/Linux-v4.19/net/mac80211/
Dmlme.c5015 const u8 *ssidie, *ht_ie, *vht_ie; in ieee80211_mgd_assoc() local
5165 vht_ie = ieee80211_bss_get_ie(req->bss, WLAN_EID_VHT_CAPABILITY); in ieee80211_mgd_assoc()
5166 if (vht_ie && vht_ie[1] >= sizeof(struct ieee80211_vht_cap)) in ieee80211_mgd_assoc()
5167 memcpy(&assoc_data->ap_vht_cap, vht_ie + 2, in ieee80211_mgd_assoc()