Searched refs:phytype (Results 1 - 4 of 4) sorted by relevance

/external/autotest/server/
H A Dsite_linux_system.py364 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_stream
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c1037 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;
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.c1037 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;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11.c1037 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;

Completed in 121 milliseconds