Searched refs:rtw_get_oper_ch (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 740 FUNC_ADPT_ARG(padapter), da, rtw_get_oper_ch(padapter), in issue_probereq_ex() 744 FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), in issue_probereq_ex() 1331 FUNC_ADPT_ARG(padapter), da, rtw_get_oper_ch(padapter), in issue_nulldata() 1335 FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), in issue_nulldata() 1456 FUNC_ADPT_ARG(padapter), da, rtw_get_oper_ch(padapter), in issue_qos_nulldata() 1460 FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), in issue_qos_nulldata() 1561 FUNC_ADPT_ARG(padapter), da, rtw_get_oper_ch(padapter), in issue_deauth_ex() 1565 FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), in issue_deauth_ex() 2220 bssid->Configuration.DSConfig = rtw_get_oper_ch(padapter); in collect_bss_info() 2268 if (bssid->Configuration.DSConfig != rtw_get_oper_ch(padapter)) in collect_bss_info() [all …]
|
D | rtw_ap.c | 413 if (rtw_get_oper_ch(padapter) != pmlmeext->cur_channel) { in expire_timeout_chk() 414 backup_oper_channel = rtw_get_oper_ch(padapter); in expire_timeout_chk()
|
D | rtw_wlan_util.c | 298 inline u8 rtw_get_oper_ch(struct adapter *adapter) in rtw_get_oper_ch() function
|
D | rtw_recv.c | 1248 int ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, rtw_get_oper_ch(adapter)); in validate_recv_frame()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 476 u8 rtw_get_oper_ch(struct adapter *adapter);
|