[PATCH v3 1/2] mesh: Make NL80211_MESHCONF_RSSI_THRESHOLD configurable

Masashi Honma masashi.honma at gmail.com
Mon Apr 3 15:31:46 PDT 2017


On 2017/04/04 07:28, Masashi Honma wrote:
> diff --git a/wpa_supplicant/config_ssid.h b/wpa_supplicant/config_ssid.h
> index 869165c..c6612d0 100644
> --- a/wpa_supplicant/config_ssid.h
> +++ b/wpa_supplicant/config_ssid.h
> @@ -28,6 +28,7 @@
>  #define DEFAULT_MESH_RETRY_TIMEOUT 40
>  #define DEFAULT_MESH_CONFIRM_TIMEOUT 40
>  #define DEFAULT_MESH_HOLDING_TIMEOUT 40
> +#define DEFAULT_MESH_RSSI_THRESHOLD 1 /* no change */
>  #define DEFAULT_DISABLE_HT 0
>  #define DEFAULT_DISABLE_HT40 0
>  #define DEFAULT_DISABLE_SGI 0

I'm using DEFAULT_MESH_RSSI_THRESHOLD=1.
Because the value 0 has special mean (not using RSSI threshold).

Masashi Honma.



More information about the Hostap mailing list