Searched refs:rtw_get_oper_ch23a (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 2119 channel = rtw_get_oper_ch23a(padapter); in on_action_public23a() 2809 da, rtw_get_oper_ch23a(padapter), in issue_probereq_ex() 2815 rtw_get_oper_ch23a(padapter), in issue_probereq_ex() 3462 da, rtw_get_oper_ch23a(padapter), in issue_nulldata23a() 3468 rtw_get_oper_ch23a(padapter), in issue_nulldata23a() 3588 da, rtw_get_oper_ch23a(padapter), in issue_qos_nulldata23a() 3594 rtw_get_oper_ch23a(padapter), in issue_qos_nulldata23a() 3692 da, rtw_get_oper_ch23a(padapter), in issue_deauth_ex() 3698 rtw_get_oper_ch23a(padapter), in issue_deauth_ex() 4254 bssid->DSConfig = rtw_get_oper_ch23a(padapter); in collect_bss_info() [all …]
|
D | rtw_ap.c | 289 if (rtw_get_oper_ch23a(padapter) != pmlmeext->cur_channel) { in expire_timeout_chk23a() 290 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.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_mlme_ext.h | 462 u8 rtw_get_oper_ch23a(struct rtw_adapter *adapter);
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2972 if (tx_ch != rtw_get_oper_ch23a(padapter)) { in _cfg80211_rtw_mgmt_tx()
|