HomeSort by relevance Sort by last modified time
    Searched defs:MODE_11B (Results 1 - 3 of 3) 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
458 def __init__(self, mode=MODE_11B, channel=None, frequency=None,
621 if self._mode in (self.MODE_11B, self.MODE_11G) and frequency > 5000:
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_constants.py 110 MODE_11B = 'b'
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 820 public static final int MODE_11B = 2; // 802.11b
    [all...]

Completed in 543 milliseconds