Searched refs:vht_ie (Results 1 – 2 of 2) sorted by relevance
190 const u8 *vht_ie; in mwifiex_set_vht_params() local192 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()
5501 const u8 *ssidie, *ht_ie, *vht_ie; in ieee80211_mgd_assoc() local5637 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()