Searched refs:vht_ie (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | uap_cmd.c | 189 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | uap_cmd.c | 178 const u8 *vht_ie; in mwifiex_set_vht_params() local 180 vht_ie = cfg80211_find_ie(WLAN_EID_VHT_CAPABILITY, params->beacon.tail, in mwifiex_set_vht_params() 182 if (vht_ie) { in mwifiex_set_vht_params() 183 memcpy(&bss_cfg->vht_cap, vht_ie + 2, in mwifiex_set_vht_params()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mlme.c | 5503 const u8 *ssidie, *ht_ie, *vht_ie; in ieee80211_mgd_assoc() local 5645 vht_ie = ieee80211_bss_get_ie(req->bss, WLAN_EID_VHT_CAPABILITY); in ieee80211_mgd_assoc() 5646 if (vht_ie && vht_ie[1] >= sizeof(struct ieee80211_vht_cap)) in ieee80211_mgd_assoc() 5647 memcpy(&assoc_data->ap_vht_cap, vht_ie + 2, in ieee80211_mgd_assoc()
|
Completed in 9 milliseconds