Searched refs:kMaxPskSize (Results 1 – 2 of 2) sorted by relevance
27 const int WPAConfig::kMaxPskSize = 64; member in WPAConfig115 if (psk_.size() > kMaxPskSize) { in WPAConfig()119 if ((psk_.size() == kMaxPskSize) && in WPAConfig()
77 static const int kMaxPskSize; variable