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.java3114 android.hardware.wifi.supplicant.V1_2.ISupplicantStaIface staIfaceV12 = in getKeyMgmtCapabilities() local
3117 if (staIfaceV12 == null) { in getKeyMgmtCapabilities()
3126 staIfaceV12.getKeyMgmtCapabilities( in getKeyMgmtCapabilities()
3168 android.hardware.wifi.supplicant.V1_2.ISupplicantStaIface staIfaceV12 = in addDppPeerUri() local
3171 if (staIfaceV12 == null) { in addDppPeerUri()
3179 staIfaceV12.addDppPeerUri(uri, in addDppPeerUri()
3216 android.hardware.wifi.supplicant.V1_2.ISupplicantStaIface staIfaceV12 = in removeDppUri() local
3219 if (staIfaceV12 == null) { in removeDppUri()
3227 SupplicantStatus status = staIfaceV12.removeDppUri(bootstrapId); in removeDppUri()
3256 android.hardware.wifi.supplicant.V1_2.ISupplicantStaIface staIfaceV12 = in stopDppInitiator() local
[all …]