Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test1.cpp76 msg->SetParam1(static_cast<int>(SetupMethod::PBC)); in StartWpsModeSuccess1()
85 msg->SetParam1(static_cast<int>(SetupMethod::DISPLAY)); in StartWpsModeSuccess2()
96 msg->SetParam1(static_cast<int>(SetupMethod::KEYPAD)); in StartWpsModeSuccess3()
107 msg->SetParam1(static_cast<int>(SetupMethod::INVALID)); in StartWpsModeSuccess4()
116 msg->SetParam1(static_cast<int>(SetupMethod::KEYPAD)); in DealWpaBlockListClearEventSuccess()
396 pStaStateMachine->wpsState = SetupMethod::KEYPAD; in DealStartWpsCmdFail1()
400 msg->SetParam1(static_cast<int>(SetupMethod::INVALID)); in DealStartWpsCmdFail1()
403 pStaStateMachine->wpsState = SetupMethod::DISPLAY; in DealStartWpsCmdFail1()
H A Dsta_state_machine_test.cpp380 pStaStateMachine->wpsState = SetupMethod::INVALID; in DealConnectionEventSuccess()
417 pStaStateMachine->wpsState = SetupMethod::INVALID; in DealStartWpsCmdSuccess()
438 pStaStateMachine->wpsState = SetupMethod::PBC; in DealCancelWpsCmdSuccess1()
448 pStaStateMachine->wpsState = SetupMethod::DISPLAY; in DealCancelWpsCmdSuccess2()
458 pStaStateMachine->wpsState = SetupMethod::KEYPAD; in DealCancelWpsCmdSuccess3()
467 pStaStateMachine->wpsState = SetupMethod::PBC; in DealCancelWpsCmdFail1()
476 pStaStateMachine->wpsState = SetupMethod::DISPLAY; in DealCancelWpsCmdFail2()
485 pStaStateMachine->wpsState = SetupMethod::KEYPAD; in DealCancelWpsCmdFail3()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp487 pStaStateMachine->wpsState = SetupMethod::INVALID; in DealDisconnectEventSuccess1()
504 pStaStateMachine->wpsState = SetupMethod::INVALID; in DealDisconnectEventSuccess2()
511 pStaStateMachine->wpsState = SetupMethod::LABEL; in DealDisconnectEventSuccess2()
579 pStaStateMachine->wpsState = SetupMethod::INVALID; in DealStartWpsCmdSuccess()
591 pStaStateMachine->wpsState = SetupMethod::KEYPAD; in DealStartWpsCmdFail1()
711 pStaStateMachine->wpsState = SetupMethod::PBC; in DealCancelWpsCmdSuccess1()
735 pStaStateMachine->wpsState = SetupMethod::KEYPAD; in DealCancelWpsCmdSuccess3()
744 pStaStateMachine->wpsState = SetupMethod::PBC; in DealCancelWpsCmdFail1()
762 pStaStateMachine->wpsState = SetupMethod::KEYPAD; in DealCancelWpsCmdFail3()
1412 pStaStateMachine->wpsState = SetupMethod::PBC; in ConnectToNetworkProcessSuccess1()
[all …]
H A Dsta_service_test.cpp452 config.setup = SetupMethod::PBC; in StaServiceStartWpsSuccess()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp1320 if (wpsState != SetupMethod::INVALID) { in DealConnectionEvent()
1321 wpsState = SetupMethod::INVALID; in DealConnectionEvent()
1565 if ((wpsState == SetupMethod::DISPLAY) || (wpsState == SetupMethod::KEYPAD)) { in DealStartWpsCmd()
1601 if (wpsConfig.setup == SetupMethod::PBC) { in StartWpsMode()
1681 if (wpsState == SetupMethod::PBC) { in DealCancelWpsCmd()
1689 wpsState = SetupMethod::INVALID; in DealCancelWpsCmd()
1700 if (wpsState == SetupMethod::PBC) { in DealCancelWpsCmd()
2957 if (setup == SetupMethod::PBC) { in ExecuteStateMsg()
2960 } else if ((setup == SetupMethod::DISPLAY) || (setup == SetupMethod::KEYPAD)) { in ExecuteStateMsg()
4048 …if ((wpsState == SetupMethod::DISPLAY) || (wpsState == SetupMethod::PBC) || (wpsState == SetupMeth… in ConnectToNetworkProcess()
[all …]
H A Dsta_state_machine.h1207 SetupMethod wpsState;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h262 enum class SetupMethod { enum
272 SetupMethod setup; /* WPS type */
278 setup = SetupMethod::INVALID; in WpsConfig()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/
H A Dwifistaserver_fuzzer.cpp127 sconfig.setup = static_cast<SetupMethod>(static_cast<int>(data[0]) % THREE); in StaServerFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.cpp415 config.setup = SetupMethod(setup); in OnStartWps()
H A Dwifi_device_stub.cpp816 config.setup = SetupMethod(data.ReadInt32()); in OnStartWps()