Searched refs:dot11MeshHoldingTimeout (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.c | 446 eloop_register_timeout(conf->dot11MeshHoldingTimeout / 1000, in plink_timer() 447 (conf->dot11MeshHoldingTimeout % 1000) * 1000, in plink_timer() 863 conf->dot11MeshHoldingTimeout / 1000, in mesh_mpm_fsm() 864 (conf->dot11MeshHoldingTimeout % 1000) * 1000, in mesh_mpm_fsm() 897 conf->dot11MeshHoldingTimeout / 1000, in mesh_mpm_fsm() 898 (conf->dot11MeshHoldingTimeout % 1000) * 1000, in mesh_mpm_fsm() 928 conf->dot11MeshHoldingTimeout / 1000, in mesh_mpm_fsm() 929 (conf->dot11MeshHoldingTimeout % 1000) * 1000, in mesh_mpm_fsm() 951 conf->dot11MeshHoldingTimeout / 1000, in mesh_mpm_fsm() 952 (conf->dot11MeshHoldingTimeout % 1000) * 1000, in mesh_mpm_fsm()
|
D | config_ssid.h | 467 int dot11MeshHoldingTimeout; /* msec */ member
|
D | mesh.c | 95 conf->dot11MeshHoldingTimeout = ssid->dot11MeshHoldingTimeout; in mesh_config_create()
|
D | config_file.c | 784 INT_DEF(dot11MeshHoldingTimeout, DEFAULT_MESH_HOLDING_TIMEOUT); in wpa_config_write_network()
|
D | config.c | 1999 { INT(dot11MeshHoldingTimeout) }, 2500 ssid->dot11MeshHoldingTimeout = DEFAULT_MESH_HOLDING_TIMEOUT; in wpa_config_set_network_defaults()
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.h | 47 int dot11MeshHoldingTimeout; /* msec */ member
|