hostapd: Fix a typo in sample configuration
'assocition' -> 'association' Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
961eb08723
commit
fa308a6496
1 changed files with 1 additions and 1 deletions
|
@ -2614,7 +2614,7 @@ own_ip_addr=127.0.0.1
|
||||||
# Default is 0 = OCE disabled
|
# Default is 0 = OCE disabled
|
||||||
#oce=0
|
#oce=0
|
||||||
|
|
||||||
# RSSI-based assocition rejection
|
# RSSI-based association rejection
|
||||||
#
|
#
|
||||||
# Reject STA association if RSSI is below given threshold (in dBm)
|
# Reject STA association if RSSI is below given threshold (in dBm)
|
||||||
# Allowed range: -60 to -90 dBm; default = 0 (rejection disabled)
|
# Allowed range: -60 to -90 dBm; default = 0 (rejection disabled)
|
||||||
|
|
Loading…
Reference in a new issue