OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MODE_11B
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/network/
hostap_config.py
72
MODE_11B
= 'b'
294
if self._mode == self.
MODE_11B
:
295
return self.
MODE_11B
452
def __init__(self, mode=
MODE_11B
, channel=None, frequency=None,
615
if self._mode in (self.
MODE_11B
, self.MODE_11G) and frequency > 5000:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java
615
public static final int
MODE_11B
= 2; // 802.11b
635
return
MODE_11B
;
651
case
MODE_11B
:
652
return "
MODE_11B
";
Completed in 72 milliseconds