]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
hostapd: Fix a typo in sample configuration
authorDaniel Golle <daniel@makrotopia.org>
Thu, 16 Jan 2020 08:22:29 +0000 (10:22 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 20 Jan 2020 17:09:52 +0000 (19:09 +0200)
'assocition' -> 'association'

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
hostapd/hostapd.conf

index 10a6291ff09d8a9c06fc576f1866dd74d26f0acc..d76a6c7f1f4acfb1c71099646cac343b9be39702 100644 (file)
@@ -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)