Home
last modified time | relevance | path

Searched refs:rtw_ch_set_search_ch (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_mlme_ext.h358 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch);
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h425 int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_mlme_ext.h534 int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_mlme_ext.h536 int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_mlme_ext.h528 int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch);
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c1153 int ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, rtw_get_oper_ch(adapter)); in validate_recv_frame()
H A Drtw_mlme_ext.c131 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch) in rtw_ch_set_search_ch() function
5080 set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, in[i].hw_value); in rtw_scan_ch_decision()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mlme_ext.c861 int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch) in rtw_ch_set_search_ch() function
899 if (rtw_ch_set_search_ch(ch_set, *(op_chs + i)) == -1) in rtw_chset_is_chbw_valid()
6491 … if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, (u32)operatingch_info[4]) >= 0) { in on_action_public_p2p()
13012 set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, in[i].hw_value); in rtw_scan_ch_decision()
13128 ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, scan_ch); in sitesurvey_pick_ch_behavior()
H A Drtw_ap.c1283 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConf… in rtw_ap_check_scan()
H A Drtw_recv.c2150 int ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, rtw_get_oper_ch(adapter)); in validate_recv_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dioctl_cfg80211.c2099 …if(rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConfi…
5136 if(rtw_ch_set_search_ch(pmlmeext->channel_set, remain_ch) >= 0) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dioctl_cfg80211.c2153 …if(rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConfi…
5161 if(rtw_ch_set_search_ch(pmlmeext->channel_set, remain_ch) >= 0) {
H A Dioctl_linux.c1924 if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, wrqu->freq.m) > 0) { in rtw_wx_set_freq()
2959 …if(rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConfi… in rtw_wx_get_scan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dioctl_cfg80211.c1975 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConf…
4851 if (rtw_ch_set_search_ch(pmlmeext->channel_set, remain_ch) >= 0) {
H A Dioctl_linux.c1762 if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, wrqu->freq.m) > 0) { in rtw_wx_set_freq()
2708 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConf… in rtw_wx_get_scan()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c220 int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch) in rtw_ch_set_search_ch() function
6301 set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, in[i].hw_value); in rtw_scan_ch_decision()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c1236 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConf… in rtw_wx_get_scan()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1424 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConf… in rtw_cfg80211_surveydone_event_callback()
H A Dioctl_linux.c1464 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConf… in rtw_wx_get_scan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_mlme_ext.c688 int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch) in rtw_ch_set_search_ch() function
6697 … if( rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, (u32)operatingch_info[4] ) >= 0 ) in on_action_public_p2p()
13468 && (set_idx=rtw_ch_set_search_ch(pmlmeext->channel_set, in[i].hw_value)) >=0 in rtw_scan_ch_decision()
13582 ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, scan_ch); in sitesurvey_pick_ch_behavior()
H A Drtw_ap.c1400 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConf… in rtw_ap_check_scan()
H A Drtw_recv.c2272 int ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, rtw_get_oper_ch(adapter)); in validate_recv_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_mlme_ext.c598 int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch) in rtw_ch_set_search_ch() function
6672 … if( rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, (u32)operatingch_info[4] ) >= 0 ) in on_action_public_p2p()
13973 && (set_idx=rtw_ch_set_search_ch(pmlmeext->channel_set, in[i].hw_value)) >=0 in rtw_scan_ch_decision()
14087 ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, scan_ch); in sitesurvey_pick_ch_behavior()
H A Drtw_ap.c1405 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConf… in rtw_ap_check_scan()
H A Drtw_recv.c2255 int ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, rtw_get_oper_ch(adapter)); in validate_recv_frame()

12