Home
last modified time | relevance | path

Searched refs:SetWpsMethod (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_idle_state.cpp269 wps.SetWpsMethod(WpsMethod::WPS_METHOD_KEYPAD); in ProcessProvDiscShowPinEvt()
412 wps.SetWpsMethod(WpsMethod::WPS_METHOD_PBC); in ProcessInvitationReceivedEvt()
414 wps.SetWpsMethod(WpsMethod::WPS_METHOD_DISPLAY); in ProcessInvitationReceivedEvt()
416 wps.SetWpsMethod(WpsMethod::WPS_METHOD_KEYPAD); in ProcessInvitationReceivedEvt()
H A Dgroup_formed_state.cpp129 wps.SetWpsMethod(WpsMethod::WPS_METHOD_KEYPAD); in ProcessProvDiscEvt()
133 wps.SetWpsMethod(WpsMethod::WPS_METHOD_DISPLAY); in ProcessProvDiscEvt()
138 wps.SetWpsMethod(WpsMethod::WPS_METHOD_PBC); in ProcessProvDiscEvt()
H A Dauthorizing_negotiation_request_state.cpp80 wps.SetWpsMethod(WpsMethod::WPS_METHOD_DISPLAY); in ExecuteStateMsg()
H A Dp2p_monitor.cpp399 wps.SetWpsMethod(WpsMethod::WPS_METHOD_DISPLAY); in WpaEventGoNegRequest()
403 wps.SetWpsMethod(WpsMethod::WPS_METHOD_PBC); in WpaEventGoNegRequest()
407 wps.SetWpsMethod(WpsMethod::WPS_METHOD_KEYPAD); in WpaEventGoNegRequest()
411 wps.SetWpsMethod(WpsMethod::WPS_METHOD_PBC); in WpaEventGoNegRequest()
H A Dwifi_p2p_service.cpp142 wps.SetWpsMethod(WpsMethod::WPS_METHOD_PBC); in CreateGroup()
179 wps.SetWpsMethod(WpsMethod::WPS_METHOD_PBC); in P2pConnect()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h335 void SetWpsMethod(WpsMethod wpsMethod);
403 wpsInfo.SetWpsMethod(WpsMethod::WPS_METHOD_INVALID); in WifiP2pConfigInternal()
407 wpsInfo.SetWpsMethod(WpsMethod::WPS_METHOD_INVALID); in WifiP2pConfigInternal()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_idl_client_test.cpp1201 info.SetWpsMethod(WpsMethod::WPS_METHOD_PBC);
1214 info.SetWpsMethod(WpsMethod::WPS_METHOD_LABEL);
1232 info.SetWpsMethod(WpsMethod::WPS_METHOD_LABEL);
1235 info.SetWpsMethod(WpsMethod::WPS_METHOD_DISPLAY);
1238 info.SetWpsMethod(WpsMethod::WPS_METHOD_KEYPAD);
1241 info.SetWpsMethod(WpsMethod::WPS_METHOD_INVALID);
H A Dwifi_p2p_hal_interface_test.cpp329 wpsInfo.SetWpsMethod(WpsMethod::WPS_METHOD_PBC);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_state_machine_test.cpp337 info.SetWpsMethod(WpsMethod::WPS_METHOD_KEYPAD); in WarpNotifyInvitationReceived2()
344 info.SetWpsMethod(WpsMethod::WPS_METHOD_DISPLAY); in WarpNotifyInvitationReceived3()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp559 void WpsInfo::SetWpsMethod(WpsMethod wpsMethod) in SetWpsMethod() function in OHOS::Wifi::WpsInfo