Searched refs:WIFI_FW_AUTH_SUCCESS (Results 1 – 4 of 4) sorted by relevance
286 #define WIFI_FW_AUTH_SUCCESS 0x00000400 macro291 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS |WIFI…
279 #define WIFI_FW_AUTH_SUCCESS 0x00000400 macro286 WIFI_FW_AUTH_SUCCESS | \
1020 pstat->state |= WIFI_FW_AUTH_SUCCESS; in OnAuth23a()1051 pstat->state |= WIFI_FW_AUTH_SUCCESS; in OnAuth23a()1074 if (pstat->state & WIFI_FW_AUTH_SUCCESS) in OnAuth23a()1379 if (!(pstat->state & WIFI_FW_AUTH_SUCCESS)) { in OnAssocReq23a()1388 pstat->state &= (~WIFI_FW_AUTH_SUCCESS); in OnAssocReq23a()1783 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp23a()4446 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
2418 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()2846 pstat->state |= WIFI_FW_AUTH_SUCCESS; in OnAuth()2878 pstat->state |= WIFI_FW_AUTH_SUCCESS; in OnAuth()2899 if (pstat->state & WIFI_FW_AUTH_SUCCESS) in OnAuth()3053 if (!((pstat->state) & WIFI_FW_AUTH_SUCCESS)) { in OnAssocReq()3062 pstat->state &= (~WIFI_FW_AUTH_SUCCESS); in OnAssocReq()3455 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()