Searched refs:beacon_csa (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 3939 params->beacon_csa.tail, in mwifiex_cfg80211_channel_switch() 3940 params->beacon_csa.tail_len); in mwifiex_cfg80211_channel_switch() 3958 if (mwifiex_set_mgmt_ies(priv, ¶ms->beacon_csa)) { in mwifiex_cfg80211_channel_switch()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_uap_cfg80211.c | 3040 if (woal_cfg80211_set_beacon(wiphy, dev, ¶ms->beacon_csa)) { in woal_cfg80211_channel_switch()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | nl80211.c | 9041 params.beacon_csa.ftm_responder = -1; in nl80211_channel_switch() 9073 err = nl80211_parse_beacon(rdev, csa_attrs, ¶ms.beacon_csa); in nl80211_channel_switch() 9097 if (offset >= params.beacon_csa.tail_len) in nl80211_channel_switch() 9100 if (params.beacon_csa.tail[offset] != params.count) in nl80211_channel_switch() 9122 if (offset >= params.beacon_csa.probe_resp_len) in nl80211_channel_switch() 9125 if (params.beacon_csa.probe_resp[offset] != in nl80211_channel_switch()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | cfg80211.h | 1254 struct cfg80211_beacon_data beacon_csa; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_uap_cfg80211.c | 3691 if (woal_cfg80211_set_beacon(wiphy, dev, ¶ms->beacon_csa)) { in woal_cfg80211_channel_switch()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 10702 if(params->beacon_csa.tail) { in cfg80211_rtw_channel_switch() 10704 ies = (u8 *)params->beacon_csa.tail; in cfg80211_rtw_channel_switch() 10705 ies_len = params->beacon_csa.tail_len; in cfg80211_rtw_channel_switch()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 10726 if(params->beacon_csa.tail) { in cfg80211_rtw_channel_switch() 10728 ies = (u8 *)params->beacon_csa.tail; in cfg80211_rtw_channel_switch() 10729 ies_len = params->beacon_csa.tail_len; in cfg80211_rtw_channel_switch()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | cfg.c | 3311 err = ieee80211_assign_beacon(sdata, ¶ms->beacon_csa, &csa); in ieee80211_set_csa_beacon()
|