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 680 if (hapd->ap_pin_lockout_time == 0)
681 hapd->ap_pin_lockout_time = 60;
682 else if (hapd->ap_pin_lockout_time < 365 * 24 * 60 * 60 &&
684 hapd->ap_pin_lockout_time *= 2;
687 hapd->ap_pin_lockout_time);
689 eloop_register_timeout(hapd->ap_pin_lockout_time, 0,
    [all...]
hostapd.h 197 unsigned int ap_pin_lockout_time; member in struct:hostapd_data

Completed in 83 milliseconds