Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h374 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch);
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_recv.c1248 int ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, rtw_get_oper_ch(adapter)); in validate_recv_frame()
Drtw_mlme_ext.c149 int rtw_ch_set_search_ch(struct rt_channel_info *ch_set, const u32 ch) in rtw_ch_set_search_ch() function
5233 set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, in[i].hw_value); in rtw_scan_ch_decision()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c1263 …if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConf… in rtw_wx_get_scan()