Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c3754 wpa_s->dpp_pb_stop_iter = 3; in wpas_dpp_rx_pb_presence_announcement_resp()
5585 if (wpa_s->dpp_pb_stop_iter > 0) { in wpas_dpp_pb_next()
5586 wpa_s->dpp_pb_stop_iter--; in wpas_dpp_pb_next()
5588 if (wpa_s->dpp_pb_stop_iter == 1) { in wpas_dpp_pb_next()
5600 if (wpa_s->dpp_pb_stop_iter == 0) { in wpas_dpp_pb_next()
5765 wpa_s->dpp_pb_stop_iter = 0; in wpas_dpp_push_button_stop()
H A Dwpa_supplicant_i.h1530 int dpp_pb_stop_iter; member