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.cpp63 constexpr uint8_t kTestPsk[] = {[0 ... 31] = 0x12}; variable
311 HIDL_INVOKE(sta_network_, setPsk, kTestPsk).code); in TEST_P()
314 hidl_array<uint8_t, 32> expected_psk(kTestPsk); in TEST_P()