From fa308a649614f3410629c3897d44b2252b1000de Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 16 Jan 2020 10:22:29 +0200 Subject: [PATCH] hostapd: Fix a typo in sample configuration 'assocition' -> 'association' Signed-off-by: Daniel Golle --- hostapd/hostapd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 10a6291ff..d76a6c7f1 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -2614,7 +2614,7 @@ own_ip_addr=127.0.0.1 # Default is 0 = OCE disabled #oce=0 -# RSSI-based assocition rejection +# RSSI-based association rejection # # Reject STA association if RSSI is below given threshold (in dBm) # Allowed range: -60 to -90 dBm; default = 0 (rejection disabled)