Searched refs:checkSupplicantStaIfaceAndLogFailure (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceHal.java | 328 if (checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr) != null) return false; in setupIface() 480 if (checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr) == null) return false; in teardownIface() 1192 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in addNetwork() 1223 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in removeNetwork() 1263 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in getNetwork() 1342 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in listNetworks() 1368 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsDeviceName() 1415 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsDeviceType() 1437 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsManufacturer() 1459 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsModelName() [all …]
|