Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c104 if (hapd->ap_pin_failures_consecutive >= 10) in hostapd_wps_reenable_ap_pin()
135 if (hapd->ap_pin_failures_consecutive == 0) in wps_ap_pin_success()
140 hapd->ap_pin_failures, hapd->ap_pin_failures_consecutive); in wps_ap_pin_success()
141 hapd->ap_pin_failures_consecutive = 0; in wps_ap_pin_success()
426 hapd->ap_pin_failures_consecutive = 0; in hostapd_wps_ap_pin_enable()
Dhostapd.h120 unsigned int ap_pin_failures_consecutive; member