Home
last modified time | relevance | path

Searched refs:WIFI_SITE_MONITOR (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_mlme.h49 #define WIFI_SITE_MONITOR 0x00000800 /* to indicate the station macro
64 #define _FW_UNDER_SURVEY WIFI_SITE_MONITOR
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_mlme.h50 #define WIFI_SITE_MONITOR 0x00000800 macro
62 #define _FW_UNDER_SURVEY WIFI_SITE_MONITOR
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_mlme.h53 #define WIFI_SITE_MONITOR 0x00000800 /* to indicate the station is under site surveying */ macro
65 #define _FW_UNDER_SURVEY WIFI_SITE_MONITOR
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_pwrctrl.c125 if (check_fwstate(pmlmepriv, WIFI_ASOC_STATE|WIFI_SITE_MONITOR) || in rtw_pwr_unassociated_idle()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_pwrctrl.c226 if (check_fwstate(pmlmepriv, WIFI_ASOC_STATE|WIFI_SITE_MONITOR) || in rtw_pwr_unassociated_idle()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c4765 while (check_fwstate(&padapter->mlmepriv, WIFI_ASOC_STATE|WIFI_SITE_MONITOR)) { in bthci_StateDisconnected()
6417 if (check_fwstate(pmlmepriv, WIFI_SITE_MONITOR)) { in BTDM_1AntBtCoexist8723A()
9944 if (check_fwstate(&padapter->mlmepriv, WIFI_UNDER_LINKING|WIFI_SITE_MONITOR) == true) in BTDM_CheckBTIdleChange1Ant()