I'm setting the routers with a config to use 802.11r.....
So, there some common settings (ieee80211r, mobility_domain, pmk_r1_push)
which go in one common template.....and router specific settings (nasid,
r1_key_holder) which go in a seperate template for that router.
Now, my question is: when setting these templates, which are object
properties under wireless access point, I have to enter radio and ssid
settings under both templates (and considering there is a third generic
template for wireless settings).....that's 3 templates with radio/ssid
settings. Thats 3 templates that HAVE to match....and any mistake will
cause a problem.
Am I doing something wrong? Or is there a better way of doing it?
(FYI.....my 3 templates do match.....and the resulting configuration does
meet expectations)
Template Roaming Setup:
{
"interfaces": [
{
"wireless": {
"mode": "access_point",
"radio": "radio0",
"ssid": "testap",
"ieee80211r": 1,
"mobility_domain": "e614",
"pmk_r1_push": 1
},
"type": "wireless",
"addresses": [],
"name": "wlan0"
}
]
}
Template Router Specific Setup:
{
"interfaces": [
{
"wireless": {
"mode": "access_point",
"radio": "radio0",
"ssid": "testap",
"nasid": "123456789012",
"r1_key_holder": "123456789012"
},
"type": "wireless",
"network": "",
"name": "wlan0",
"mtu": 1500
}
}
--
You received this message because you are subscribed to the Google Groups
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.