Fix a typo in r1kh config parameter description
authorJouni Malinen <j@w1.fi>
Sun, 7 Mar 2010 19:16:42 +0000 (21:16 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 7 Mar 2010 19:16:42 +0000 (21:16 +0200)
The second item on the line is R1KH-ID, not R0KH-ID.

hostapd/hostapd.conf

index e7b5eab..473d6b8 100644 (file)
@@ -802,7 +802,7 @@ own_ip_addr=127.0.0.1
 # And so on.. One line per R0KH.
 
 # List of R1KHs in the same Mobility Domain
-# format: <MAC address> <R0KH-ID> <128-bit key as hex string>
+# format: <MAC address> <R1KH-ID> <128-bit key as hex string>
 # This list is used to map R1KH-ID to a destination MAC address when sending
 # PMK-R1 key from the R0KH. This is also the list of authorized R1KHs in the MD
 # that can request PMK-R1 keys.