OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSsidMinLength
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/apmanager/
config.cc
87
const int Config::
kSsidMinLength
= 1;
124
if (value.length() <
kSsidMinLength
|| value.length() > kSsidMaxLength) {
129
kSsidMinLength
, kSsidMaxLength),
config.h
142
static const int
kSsidMinLength
;
Completed in 339 milliseconds