HomeSort by relevance Sort by last modified time
    Searched refs:ap_pin_lockout_time (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/ap/
hostapd.h 173 unsigned int ap_pin_lockout_time; member in struct:hostapd_data
wps_hostapd.c 704 if (hapd->ap_pin_lockout_time == 0)
705 hapd->ap_pin_lockout_time = 60;
706 else if (hapd->ap_pin_lockout_time < 365 * 24 * 60 * 60 &&
708 hapd->ap_pin_lockout_time *= 2;
711 hapd->ap_pin_lockout_time);
713 eloop_register_timeout(hapd->ap_pin_lockout_time, 0,
    [all...]

Completed in 112 milliseconds