HomeSort by relevance Sort by last modified time
    Searched refs:if_type (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/common_lib/cros/network/
iw_runner.py 46 IwNetDev = collections.namedtuple('IwNetDev', ['phy', 'if_name', 'if_type'])
339 if_type = None
345 if_type = None
358 if_type = m.group(1)
360 if_type=if_type))
366 if interface.if_type == desired_if_type]
  /external/autotest/server/
site_linux_system.py 21 ['inherited', 'phy', 'if_name', 'if_type'])
101 if_type=interface.if_type,
454 if net_dev.phy == phy and net_dev.if_type == phytype:
467 if_type=phytype, inherited=False)
555 if net_dev.if_type == 'monitor':
564 dev.if_type != 'monitor')]
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 895 enum wpa_driver_if_type if_type,
901 return wpa_s->driver->get_pref_freq_list(wpa_s->drv_priv, if_type,
  /external/wpa_supplicant_8/src/ap/
vlan_full.c 13 /* Avoid conflicts due to NetBSD net/if.h if_type define with driver.h */
14 #undef if_type macro
  /external/dhcpcd-6.8.2/
if-linux.c 653 l2addr_len(unsigned short if_type)
656 switch (if_type) {
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h     [all...]
driver_nl80211.c     [all...]

Completed in 1210 milliseconds