Searched refs:rtw_get_oper_ch23a (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 2112 channel = rtw_get_oper_ch23a(padapter); in on_action_public23a() 2801 da, rtw_get_oper_ch23a(padapter), in issue_probereq_ex() 2807 rtw_get_oper_ch23a(padapter), in issue_probereq_ex() 3454 da, rtw_get_oper_ch23a(padapter), in issue_nulldata23a() 3460 rtw_get_oper_ch23a(padapter), in issue_nulldata23a() 3580 da, rtw_get_oper_ch23a(padapter), in issue_qos_nulldata23a() 3586 rtw_get_oper_ch23a(padapter), in issue_qos_nulldata23a() 3684 da, rtw_get_oper_ch23a(padapter), in issue_deauth_ex() 3690 rtw_get_oper_ch23a(padapter), in issue_deauth_ex() 4244 bssid->DSConfig = rtw_get_oper_ch23a(padapter); in collect_bss_info() [all …]
|
D | rtw_ap.c | 297 if (rtw_get_oper_ch23a(padapter) != pmlmeext->cur_channel) { in expire_timeout_chk23a() 298 backup_oper_channel = rtw_get_oper_ch23a(padapter); in expire_timeout_chk23a()
|
D | rtw_wlan_util.c | 297 inline u8 rtw_get_oper_ch23a(struct rtw_adapter *adapter) in rtw_get_oper_ch23a() function
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_mlme_ext.h | 462 u8 rtw_get_oper_ch23a(struct rtw_adapter *adapter);
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2972 if (tx_ch != rtw_get_oper_ch23a(padapter)) { in _cfg80211_rtw_mgmt_tx()
|