Searched refs:rtw_ch_set_search_ch (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/staging/r8188eu/include/ |
D | rtw_mlme_ext.h | 307 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch);
|
/Linux-v6.1/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 366 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch);
|
/Linux-v6.1/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 149 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch) in rtw_ch_set_search_ch() function 3741 if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, (u32)operatingch_info[4])) { in on_action_public_p2p() 5988 ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, survey_channel); in site_survey() 7581 set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, in[i].hw_value); in rtw_scan_ch_decision()
|
D | rtw_recv.c | 1123 int ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, rtw_get_oper_ch(adapter)); in validate_recv_frame()
|
/Linux-v6.1/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 1162 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.configuration.ds_con… in rtw_cfg80211_surveydone_event_callback()
|
/Linux-v6.1/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 177 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch) in rtw_ch_set_search_ch() function 5479 set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, in[i].hw_value); in rtw_scan_ch_decision()
|
/Linux-v6.1/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 1214 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConf… in rtw_wx_get_scan()
|