Searched refs:ap_pin_lockout_time (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c672 if (hapd->ap_pin_lockout_time == 0)
673 hapd->ap_pin_lockout_time = 60;
674 else if (hapd->ap_pin_lockout_time < 365 * 24 * 60 * 60 &&
676 hapd->ap_pin_lockout_time *= 2;
679 hapd->ap_pin_lockout_time);
681 eloop_register_timeout(hapd->ap_pin_lockout_time, 0,
H A Dhostapd.h174 unsigned int ap_pin_lockout_time; member in struct:hostapd_data
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c672 if (hapd->ap_pin_lockout_time == 0)
673 hapd->ap_pin_lockout_time = 60;
674 else if (hapd->ap_pin_lockout_time < 365 * 24 * 60 * 60 &&
676 hapd->ap_pin_lockout_time *= 2;
679 hapd->ap_pin_lockout_time);
681 eloop_register_timeout(hapd->ap_pin_lockout_time, 0,
H A Dhostapd.h174 unsigned int ap_pin_lockout_time; member in struct:hostapd_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c672 if (hapd->ap_pin_lockout_time == 0)
673 hapd->ap_pin_lockout_time = 60;
674 else if (hapd->ap_pin_lockout_time < 365 * 24 * 60 * 60 &&
676 hapd->ap_pin_lockout_time *= 2;
679 hapd->ap_pin_lockout_time);
681 eloop_register_timeout(hapd->ap_pin_lockout_time, 0,
H A Dhostapd.h174 unsigned int ap_pin_lockout_time; member in struct:hostapd_data

Completed in 843 milliseconds