Searched refs:chsw_ie (Results 1 – 2 of 2) sorted by relevance
328 struct ieee_types_header *chsw_ie = NULL; in mwifiex_uap_set_head_tail_ies() local361 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()
3265 struct ieee_types_header *chsw_ie; in mwifiex_cfg80211_channel_switch() local3283 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()