Home
last modified time | relevance | path

Searched refs:WIFI_SVR_CMD_STA_REPORT_DISCONNECT_REASON_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.h72 #define WIFI_SVR_CMD_STA_REPORT_DISCONNECT_REASON_EVENT 0x301F macro
H A Dsta_monitor.cpp105 msg->SetMessageName(static_cast<int>(WIFI_SVR_CMD_STA_REPORT_DISCONNECT_REASON_EVENT)); in OnReportDisConnectReasonCallBack()
H A Dsta_state_machine.cpp964 …staSmHandleFuncMap[WIFI_SVR_CMD_STA_REPORT_DISCONNECT_REASON_EVENT] = [this](InternalMessagePtr ms… in InitStaSMHandleMap()
1429 if (eventName == WIFI_SVR_CMD_STA_REPORT_DISCONNECT_REASON_EVENT) { in DealWpaLinkFailEvent()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test.cpp396 msg->SetMessageName(WIFI_SVR_CMD_STA_REPORT_DISCONNECT_REASON_EVENT); in DealWpaWrongPskEventFail1()