Home
last modified time | relevance | path

Searched refs:WpsConfigMethod (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_config_file_test.cpp224 device.SetWpsConfigMethod((int)WpsConfigMethod::WPS_CFG_PUSHBUTTON); in AddWifiP2pGroupInfoTestFirst()
241 client.SetWpsConfigMethod((int)WpsConfigMethod::WPS_CFG_KEYPAD); in AddWifiP2pGroupInfoTestFirst()
250 clientSecond.SetWpsConfigMethod((int)WpsConfigMethod::WPS_CFG_INVALID); in AddWifiP2pGroupInfoTestFirst()
270 device.SetWpsConfigMethod((int)WpsConfigMethod::WPS_CFG_DISPLAY); in AddWifiP2pGroupInfoTestSecond()
287 client.SetWpsConfigMethod((int)WpsConfigMethod::WPS_CFG_KEYPAD); in AddWifiP2pGroupInfoTestSecond()
296 clientSecond.SetWpsConfigMethod((int)WpsConfigMethod::WPS_CFG_INVALID); in AddWifiP2pGroupInfoTestSecond()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dwifi_p2p_device_manager_test.cpp40 device1.SetWpsConfigMethod(static_cast<int>(WpsConfigMethod::WPS_CFG_INVALID)); in SetUp()
48 device2.SetWpsConfigMethod(static_cast<int>(WpsConfigMethod::WPS_CFG_INVALID)); in SetUp()
H A Dwifi_p2p_group_manager_test.cpp41 device.SetWpsConfigMethod(static_cast<int>(WpsConfigMethod::WPS_CFG_INVALID)); in SetUp()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp286 return (supportWpsConfigMethods & static_cast<int>(WpsConfigMethod::WPS_CFG_PUSHBUTTON)) != 0; in WpsPbcSupported()
291 return (supportWpsConfigMethods & static_cast<int>(WpsConfigMethod::WPS_CFG_DISPLAY)) != 0; in WpsDisplaySupported()
296 return (supportWpsConfigMethods & static_cast<int>(WpsConfigMethod::WPS_CFG_KEYPAD)) != 0; in WpKeypadSupported()
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h109 enum class WpsConfigMethod { class in OHOS::Wifi::P2pWfdInfoType::P2pDeviceType

Completed in 5 milliseconds