Searched refs:dot11RSNASAERetransPeriod (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h22 * The default dot11RSNASAERetransPeriod is defined as 40 ms in the standard,
1330 * dot11RSNASAERetransPeriod - Timeout to retransmit SAE Auth frame
1336 int dot11RSNASAERetransPeriod; member in struct:wpa_config
H A Dmesh.c315 ifmsh->bss[0]->dot11RSNASAERetransPeriod =
316 wpa_s->conf->dot11RSNASAERetransPeriod;
H A Dconfig_file.c1475 if (config->dot11RSNASAERetransPeriod !=
1477 fprintf(f, "dot11RSNASAERetransPeriod=%d\n",
1478 config->dot11RSNASAERetransPeriod);
H A Dconfig.c4092 config->dot11RSNASAERetransPeriod =
4729 { INT(dot11RSNASAERetransPeriod), 0 },
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dhostapd.h325 int dot11RSNASAERetransPeriod; /* msec */ member in struct:hostapd_data
H A Dieee802_11.c668 hapd->dot11RSNASAERetransPeriod * 1000,
674 hapd->dot11RSNASAERetransPeriod * 1000,
700 eloop_register_timeout(0, hapd->dot11RSNASAERetransPeriod * 1000,

Completed in 205 milliseconds