Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dieee80211.h50 const unsigned int kWPAAsciiMinLen = 8; variable
/system/connectivity/shill/wifi/
Dwifi_service.cc933 (length < IEEE_80211::kWPAAsciiMinLen || in ValidateWPAPassphrase()
938 if (length < IEEE_80211::kWPAAsciiMinLen || in ValidateWPAPassphrase()
Dwifi_service_unittest.cc1181 string(IEEE_80211::kWPAAsciiMinLen, 'Z').c_str())); in TEST_F()
1194 string(IEEE_80211::kWPAAsciiMinLen-1, 'Z').c_str())); in TEST_F()