Searched refs:rtw_get_oper_ch (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 2389 FUNC_ADPT_ARG(padapter), da, rtw_get_oper_ch(padapter), in issue_probereq_ex() 2393 FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), in issue_probereq_ex() 2971 FUNC_ADPT_ARG(padapter), da, rtw_get_oper_ch(padapter), in issue_nulldata() 2975 FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), in issue_nulldata() 3096 FUNC_ADPT_ARG(padapter), da, rtw_get_oper_ch(padapter), in issue_qos_nulldata() 3100 FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), in issue_qos_nulldata() 3199 FUNC_ADPT_ARG(padapter), da, rtw_get_oper_ch(padapter), in issue_deauth_ex() 3203 FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), in issue_deauth_ex() 3839 bssid->Configuration.DSConfig = rtw_get_oper_ch(padapter); in collect_bss_info() 3887 if (bssid->Configuration.DSConfig != rtw_get_oper_ch(padapter)) in collect_bss_info() [all …]
|
D | rtw_ap.c | 390 if (rtw_get_oper_ch(padapter) != pmlmeext->cur_channel) { in expire_timeout_chk() 391 backup_oper_channel = rtw_get_oper_ch(padapter); in expire_timeout_chk()
|
D | rtw_wlan_util.c | 296 inline u8 rtw_get_oper_ch(struct adapter *adapter) in rtw_get_oper_ch() function
|
D | rtw_recv.c | 1276 int ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, rtw_get_oper_ch(adapter)); in validate_recv_frame()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 468 u8 rtw_get_oper_ch(struct adapter *adapter);
|