Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h572 int dot11MeshConfirmTimeout; /* msec */ member
H A Dmesh.c146 conf->dot11MeshConfirmTimeout = ssid->dot11MeshConfirmTimeout; in mesh_config_create()
H A Dmesh_mpm.c1023 conf->dot11MeshConfirmTimeout / 1000, in mesh_mpm_fsm()
1024 (conf->dot11MeshConfirmTimeout % 1000) * 1000, in mesh_mpm_fsm()
H A Dconfig_file.c831 INT_DEF(dot11MeshConfirmTimeout, DEFAULT_MESH_CONFIRM_TIMEOUT); in wpa_config_write_network()
H A Dconfig.c2662 { INT(dot11MeshConfirmTimeout) },
3241 ssid->dot11MeshConfirmTimeout = DEFAULT_MESH_CONFIRM_TIMEOUT; in wpa_config_set_network_defaults()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h58 int dot11MeshConfirmTimeout; /* msec */ member