Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Die.c328 struct ieee_types_header *chsw_ie = NULL; in mwifiex_uap_set_head_tail_ies() local
361 chsw_ie = (void *)cfg80211_find_ie(WLAN_EID_CHANNEL_SWITCH, in mwifiex_uap_set_head_tail_ies()
363 if (chsw_ie) { in mwifiex_uap_set_head_tail_ies()
365 chsw_ie, chsw_ie->len + 2); in mwifiex_uap_set_head_tail_ies()
366 ie_len += chsw_ie->len + 2; in mwifiex_uap_set_head_tail_ies()
371 if (rsn_ie || wpa_ie || chsw_ie) { in mwifiex_uap_set_head_tail_ies()
Dcfg80211.c3265 struct ieee_types_header *chsw_ie; in mwifiex_cfg80211_channel_switch() local
3283 chsw_ie = (void *)cfg80211_find_ie(WLAN_EID_CHANNEL_SWITCH, in mwifiex_cfg80211_channel_switch()
3286 if (!chsw_ie) { in mwifiex_cfg80211_channel_switch()
3292 channel_sw = (void *)(chsw_ie + 1); in mwifiex_cfg80211_channel_switch()