Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_hidl_test_utils.cpp51 bool waitForSupplicantState(bool is_running) { in waitForSupplicantState() function
66 bool waitForSupplicantStart() { return waitForSupplicantState(true); } in waitForSupplicantStart()
70 bool waitForSupplicantStop() { return waitForSupplicantState(false); } in waitForSupplicantStop()