Searched refs:WIFI_AP_STATE (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_btcoex.c | 14 && (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true)) { in rtw_btcoex_MediaStatusNotify()
|
H A D | rtw_ioctl_set.c | 330 set_fwstate(pmlmepriv, WIFI_AP_STATE); in rtw_set_802_11_infrastructure_mode()
|
H A D | rtw_sta_mgt.c | 379 if (!(psta->state & WIFI_AP_STATE)) in rtw_free_stainfo()
|
H A D | rtw_recv.c | 689 } 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 D | rtw_ap.c | 831 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 D | xmit_linux.c | 195 && check_fwstate(pmlmepriv, WIFI_AP_STATE) == true in _rtw_xmit_entry()
|
H A D | recv_linux.c | 99 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in rtw_os_recv_indicate_pkt()
|
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | hal_btcoex.c | 168 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 D | rtl8723bs_recv.c | 138 (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true) in update_recvframe_phyinfo()
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme.h | 31 #define WIFI_AP_STATE 0x00000010 macro
|