Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c521 eloop_register_timeout(conf->dot11MeshHoldingTimeout / 1000, in plink_timer()
522 (conf->dot11MeshHoldingTimeout % 1000) * 1000, in plink_timer()
1007 conf->dot11MeshHoldingTimeout / 1000, in mesh_mpm_fsm()
1008 (conf->dot11MeshHoldingTimeout % 1000) * 1000, in mesh_mpm_fsm()
1043 conf->dot11MeshHoldingTimeout / 1000, in mesh_mpm_fsm()
1044 (conf->dot11MeshHoldingTimeout % 1000) * 1000, in mesh_mpm_fsm()
1075 conf->dot11MeshHoldingTimeout / 1000, in mesh_mpm_fsm()
1076 (conf->dot11MeshHoldingTimeout % 1000) * 1000, in mesh_mpm_fsm()
1103 conf->dot11MeshHoldingTimeout / 1000, in mesh_mpm_fsm()
1104 (conf->dot11MeshHoldingTimeout % 1000) * 1000, in mesh_mpm_fsm()
H A Dconfig_ssid.h573 int dot11MeshHoldingTimeout; /* msec */ member
H A Dmesh.c147 conf->dot11MeshHoldingTimeout = ssid->dot11MeshHoldingTimeout; in mesh_config_create()
H A Dconfig_file.c832 INT_DEF(dot11MeshHoldingTimeout, DEFAULT_MESH_HOLDING_TIMEOUT); in wpa_config_write_network()
H A Dconfig.c2663 { INT(dot11MeshHoldingTimeout) },
3242 ssid->dot11MeshHoldingTimeout = DEFAULT_MESH_HOLDING_TIMEOUT; in wpa_config_set_network_defaults()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h59 int dot11MeshHoldingTimeout; /* msec */ member