Home
last modified time | relevance | path

Searched refs:rtw_get_oper_ch23a (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c2119 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 …]
Drtw_ap.c289 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()
Drtw_wlan_util.c297 inline u8 rtw_get_oper_ch23a(struct rtw_adapter *adapter) in rtw_get_oper_ch23a() function
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h462 u8 rtw_get_oper_ch23a(struct rtw_adapter *adapter);
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2972 if (tx_ch != rtw_get_oper_ch23a(padapter)) { in _cfg80211_rtw_mgmt_tx()