Searched refs:WIFI_FW_ASSOC_STATE (Results 1 – 4 of 4) sorted by relevance
283 #define WIFI_FW_ASSOC_STATE 0x00002000 macro286 …INKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE)
253 #define WIFI_FW_ASSOC_STATE 0x00002000 macro259 WIFI_FW_ASSOC_STATE)
996 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()1000 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()1315 pstat->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocReq()1395 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()1451 pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocRsp()1520 (pmlmeinfo->state & WIFI_FW_ASSOC_STATE)) { in OnDeAuth()4239 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()5192 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()
1005 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()1009 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()1333 pstat->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocReq()1409 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()1463 pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocRsp()1534 (pmlmeinfo->state & WIFI_FW_ASSOC_STATE)) { in OnDeAuth()6510 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()7356 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()
Completed in 32 milliseconds