Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_sta_network_hidl_test.cpp59 constexpr uint8_t kTestPsk[] = {[0 ... 31] = 0x12}; variable
290 HIDL_INVOKE(sta_network_, setPsk, kTestPsk).code); in TEST_F()
293 hidl_array<uint8_t, 32> expected_psk(kTestPsk); in TEST_F()