Searched refs:kWPAHexLen (Results 1 – 3 of 3) sorted by relevance
52 const unsigned int kWPAHexLen = 64; variable
1188 string(IEEE_80211::kWPAHexLen-1, '1').c_str())); in TEST_F()1191 string(IEEE_80211::kWPAHexLen, '1').c_str())); in TEST_F()1200 string(IEEE_80211::kWPAHexLen+1, '1').c_str())); in TEST_F()
932 if (length != IEEE_80211::kWPAHexLen && in ValidateWPAPassphrase()