Setting up WiFi at Laboratory B using ansible-openwrt
There appears to be a bug in hostapd where this[1]: ```hostapd.conf interface=vgo5 : skip_inactivity_poll=1 : interface=labb5 : skip_inactivity_poll=0 : ``` ... still results in inactivity polling on the vgo5 interface: Tue Aug 9 04:54:20 2022 daemon.info hostapd: vgo5: STA 3a:0e:52:a1:43:ea IEEE 802.11: disassociated due to inactivity Tue Aug 9 04:54:21 2022 daemon.info hostapd: vgo5: STA 3a:0e:52:a1:43:ea IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE) Tue Aug 9 05:18:05 2022 daemon.info hostapd: vgo5: STA 3a:0e:52:a1:43:ea IEEE 802.11: disassociated due to inactivity Tue Aug 9 05:18:06 2022 daemon.info hostapd: vgo5: STA 3a:0e:52:a1:43:ea IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE) Not sure what's going on there. I will have to verify this fix works in production. [1]: https://paste.c-net.org/MulanMaybe |
||
---|---|---|
roles | ||
.gitignore | ||
ansible.cfg | ||
authorized_keys | ||
inventory.yml | ||
wireless-setup.yml |