Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8712/
Drtl871x_mlme.h37 #define WIFI_SITE_MONITOR 0x00000800 /* to indicate the station macro
57 #define _FW_UNDER_SURVEY WIFI_SITE_MONITOR
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_pwrctrl.c95 if (check_fwstate(pmlmepriv, WIFI_ASOC_STATE | WIFI_SITE_MONITOR) || in rtw_pwr_unassociated_idle()
108 if (check_fwstate(b_pmlmepriv, WIFI_ASOC_STATE | WIFI_SITE_MONITOR) || in rtw_pwr_unassociated_idle()
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_mlme.h36 #define WIFI_SITE_MONITOR 0x00000800 /* to indicate the station is under site surveying */ macro
48 #define _FW_UNDER_SURVEY WIFI_SITE_MONITOR
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_mlme.h41 #define WIFI_SITE_MONITOR 0x00000800 /* to indicate the station is under site surveying */ macro
71 #define _FW_UNDER_SURVEY WIFI_SITE_MONITOR
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_pwrctrl.c104 if (check_fwstate(pmlmepriv, WIFI_ASOC_STATE|WIFI_SITE_MONITOR) in rtw_pwr_unassociated_idle()
115 if (check_fwstate(b_pmlmepriv, WIFI_ASOC_STATE|WIFI_SITE_MONITOR) in rtw_pwr_unassociated_idle()
328 if (check_fwstate(pmlmepriv, WIFI_SITE_MONITOR) in PS_RDY_CHECK()