Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dconfig_ssid.h585 int dot11MeshRetryTimeout; /* msec */ member
Dmesh_mpm.c506 conf->dot11MeshRetryTimeout / 1000, in plink_timer()
507 (conf->dot11MeshRetryTimeout % 1000) * 1000, in plink_timer()
551 eloop_register_timeout(conf->dot11MeshRetryTimeout / 1000, in mesh_mpm_plink_open()
552 (conf->dot11MeshRetryTimeout % 1000) * 1000, in mesh_mpm_plink_open()
Dmesh.c145 conf->dot11MeshRetryTimeout = ssid->dot11MeshRetryTimeout; in mesh_config_create()
Dconfig_file.c830 INT_DEF(dot11MeshRetryTimeout, DEFAULT_MESH_RETRY_TIMEOUT); in wpa_config_write_network()
Dconfig.c2661 { INT(dot11MeshRetryTimeout) },
3241 ssid->dot11MeshRetryTimeout = DEFAULT_MESH_RETRY_TIMEOUT; in wpa_config_set_network_defaults()
/hostap-latest/src/ap/
Dap_config.h57 int dot11MeshRetryTimeout; /* msec */ member