Home
last modified time | relevance | path

Searched refs:WIFI_AP_STATE (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_btcoex.c14 && (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true)) { in rtw_btcoex_MediaStatusNotify()
H A Drtw_ioctl_set.c330 set_fwstate(pmlmepriv, WIFI_AP_STATE); in rtw_set_802_11_infrastructure_mode()
H A Drtw_sta_mgt.c379 if (!(psta->state & WIFI_AP_STATE)) in rtw_free_stainfo()
H A Drtw_recv.c689 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in sta2sta_data_frame()
811 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in ap2sta_data_frame()
848 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in sta2ap_data_frame()
H A Drtw_ap.c831 if (!check_fwstate(pmlmepriv, WIFI_AP_STATE)) in rtw_check_beacon_data()
1157 psta->state |= WIFI_AP_STATE; /* Aries, add, fix bug of flush_cam_entry at STOP AP mode , 0724 */ in rtw_check_beacon_data()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c195 && check_fwstate(pmlmepriv, WIFI_AP_STATE) == true in _rtw_xmit_entry()
H A Drecv_linux.c99 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in rtw_os_recv_indicate_pkt()
/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_btcoex.c168 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) in halbtcoutsrc_IsWifiBusy()
189 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in _halbtcoutsrc_GetWifiLinkStatus()
324 *pu8 = check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE); in halbtcoutsrc_Get()
H A Drtl8723bs_recv.c138 (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true) in update_recvframe_phyinfo()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h31 #define WIFI_AP_STATE 0x00000010 macro