David Bauer
574539ee2c
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>
2022-06-16 11:07:19 +02:00
..
2022-05-02 21:11:05 +01:00
2022-06-13 15:26:23 +08:00
2022-02-01 21:25:02 +01:00
2022-06-11 16:03:14 +03:00
2022-06-15 20:43:49 +02:00
2022-06-09 02:11:37 +02:00
2022-06-16 11:07:19 +02:00
2022-06-02 08:01:31 +01:00
2022-06-01 13:45:53 +02:00
2021-05-12 11:13:53 +02:00