Setting up WiFi at Laboratory B using ansible-openwrt
Go to file
Martin Kennedy 6592260901 feat: wifi_device: Make band vs hwmode configurable
As per openwrt.org[1], the `band` configurable was introduced in
OpenWrt 21.02.2, replacing `hwmode`.

To handle the pre-21.02.2 nodes to which we're deploying, allow us to
configure either of the two (but defaulting hwmode to null).

[1]: https://openwrt.org/docs/guide-user/network/wifi/basic
2022-07-26 15:35:47 -04:00
.gitignore labb-wifi: initial commit 2022-07-25 22:28:57 -04:00
ansible.cfg labb-wifi: initial commit 2022-07-25 22:28:57 -04:00
authorized_keys labb-wifi: initial commit 2022-07-25 22:28:57 -04:00
default_vars.yml feat: Add a "vgomesh2" template 2022-07-26 12:45:20 -04:00
inventory.yml labb-wifi: initial commit 2022-07-25 22:28:57 -04:00
wireless-setup.yml feat: wifi_device: Make band vs hwmode configurable 2022-07-26 15:35:47 -04:00