David Bauer
f393581f66
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)
2022-06-16 11:08:02 +02:00
..
2021-12-10 11:33:49 +01:00
2021-08-28 01:31:15 +02:00
2021-12-10 11:33:49 +01:00
2021-08-28 01:31:15 +02:00
2022-06-16 11:08:02 +02:00
2020-11-23 03:02:21 +00:00
2021-12-10 11:33:49 +01:00
2020-11-23 03:02:21 +00:00
2021-12-10 11:33:49 +01:00
2021-01-14 00:52:50 +00:00
2021-01-14 00:52:50 +00:00
2021-01-14 00:52:50 +00:00
2021-12-27 16:32:02 +00:00