Home
last modified time | relevance | path

Searched refs:DEFAULT_MESH_RSSI_THRESHOLD (Results 1 – 4 of 4) sorted by relevance

/hostap-3.6.0/wpa_supplicant/
Dconfig_ssid.h36 #define DEFAULT_MESH_RSSI_THRESHOLD 1 /* no change */ macro
Dmesh.c671 if (ssid->mesh_rssi_threshold < DEFAULT_MESH_RSSI_THRESHOLD) { in wpa_supplicant_join_mesh()
Dconfig_file.c826 INT_DEF(mesh_rssi_threshold, DEFAULT_MESH_RSSI_THRESHOLD); in wpa_config_write_network()
Dconfig.c3117 ssid->mesh_rssi_threshold = DEFAULT_MESH_RSSI_THRESHOLD; in wpa_config_set_network_defaults()