Home
last modified time | relevance | path

Searched refs:mWifiEncryptionThread (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.h342 std::unique_ptr<WifiEventHandler> mWifiEncryptionThread = nullptr; variable
H A Dwifi_settings.cpp519 mWifiEncryptionThread = std::make_unique<WifiEventHandler>("WifiEncryptionThread"); in ReloadDeviceConfig()
520 mWifiEncryptionThread->PostAsyncTask([this]() { in ReloadDeviceConfig()