/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantStaNetwork.hal | 32 * SAE PK mode 58 * SAE Hash-to-Element mode. 175 * Set SAE H2E (Hash-to-Element) mode. 177 * @param mode SAE H2E supporting mode. 187 * Set whether to enable SAE PK (Public Key) only mode to enable public AP validation. 188 * When enabled, only SAE PK network is allowed; otherwise PK is optional. 189 * If this API is not called before connecting to an SAE 190 * network, SAE PK mode depends on SAE PK config in wpa_supplicant configuration. 191 * If SAE PK config of wpa_supplicant configuration is not set,
|
D | types.hal | 107 * WPA3 SAE Public-Key.
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/ |
D | NanPairingAkm.aidl | 37 SAE = 0, enumConstant
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/ |
D | NanPairingAkm.aidl | 37 SAE = 0, enumConstant
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/ |
D | NanPairingAkm.aidl | 37 SAE = 0, enumConstant
|
/hardware/interfaces/wifi/aidl/android/hardware/wifi/ |
D | NanPairingAkm.aidl | 22 @VintfStability @Backing(type="int") enum NanPairingAkm { SAE = 0, PASN=1 } enumConstant
|
/hardware/interfaces/wifi/supplicant/1.2/ |
D | ISupplicantStaNetwork.hal | 37 /** WPA3-Personal SAE Key management */ 38 SAE = 1 << 10, 214 * Get SAE password for WPA3-Personal 227 * Get SAE password ID for WPA3-Personal 240 * Set SAE password for WPA3-Personal 255 * Set SAE password ID for WPA3-Personal
|
D | types.hal | 25 SAE,
|
D | ISupplicantStaIface.hal | 94 * @param ssid Network SSID to send to peer (SAE/PSK mode). 95 * @param password Network password to send to peer (SAE/PSK mode).
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/2/android/hardware/wifi/supplicant/ |
D | DppAkm.aidl | 39 SAE, enumConstant
|
D | AuthAlgMask.aidl | 40 SAE = (1 << 4) /* 16 */, enumConstant
|
D | KeyMgmtMask.aidl | 46 SAE = (1 << 10) /* 1024 */, enumConstant
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/3/android/hardware/wifi/supplicant/ |
D | DppAkm.aidl | 39 SAE, enumConstant
|
D | AuthAlgMask.aidl | 40 SAE = (1 << 4) /* 16 */, enumConstant
|
D | KeyMgmtMask.aidl | 46 SAE = (1 << 10) /* 1024 */, enumConstant
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/ |
D | AuthAlgMask.aidl | 40 SAE = (1 << 4) /* 16 */, enumConstant
|
D | DppAkm.aidl | 39 SAE, enumConstant
|
D | KeyMgmtMask.aidl | 46 SAE = (1 << 10) /* 1024 */, enumConstant
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/ |
D | AuthAlgMask.aidl | 40 SAE = 16, enumConstant
|
D | DppAkm.aidl | 39 SAE = 2, enumConstant
|
D | KeyMgmtMask.aidl | 46 SAE = 1024, enumConstant
|
/hardware/interfaces/wifi/supplicant/aidl/android/hardware/wifi/supplicant/ |
D | DppAkm.aidl | 27 SAE, enumConstant
|
D | AuthAlgMask.aidl | 30 SAE = 1 << 4, enumConstant
|
D | KeyMgmtMask.aidl | 45 SAE = 1 << 10, enumConstant
|
/hardware/interfaces/wifi/supplicant/1.2/vts/functional/ |
D | supplicant_sta_network_hidl_test.cpp | 112 uint32_t keyMgmt = (uint32_t)ISupplicantStaNetwork::KeyMgmtMask::SAE; in TEST_P()
|