/external/autotest/server/ |
site_linux_system.py | 364 def _get_phy_for_frequency(self, frequency, phytype, spatial_streams): 365 """Get a phy appropriate for a frequency and phytype. 368 frequency |frequency| in the role indicated by |phytype|. Prefer idle 373 @param phytype string key of phytype registered at construction time. 403 preferred_bus = {'monitor': 'usb', 'managed': 'pci'}.get(phytype) 411 def _get_wlanif(self, phytype, spatial_streams, frequency, same_phy_as): 412 """Get a WiFi device that supports the given frequency and phytype. 418 @param phytype string type of phy (e.g. 'monitor'). 446 frequency, phytype, spatial_streams [all...] |
/external/wpa_supplicant_8/src/ap/ |
ieee802_11.c | 1037 u8 op_class, channel, phytype; local 1054 phytype = 8; /* dmg */ 1056 phytype = 9; /* vht */ 1058 phytype = 7; /* ht */ 1061 phytype = 4; /* ofdm */ 1064 phytype = 6; /* erp */ 1066 phytype = 5; /* hrdsss */ 1078 *pos++ = phytype; [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11.h | 2536 uint8 phytype; member in struct:dot11_neighbor_rep_ie [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
wlioctl.h | 1278 uint phytype; \/* phy type *\/ member in struct:wlc_rev_info [all...] |