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 144 unsigned int ap_pin_lockout_time; member in struct:hostapd_data
wps_hostapd.c 574 if (hapd->ap_pin_lockout_time == 0)
575 hapd->ap_pin_lockout_time = 60;
576 else if (hapd->ap_pin_lockout_time < 365 * 24 * 60 * 60 &&
578 hapd->ap_pin_lockout_time *= 2;
581 hapd->ap_pin_lockout_time);
583 eloop_register_timeout(hapd->ap_pin_lockout_time, 0,
    [all...]

Completed in 152 milliseconds