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