Home
last modified time | relevance | path

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

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