Setting up WiFi at Laboratory B using ansible-openwrt
Go to file
Martin Kennedy 2ea51c7833 fix: ap: Globalize skip_inactivity_poll for all ap VIFs
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
2022-08-09 20:32:21 -04:00
roles fix: ap: Globalize skip_inactivity_poll for all ap VIFs 2022-08-09 20:32:21 -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
inventory.yml feat: Add host: ap3825i1.lan 2022-08-06 23:21:13 -04:00
wireless-setup.yml feat: Configure network-specific packages 2022-08-06 22:51:11 -04:00