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

/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Duap_cmd.c210 const u8 *vht_ie; mwifiex_set_vht_params() local
212 vht_ie = cfg80211_find_ie(WLAN_EID_VHT_CAPABILITY, params->beacon.tail, mwifiex_set_vht_params()
214 if (vht_ie) { mwifiex_set_vht_params()
215 memcpy(&bss_cfg->vht_cap, vht_ie + 2, mwifiex_set_vht_params()
/linux-4.4.14/net/mac80211/
H A Dmlme.c4583 const u8 *ssidie, *ht_ie, *vht_ie; ieee80211_mgd_assoc() local
4714 vht_ie = ieee80211_bss_get_ie(req->bss, WLAN_EID_VHT_CAPABILITY); ieee80211_mgd_assoc()
4715 if (vht_ie && vht_ie[1] >= sizeof(struct ieee80211_vht_cap)) ieee80211_mgd_assoc()
4716 memcpy(&assoc_data->ap_vht_cap, vht_ie + 2, ieee80211_mgd_assoc()

Completed in 741 milliseconds