Searched refs:checkSupplicantStaIfaceAndLogFailure (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceHal.java | 322 if (checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr) != null) return false; in setupIface() 474 if (checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr) == null) return false; in teardownIface() 1168 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in addNetwork() 1199 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in removeNetwork() 1239 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in getNetwork() 1318 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in listNetworks() 1344 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsDeviceName() 1391 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsDeviceType() 1413 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsManufacturer() 1435 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsModelName() [all …]
|