Searched refs:dot11MeshHoldingTimeout (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_mpm.c | 521 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 D | config_ssid.h | 573 int dot11MeshHoldingTimeout; /* msec */ member
|
H A D | mesh.c | 147 conf->dot11MeshHoldingTimeout = ssid->dot11MeshHoldingTimeout; in mesh_config_create()
|
H A D | config_file.c | 832 INT_DEF(dot11MeshHoldingTimeout, DEFAULT_MESH_HOLDING_TIMEOUT); in wpa_config_write_network()
|
H A D | config.c | 2663 { INT(dot11MeshHoldingTimeout) }, 3242 ssid->dot11MeshHoldingTimeout = DEFAULT_MESH_HOLDING_TIMEOUT; in wpa_config_set_network_defaults()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_config.h | 59 int dot11MeshHoldingTimeout; /* msec */ member
|