Home
last modified time | relevance | path

Searched refs:supplicant_v1_1 (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java329 android.hardware.wifi.supplicant.V1_1.ISupplicant supplicant_v1_1 = in addIfaceV1_1() local
331 if (supplicant_v1_1 == null) { in addIfaceV1_1()
335 supplicant_v1_1.addInterface(ifaceInfo, in addIfaceV1_1()
378 android.hardware.wifi.supplicant.V1_1.ISupplicant supplicant_v1_1 = in removeIfaceV1_1() local
380 if (supplicant_v1_1 == null) { in removeIfaceV1_1()
387 SupplicantStatus status = supplicant_v1_1.removeInterface(ifaceInfo); in removeIfaceV1_1()