mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-20 19:02:35 +00:00
When creating the PSK file, the old script sets `mac` to
`00:00:00:00:00:00` when `mac` is not specified (see [here][1]),
creating hostapd configuration lines like:
vlanid=10 00:00:00:00:00:00 MyStrongPassword
That matches any MAC address (a wildcard). The `ucode` script alternative
misses the default, so set it.
[1]:
|
||
|---|---|---|
| .. | ||
| lib/netifd/wireless | ||
| usr | ||