OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECURITY_NONE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java
48
static final int
SECURITY_NONE
= 0;
83
return (config.wepKeys[0] != null) ? SECURITY_WEP :
SECURITY_NONE
;
94
return
SECURITY_NONE
;
122
case
SECURITY_NONE
:
215
signal.setImageState((security !=
SECURITY_NONE
) ?
345
if (security !=
SECURITY_NONE
) {
372
if (security !=
SECURITY_NONE
)
/external/chromium/chrome/browser/chromeos/cros/
network_library.h
44
SECURITY_NONE
= 1,
661
encryption_(
SECURITY_NONE
),
669
bool encrypted() const { return encryption_ !=
SECURITY_NONE
; }
[
all
...]
Completed in 272 milliseconds