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

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 22 * The default dot11RSNASAERetransPeriod is defined as 40 ms in the standard,
    [all...]
mesh.c 174 ifmsh->bss[0]->dot11RSNASAERetransPeriod =
175 wpa_s->conf->dot11RSNASAERetransPeriod;
config_file.c     [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 276 int dot11RSNASAERetransPeriod; /* msec */
ieee802_11.c 520 hapd->dot11RSNASAERetransPeriod * 1000,
526 hapd->dot11RSNASAERetransPeriod * 1000,
552 eloop_register_timeout(0, hapd->dot11RSNASAERetransPeriod * 1000,
    [all...]

Completed in 79 milliseconds