Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_client/
H A Dwifi_client.cpp40 const int MIN_WPA_LENGTH = 8; variable
278 if ((keyMgmt != "open" && keyMgmt != "eap") && config.preSharedKey.length() < MIN_WPA_LENGTH) { in GetDeviceConfig()
279 Logd("password length should be >= %d", MIN_WPA_LENGTH); in GetDeviceConfig()