Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h1432 int dot11RSNASAERetransPeriod; member
H A Dmesh.c492 ifmsh->bss[0]->dot11RSNASAERetransPeriod = in wpa_supplicant_mesh_init()
493 wpa_s->conf->dot11RSNASAERetransPeriod; in wpa_supplicant_mesh_init()
H A Dconfig_file.c1480 if (config->dot11RSNASAERetransPeriod != in wpa_config_write_global()
1483 config->dot11RSNASAERetransPeriod); in wpa_config_write_global()
H A Dconfig.c4388 config->dot11RSNASAERetransPeriod = in wpa_config_alloc_empty()
5102 { INT(dot11RSNASAERetransPeriod), 0 },
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h335 int dot11RSNASAERetransPeriod; /* msec */ member
H A Dieee802_11.c882 hapd->dot11RSNASAERetransPeriod * 1000, in auth_sae_retransmit_timer()
888 hapd->dot11RSNASAERetransPeriod * 1000, in auth_sae_retransmit_timer()
914 eloop_register_timeout(0, hapd->dot11RSNASAERetransPeriod * 1000, in sae_set_retransmit_timer()