Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantStaIface.hal96 * @param psk Network PSK to send to peer (PSK mode only). Either password or psk should be set.
109 string psk, DppNetRole netRole, DppAkm securityAkm)
DISupplicantStaIfaceCallback.hal34 oneway onDppSuccessConfigReceived(Ssid ssid, string password, uint8_t[32] psk,
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaNetwork.hal266 * @param psk value to set.
277 setPskPassphrase(string psk) generates (SupplicantStatus status);
280 * Set raw psk for WPA_PSK network.
282 * @param psk value to set as specified in IEEE 802.11i-2004 standard.
291 setPsk(uint8_t[32] psk) generates (SupplicantStatus status);
682 * network was configured with raw psk instead).
688 * @return psk value set.
690 getPskPassphrase() generates (SupplicantStatus status, string psk);
693 * Get raw psk for WPA_PSK network.
701 * @param psk value set.
[all …]
DISupplicantP2pIfaceCallback.hal158 * @param psk PSK used to secure the group.
165 uint8_t[32] psk, string passphrase, MacAddress goDeviceAddress,
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_sta_network_hidl_test.cpp279 [&](const SupplicantStatus& status, const hidl_string& psk) { in TEST_F() argument
281 EXPECT_EQ(kTestPskPassphrase, std::string(psk.c_str())); in TEST_F()