Hostapd.accept file format question
Jar
jar
Wed Mar 29 06:21:27 PST 2006
Hello
hostapd.accept example file is like this:
# List of MAC addresses that are allowed to authenticate (IEEE 802.11)
# with the AP.
00:11:22:33:44:55
00:66:77:88:99:aa
00:00:22:33:44:55
Does it (hostapd.accept file parsing) work right if I add some extra
fields, like:
# List of MAC addresses that are allowed to authenticate (IEEE 802.11)
# with the AP.
00:11:22:33:44:55 10.1.1.1 5000 5000 # Comment 1
00:66:77:88:99:aa 10.1.1.2 5001 5001 # Comment 2
00:00:22:33:44:55 10.1.1.3 5002 5002 # Comment 3
--
Best Regards, Jar
More information about the Hostap
mailing list