In my log-file I see that hostapd shows that a device is continuously trying to connect and disconnect which slows down the network & pollutes the log-file and.
Anyone knows how to block a device from trying to access your wifi? This will result in a less polluted log-file + faster network, since this continuous requests slow down the wifi.
Log-file looks like this:
Sun Jan 17 15:05:39 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: authenticated
Sun Jan 17 15:05:39 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: associated (aid 2)
Sun Jan 17 15:05:48 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: deauthenticated due to local deauth request
Sun Jan 17 15:05:59 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: authenticated
Sun Jan 17 15:05:59 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: associated (aid 2)
Sun Jan 17 15:06:08 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: deauthenticated due to local deauth request
Sun Jan 17 15:06:20 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: authenticated
Sun Jan 17 15:06:20 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: associated (aid 2)
Sun Jan 17 15:06:29 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: deauthenticated due to local deauth request
Sun Jan 17 15:06:41 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: authenticated
Sun Jan 17 15:06:41 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: associated (aid 2)
Sun Jan 17 15:06:50 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: deauthenticated due to local deauth request
Sun Jan 17 15:07:01 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: authenticated
Sun Jan 17 15:07:01 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: associated (aid 2)
Sun Jan 17 15:07:10 2016 daemon.info hostapd: wlan0: STA 00:04:20:xx:yy:zz IEEE 802.11: deauthenticated due to local deauth request
ps. I have blocked the mac-address on the router (network, but that doesn't seem to solve the issue (probably because that block will be done after the initial handshake?)).