A quick question (and this may be all on me).
I have a new hap-ac2 that I just got, dropped wireless, upgraded to 7.23.3, and loaded wifi-qcom-ac without incident.
That works, and I can manually config everything fine.
The desired config is for the 2GHz radio to have it's Master config be a "station-bridge" to connect to another AP. The slave config will be as an AP, and offer the units 2GHz wireless once the bridge is up.
The 5GHz will just have an AP presented for admin, which will be there all the time.
(The rest is irrelevant at this point, and is not yet on this test unit - first time with wifi-qcom-ac, but the goal is to offer an ipsec tunnel drilled out behind a 3rd party NAT network. That config works fine . . . ).
I have 3 configs: One for the station-bridge, and one each for the other two AP's. If I config via the Wifi tab, all works fine. If I define the config via "Provisioning", despite the master config on 2GHz being the station-bridge, it applies it as an AP config instead.
This config is lean at this time - nothing in datapath, nothing in Channel, EAP, FT, AAA, Interworking or Steering, so I doubt that this setting is coming from another section. And, I can simply go into the wifi config as set by provisioning, toggle it, and all works.
Does anyone know any reason that provisioning won't correctly add the "station-bridge" config? I CAN do this directly, but doing it via provisioning is more consistent with the "rest of my world"
This is the entire WiFi config at this point (note that the change to station-bridge was done manually . . . all else as provisioned. I have omitted the security section since at this point, all it contains is the password, which would be dropped anyhow):
/interface wifi configuration
add channel.band=2ghz-n comment="The Victorian" country="United States" \
disabled=no mode=station-bridge name=TheVictorian security=TheVictorian \
ssid=TheVictorian
add comment=5301Infra disabled=no name=5301Infra security=5301Infra ssid=\
5301Infra
add comment=5301Admin disabled=no mode=ap name=5301Admin security=5301Infra \
ssid=5301Admin
/interface wifi
set [ find default-name=wifi1 ] comment="2GHz " configuration=TheVictorian \
configuration.mode=station-bridge disabled=no name=2GHz
add configuration=5301Infra configuration.mode=ap disabled=no mac-address=\
<gibberish1> master-interface=2GHz name="2GHz virt"
set [ find default-name=wifi2 ] comment=5GHz configuration=5301Admin \
configuration.mode=ap disabled=no name=5GHz
/interface wifi provisioning
add action=create-enabled comment=2GHz disabled=no master-configuration=\
TheVictorian radio-mac=<gibberish1> slave-configurations=5301Infra \
supported-bands=2ghz-n
add action=create-enabled comment=5GHz disabled=no master-configuration=\
5301Admin radio-mac=<gibberish2> supported-bands=5ghz-ac
Not the end of the world (or inoperable) but seems wrong . . . Anyone else tried this?
