mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
This carries over two Chilli options used during mac authentication: - macpasswd, which sets a static password when performing mac-auth - macsuffix, which allows suffixing the mac address provided as username These options are implemented in config uspot section as: - option mac_passwd 'password' - option mac_suffix 'suffix' If unset, this commit is a NOP. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>