Searched refs:csa_chan (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_csa.c | 351 u8 csa_chan = ecsa_param->new_chan_def.chan; in rtw_sta_get_ecsa_setting() local 359 if (rtw_chset_search_ch(rfctl->channel_set, csa_chan) >= 0 in rtw_sta_get_ecsa_setting() 360 && !rtw_chset_is_ch_non_ocp(rfctl->channel_set, csa_chan) in rtw_sta_get_ecsa_setting() 363 *req_ch = csa_chan; in rtw_sta_get_ecsa_setting() 364 RTW_INFO("CSA : "FUNC_ADPT_FMT" valid CSA ch%u\n", FUNC_ADPT_ARG(a), csa_chan); in rtw_sta_get_ecsa_setting()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_csa.c | 351 u8 csa_chan = ecsa_param->new_chan_def.chan; in rtw_sta_get_ecsa_setting() local 359 if (rtw_chset_search_ch(rfctl->channel_set, csa_chan) >= 0 in rtw_sta_get_ecsa_setting() 360 && !rtw_chset_is_ch_non_ocp(rfctl->channel_set, csa_chan) in rtw_sta_get_ecsa_setting() 363 *req_ch = csa_chan; in rtw_sta_get_ecsa_setting() 364 RTW_INFO("CSA : "FUNC_ADPT_FMT" valid CSA ch%u\n", FUNC_ADPT_ARG(a), csa_chan); in rtw_sta_get_ecsa_setting()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_uap_cfg80211.c | 2779 ieee80211_frequency_to_channel(priv->csa_chan.chan-> in woal_switch_uap_channel() 2781 switch (priv->csa_chan.width) { in woal_switch_uap_channel() 2789 if (priv->csa_chan.center_freq1 < in woal_switch_uap_channel() 2790 priv->csa_chan.chan->center_freq) in woal_switch_uap_channel() 2803 priv->csa_chan.width); in woal_switch_uap_channel() 2806 if (priv->csa_chan.chan->band == IEEE80211_BAND_2GHZ) in woal_switch_uap_channel() 2808 else if (priv->csa_chan.chan->band == IEEE80211_BAND_5GHZ) in woal_switch_uap_channel() 2825 memcpy(&priv->chan, &priv->csa_chan, sizeof(struct cfg80211_chan_def)); in woal_switch_uap_channel() 3045 memcpy(&priv->csa_chan, ¶ms->chandef, in woal_cfg80211_channel_switch()
|
| H A D | moal_shim.c | 1918 if (priv->csa_chan.chan && in moal_recv_event() 1920 priv->csa_chan.chan->hw_value)) { in moal_recv_event() 1921 memcpy(&priv->chan, &priv->csa_chan, in moal_recv_event()
|
| H A D | moal_main.h | 1183 struct cfg80211_chan_def csa_chan; member
|
| H A D | moal_main.c | 5478 memset(&priv->csa_chan, 0, sizeof(struct cfg80211_chan_def));
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_uap_cfg80211.c | 3399 priv->csa_chan.chan->center_freq); in woal_switch_uap_channel() 3400 switch (priv->csa_chan.width) { in woal_switch_uap_channel() 3410 if (priv->csa_chan.center_freq1 < in woal_switch_uap_channel() 3411 priv->csa_chan.chan->center_freq) in woal_switch_uap_channel() 3426 priv->csa_chan.width); in woal_switch_uap_channel() 3430 woal_ieee_band_to_radio_type(priv->csa_chan.chan->band); in woal_switch_uap_channel() 3445 moal_memcpy_ext(priv->phandle, &priv->chan, &priv->csa_chan, in woal_switch_uap_channel() 3696 moal_memcpy_ext(priv->phandle, &priv->csa_chan, ¶ms->chandef, in woal_cfg80211_channel_switch() 3698 sizeof(priv->csa_chan)); in woal_cfg80211_channel_switch()
|
| H A D | moal_shim.c | 3303 if (priv->csa_chan.chan && 3305 priv->csa_chan.chan->hw_value)) { 3308 &priv->csa_chan,
|
| H A D | moal_main.h | 1470 struct cfg80211_chan_def csa_chan; member
|
| H A D | moal_main.c | 7565 memset(&priv->csa_chan, 0, sizeof(struct cfg80211_chan_def));
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | main.h | 674 u8 csa_chan; member 1410 if (!priv->csa_chan) in mwifiex_11h_get_csa_closed_channel() 1415 priv->csa_chan = 0; in mwifiex_11h_get_csa_closed_channel() 1419 return priv->csa_chan; in mwifiex_11h_get_csa_closed_channel()
|
| H A D | init.c | 158 priv->csa_chan = 0; in mwifiex_init_priv()
|
| H A D | sta_event.c | 1026 priv->csa_chan = priv->curr_bss_params.bss_descriptor.channel; in mwifiex_process_sta_event()
|
| H A D | scan.c | 673 if (tmp_chan_list->chan_number == priv->csa_chan) { in mwifiex_scan_channel_list() 1870 if (channel == priv->csa_chan) { in mwifiex_parse_single_response_buf()
|