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/
wps_hostapd.c 672 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,
    [all...]
hostapd.h 174 unsigned int ap_pin_lockout_time; member in struct:hostapd_data

Completed in 89 milliseconds