Home
last modified time | relevance | path

Searched refs:WIFI_SVR_CMD_STA_WPA_ASSOC_REJECT_EVENT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_define.h66 #define WIFI_SVR_CMD_STA_WPA_ASSOC_REJECT_EVENT 0x3019 macro
H A Dsta_monitor.cpp247 pStaStateMachine->SendMessage(WIFI_SVR_CMD_STA_WPA_ASSOC_REJECT_EVENT); in OnWpaConnectionRejectCallBack()
H A Dsta_state_machine.cpp961 staSmHandleFuncMap[WIFI_SVR_CMD_STA_WPA_ASSOC_REJECT_EVENT] = [this](InternalMessagePtr msg) { in InitStaSMHandleMap()
1474 case WIFI_SVR_CMD_STA_WPA_ASSOC_REJECT_EVENT: in DealWpaLinkFailEvent()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp548 msg->SetMessageName(WIFI_SVR_CMD_STA_WPA_ASSOC_REJECT_EVENT); in DealWpaWrongPskEventSuccess()