Home
last modified time | relevance | path

Searched refs:P2P_EVENT_PROV_DISC_PBC_RESP (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_define.h136 P2P_EVENT_PROV_DISC_PBC_RESP, enumerator
H A Dprovision_discovery_state.cpp58 …P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_RESP, &ProvisionDiscoveryState::ProcessProvDiscPbcR… in Init()
H A Dp2p_monitor.cpp246 … MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_RESP, 0, 0, anyEvent); in Broadcast2SmProvDiscPbcResp()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c453 if (buf == NULL || length < strlen(P2P_EVENT_PROV_DISC_PBC_RESP) + WIFI_MAC_LENGTH) { in DealProDiscPbcRespEvent()
457 const char *pos = buf + strlen(P2P_EVENT_PROV_DISC_PBC_RESP); in DealProDiscPbcRespEvent()
619 … } else if (strncmp(p, P2P_EVENT_PROV_DISC_PBC_RESP, strlen(P2P_EVENT_PROV_DISC_PBC_RESP)) == 0) { in WpaP2pCallBackFunc()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dprovision_discovery_state_test.cpp116 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_RESP));