Home
last modified time | relevance | path

Searched refs:dot11MeshRetryTimeout (Results 1 – 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_ssid.h515 int dot11MeshRetryTimeout; /* msec */ member
Dmesh_mpm.c480 conf->dot11MeshRetryTimeout / 1000, in plink_timer()
481 (conf->dot11MeshRetryTimeout % 1000) * 1000, in plink_timer()
525 eloop_register_timeout(conf->dot11MeshRetryTimeout / 1000, in mesh_mpm_plink_open()
526 (conf->dot11MeshRetryTimeout % 1000) * 1000, in mesh_mpm_plink_open()
Dmesh.c129 conf->dot11MeshRetryTimeout = ssid->dot11MeshRetryTimeout; in mesh_config_create()
Dconfig_file.c880 INT_DEF(dot11MeshRetryTimeout, DEFAULT_MESH_RETRY_TIMEOUT); in wpa_config_write_network()
Dconfig.c2333 { INT(dot11MeshRetryTimeout) },
2869 ssid->dot11MeshRetryTimeout = DEFAULT_MESH_RETRY_TIMEOUT; in wpa_config_set_network_defaults()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_ssid.h548 int dot11MeshRetryTimeout; /* msec */ member
Dmesh_mpm.c483 conf->dot11MeshRetryTimeout / 1000, in plink_timer()
484 (conf->dot11MeshRetryTimeout % 1000) * 1000, in plink_timer()
528 eloop_register_timeout(conf->dot11MeshRetryTimeout / 1000, in mesh_mpm_plink_open()
529 (conf->dot11MeshRetryTimeout % 1000) * 1000, in mesh_mpm_plink_open()
Dmesh.c145 conf->dot11MeshRetryTimeout = ssid->dot11MeshRetryTimeout; in mesh_config_create()
Dconfig_file.c822 INT_DEF(dot11MeshRetryTimeout, DEFAULT_MESH_RETRY_TIMEOUT); in wpa_config_write_network()
Dconfig.c2554 { INT(dot11MeshRetryTimeout) },
3112 ssid->dot11MeshRetryTimeout = DEFAULT_MESH_RETRY_TIMEOUT; in wpa_config_set_network_defaults()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h51 int dot11MeshRetryTimeout; /* msec */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h51 int dot11MeshRetryTimeout; /* msec */ member