Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dconfig_ssid.h584 int dot11MeshMaxRetries; member
Dmesh.c144 conf->dot11MeshMaxRetries = ssid->dot11MeshMaxRetries; in mesh_config_create()
Dmesh_mpm.c504 if (sta->mpm_retries < conf->dot11MeshMaxRetries) { in plink_timer()
Dconfig_file.c829 INT_DEF(dot11MeshMaxRetries, DEFAULT_MESH_MAX_RETRIES); in wpa_config_write_network()
Dconfig.c2660 { INT(dot11MeshMaxRetries) },
3240 ssid->dot11MeshMaxRetries = DEFAULT_MESH_MAX_RETRIES; in wpa_config_set_network_defaults()
/hostap-latest/src/ap/
Dap_config.h56 int dot11MeshMaxRetries; member