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