Home
last modified time | relevance | path

Searched refs:WIFI_FW_ASSOC_SUCCESS (Results 1 – 25 of 110) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_mlme_ext.c1826 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in send_delba()
2217 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in start_create_ibss()
2339 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in receive_disconnect()
2591 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
2939 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
2943 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
3261 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
3279 if ((pstat->state & WIFI_FW_ASSOC_SUCCESS) && (status == _STATS_SUCCESSFUL_)) { in OnAssocReq()
3341 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnAssocRsp()
3392 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocRsp()
[all …]
H A Drtw_wlan_util.c338 if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && in is_client_associated_to_ap()
350 if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && in is_client_associated_to_ibss()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c832 …((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
1228 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
1232 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
1578 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
1596 if (pstat && (pstat->state & WIFI_FW_ASSOC_SUCCESS) && (_STATS_SUCCESSFUL_ == status)) { in OnAssocReq()
1666 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnAssocRsp()
1720 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocRsp()
1929 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in OnAction_back()
4190 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in send_delba()
4633 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in start_create_ibss()
[all …]
H A Drtw_wlan_util.c439 …if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STAT… in is_client_associated_to_ap()
450 if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE)) in is_client_associated_to_ibss()
680 if (!(mlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in rtw_camid_alloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_mlme_ext.c1649 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
1769 …f(((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in OnBeacon()
1780 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2019 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2039 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2068 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2094 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2121 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2154 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2361 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) in OnAssocReq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_mlme_ext.c1549 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
1667 …f(((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in OnBeacon()
1678 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
1911 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
1931 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
1960 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
1986 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2013 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2046 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2257 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) in OnAssocReq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mlme_ext.c1831 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
1942 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
1952 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2153 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2173 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2199 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2220 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2243 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2272 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2457 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_mlme_ext.c2045 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
2217 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
2227 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2430 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2450 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2476 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2497 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2520 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2549 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2751 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_mlme_ext.c1776 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
1790 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
1872 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnBeacon()
1958 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
1968 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2190 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2210 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2236 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2257 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2280 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_mlme_ext.c1760 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
1915 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
1925 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2147 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2167 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2204 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2225 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2248 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2277 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2479 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_mlme_ext.c1759 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
1914 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
1924 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2146 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2166 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2203 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2224 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2247 if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2276 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2478 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_mlme_ext.c2078 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
2092 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
2173 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnBeacon()
2260 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
2270 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2500 if ((_psta == NULL) || !(_psta->state & WIFI_FW_ASSOC_SUCCESS)) { in OnAuth()
2694 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2905 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
2909 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
3065 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_mlme_ext.c1841 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
1855 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
1936 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnBeacon()
2023 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
2033 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2263 if ((_psta == NULL) || !(_psta->state & WIFI_FW_ASSOC_SUCCESS)) { in OnAuth()
2457 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2672 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
2676 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
2832 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
[all …]
H A Drtw_ft.c638 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in rtw_ft_link_timer_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_mlme_ext.c1834 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
1848 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
1929 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnBeacon()
2016 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
2026 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2256 if ((_psta == NULL) || !(_psta->state & WIFI_FW_ASSOC_SUCCESS)) { in OnAuth()
2450 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2665 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
2669 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
2825 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_mlme_ext.c2077 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
2091 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
2172 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnBeacon()
2259 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
2269 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2499 if ((_psta == NULL) || !(_psta->state & WIFI_FW_ASSOC_SUCCESS)) { in OnAuth()
2693 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2904 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
2908 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
3064 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_mlme_ext.c1823 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
1837 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
1919 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnBeacon()
2004 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
2014 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2242 if ((_psta == NULL) || !(_psta->state & WIFI_FW_ASSOC_SUCCESS)) { in OnAuth()
2436 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2647 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
2651 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
2807 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mlme_ext.c2313 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
2330 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
2424 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)
2523 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) {
2533 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS);
2781 if ((_psta == NULL) || !(_psta->state & WIFI_FW_ASSOC_SUCCESS)) {
2992 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS))
3239 pstat->state |= WIFI_FW_ASSOC_SUCCESS;
3260 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) {
3264 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS);
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mlme_ext.c2325 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
2342 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
2436 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)
2535 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) {
2545 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS);
2793 if ((_psta == NULL) || !(_psta->state & WIFI_FW_ASSOC_SUCCESS)) {
3004 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS))
3251 pstat->state |= WIFI_FW_ASSOC_SUCCESS;
3272 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) {
3276 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS);
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_mlme_ext.c2432 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
2446 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
2530 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnBeacon()
2636 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
2646 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2882 if ((_psta == NULL) || !(_psta->state & WIFI_FW_ASSOC_SUCCESS)) { in OnAuth()
3076 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
3291 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
3295 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
3454 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_mlme_ext.c1806 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
1820 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
1902 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnBeacon()
1987 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
1997 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2354 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2556 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
2560 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
2705 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
2730 if (pstat && (pstat->state & WIFI_FW_ASSOC_SUCCESS) && (_STATS_SUCCESSFUL_ == status)) { in OnAssocReq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_mlme_ext.c2431 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
2445 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
2529 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnBeacon()
2635 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
2645 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2881 if ((_psta == NULL) || !(_psta->state & WIFI_FW_ASSOC_SUCCESS)) { in OnAuth()
3075 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
3290 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
3294 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
3453 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_mlme_ext.c2110 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnProbeRsp()
2124 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { in OnProbeRsp()
2208 …&& (pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnBeacon()
2312 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
2322 pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnBeacon()
2552 if ((_psta == NULL) || !(_psta->state & WIFI_FW_ASSOC_SUCCESS)) { in OnAuth()
2746 if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) in OnAuth()
2961 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
2965 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
3121 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
[all …]
H A Drtw_ft.c638 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in rtw_ft_link_timer_hdl()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_mlme_ext.h262 #define WIFI_FW_ASSOC_SUCCESS 0x00004000 macro

12345