Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2866 android.hardware.wifi.supplicant.V1_2.ISupplicantStaIface staIfaceV12 = in getKeyMgmtCapabilities() local
2869 if (staIfaceV12 == null) { in getKeyMgmtCapabilities()
2878 staIfaceV12.getKeyMgmtCapabilities( in getKeyMgmtCapabilities()
3056 android.hardware.wifi.supplicant.V1_2.ISupplicantStaIface staIfaceV12 = in addDppPeerUri() local
3059 if (staIfaceV12 == null) { in addDppPeerUri()
3067 staIfaceV12.addDppPeerUri(uri, in addDppPeerUri()
3104 android.hardware.wifi.supplicant.V1_2.ISupplicantStaIface staIfaceV12 = in removeDppUri() local
3107 if (staIfaceV12 == null) { in removeDppUri()
3115 SupplicantStatus status = staIfaceV12.removeDppUri(bootstrapId); in removeDppUri()
3144 android.hardware.wifi.supplicant.V1_2.ISupplicantStaIface staIfaceV12 = in stopDppInitiator() local
[all …]