Home
last modified time | relevance | path

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

/hostap-latest/tests/fuzzing/p2p/
Dp2p.c24 static void find_stopped(void *ctx) in find_stopped() function
87 p2p.find_stopped = find_stopped; in init_p2p()
/hostap-latest/src/p2p/
Dp2p.h781 void (*find_stopped)(void *ctx); member
Dp2p.c1326 p2p->cfg->find_stopped(p2p->cfg->cb_ctx); in p2p_stop_find_for_freq()
/hostap-latest/tests/hwsim/
Dtest_dbus.py3218 self.find_stopped = False
3320 self.find_stopped = True
3329 return self.found and self.lost and self.found2 and self.find_stopped
/hostap-latest/wpa_supplicant/
Dp2p_supplicant.c4920 p2p.find_stopped = wpas_find_stopped; in wpas_p2p_init()