Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c314 ifmsh->bss[0]->dot11RSNASAERetransPeriod = in wpa_supplicant_mesh_init()
315 wpa_s->conf->dot11RSNASAERetransPeriod; in wpa_supplicant_mesh_init()
Dconfig.h1335 int dot11RSNASAERetransPeriod; member
Dconfig_file.c1474 if (config->dot11RSNASAERetransPeriod != in wpa_config_write_global()
1477 config->dot11RSNASAERetransPeriod); in wpa_config_write_global()
Dconfig.c4091 config->dot11RSNASAERetransPeriod = in wpa_config_alloc_empty()
4727 { INT(dot11RSNASAERetransPeriod), 0 },
/external/wpa_supplicant_8/src/ap/
Dhostapd.h317 int dot11RSNASAERetransPeriod; /* msec */ member
Dieee802_11.c667 hapd->dot11RSNASAERetransPeriod * 1000, in auth_sae_retransmit_timer()
673 hapd->dot11RSNASAERetransPeriod * 1000, in auth_sae_retransmit_timer()
699 eloop_register_timeout(0, hapd->dot11RSNASAERetransPeriod * 1000, in sae_set_retransmit_timer()