Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h464 int dot11MeshMaxRetries; member
Dmesh.c92 conf->dot11MeshMaxRetries = ssid->dot11MeshMaxRetries; in mesh_config_create()
Dmesh_mpm.c429 if (sta->mpm_retries < conf->dot11MeshMaxRetries) { in plink_timer()
Dconfig_file.c781 INT_DEF(dot11MeshMaxRetries, DEFAULT_MESH_MAX_RETRIES); in wpa_config_write_network()
Dconfig.c1996 { INT(dot11MeshMaxRetries) },
2497 ssid->dot11MeshMaxRetries = DEFAULT_MESH_MAX_RETRIES; in wpa_config_set_network_defaults()
/external/wpa_supplicant_8/src/ap/
Dap_config.h44 int dot11MeshMaxRetries; member