aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2022-06-16 01:55:26 +0200
committerDavid Bauer <mail@david-bauer.net>2022-06-16 11:08:02 +0200
commitf393581f668c4f2c986dcd1cdf1d760ae8902151 (patch)
tree66199051c82caad62f6def5d76ab6e9845080cc0 /target/linux/ramips
parent19f3ee51a29f17922ec59035e8b52c44ab395882 (diff)
downloadupstream-f393581f668c4f2c986dcd1cdf1d760ae8902151.tar.gz
upstream-f393581f668c4f2c986dcd1cdf1d760ae8902151.tar.bz2
upstream-f393581f668c4f2c986dcd1cdf1d760ae8902151.zip
hostapd: add owe_transition_ifname
Add the owe_transition_ifname config option to wifi-ifaces. This allows to configure OWE transition VAPs without adding SSID / BSSID to the uci conifg but instead autodiscovering these parameters from other networks on the same PHY. The following configuration creates a OWE transition mode network constellation. config wifi-iface 'open0' option device 'radio0' option ifname 'open0' option network 'lan' option mode 'ap' option ssid 'FreeNet' option encryption 'none' option owe_transition_ifname 'owe0' config wifi-iface 'owe0' option device 'radio0' option ifname 'owe0' option network 'lan' option mode 'ap' option ssid 'owe_tm.FreeNet' option encryption 'owe' option hidden '1' option owe_transition_ifname 'open0' Signed-off-by: David Bauer <mail@david-bauer.net> (cherry picked from commit 574539ee2cdbb3dd54086423c6dfdd19bb1c06a6)
Diffstat (limited to 'target/linux/ramips')
0 files changed, 0 insertions, 0 deletions