/system/connectivity/apmanager/ |
device.h | 41 WiFiInterface() : iface_index(0), iface_type(0) {} 49 iface_type(in_iface_type) {} 53 uint32_t iface_type; member in struct:apmanager::Device::WiFiInterface 58 this->iface_type == other.iface_type;
|
device.cc | 379 if (interface.iface_type == NL80211_IFTYPE_AP) { 382 } else if (interface.iface_type == NL80211_IFTYPE_STATION &&
|
device_info.cc | 261 iter->second.iface_type = interface_type;
|
device_info_unittest.cc | 324 interface_list[0].iface_type = NL80211_IFTYPE_AP;
|
/art/test/968-default-partial-compile-generated/util-src/ |
generate_smali.py | 417 def __init__(self, ifaces, iface_type, full_name = None): 422 self.iface_type = iface_type 424 end = self.iface_type.get_suffix() 453 return self.iface_type == InterfaceType.abstract 460 return self.iface_type == InterfaceType.empty 467 return self.iface_type == InterfaceType.default
|
/art/test/971-iface-super/util-src/ |
generate_smali.py | 479 def __init__(self, ifaces, iface_type, full_name = None): 484 self.iface_type = iface_type 486 end = self.iface_type.get_suffix() 515 return self.iface_type == InterfaceType.abstract 522 return self.iface_type == InterfaceType.empty 529 return self.iface_type == InterfaceType.default
|
/external/wpa_supplicant_8/src/drivers/ |
driver_nl80211.c | 8920 enum qca_iface_type iface_type; local 8983 enum qca_iface_type iface_type; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.c | 6890 enum wpa_driver_if_type iface_type; local [all...] |
p2p_supplicant.c | 5216 enum wpa_driver_if_type iface_type; local [all...] |
/external/toybox/toys/pending/ |
ip.c | 59 int flags, iface_idx, mtu, txqueuelen, parent,iface_type; member in struct:linkdata 834 link->iface_type = iface->ifi_type; [all...] |