Home
last modified time | relevance | path

Searched refs:WPA_CONNECTED_EVENT (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_disabling_state_test.cpp70 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::WPA_CONNECTED_EVENT));
80 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::WPA_CONNECTED_EVENT));
H A Dp2p_enabling_state_test.cpp69 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::WPA_CONNECTED_EVENT));
H A Dgroup_formed_state_test.cpp136 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::WPA_CONNECTED_EVENT));
H A Dp2p_monitor_test.cpp363 constexpr P2P_STATE_MACHINE_CMD msgName = P2P_STATE_MACHINE_CMD::WPA_CONNECTED_EVENT;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_disabling_state.cpp42 case P2P_STATE_MACHINE_CMD::WPA_CONNECTED_EVENT: { in ExecuteStateMsg()
H A Dp2p_enabling_state.cpp42 case P2P_STATE_MACHINE_CMD::WPA_CONNECTED_EVENT: { in ExecuteStateMsg()
H A Dp2p_define.h122 WPA_CONNECTED_EVENT = 100, // result of connect enumerator
H A Dp2p_monitor.cpp160 MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::WPA_CONNECTED_EVENT, status, 0, anyNone); in Broadcast2SmConnectSupplicant()