Home
last modified time | relevance | path

Searched refs:P2P_EVENT_PROV_DISC_PBC_REQ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dgroup_negotiation_state_test.cpp202 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_REQ));
212 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_REQ));
H A Dp2p_group_join_state_test.cpp56 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_REQ)); in AddSaveP2pConfig1()
H A Dprovision_discovery_state_test.cpp57 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_REQ)); in AddSaveP2pConfig1()
H A Dp2p_group_operating_state_test.cpp248 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_REQ));
H A Dgroup_formed_state_test.cpp237 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_REQ));
H A Dp2p_idle_state_test.cpp401 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_REQ));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_define.h135 P2P_EVENT_PROV_DISC_PBC_REQ, enumerator
H A Dgroup_formed_state.cpp66 …std::make_pair(P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_REQ, &GroupFormedState::ProcessProvD… in Init()
H A Dp2p_idle_state.cpp62 …std::make_pair(P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_REQ, &P2pIdleState::ProcessProvDiscP… in Init()
H A Dp2p_monitor.cpp240 … MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_REQ, 0, 0, anyEvent); in Broadcast2SmProvDiscPbcReq()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c439 if (buf == NULL || length < strlen(P2P_EVENT_PROV_DISC_PBC_REQ) + WIFI_MAC_LENGTH) { in DealProvDiscPbcReqEvent()
443 const char *pos = buf + strlen(P2P_EVENT_PROV_DISC_PBC_REQ); in DealProvDiscPbcReqEvent()
617 if (strncmp(p, P2P_EVENT_PROV_DISC_PBC_REQ, strlen(P2P_EVENT_PROV_DISC_PBC_REQ)) == 0) { in WpaP2pCallBackFunc()