I have setup a Pi 3+ as an access point following this
https://www.raspberrypi.org/documentati ... -routed.md
It works pretty well... until it doesn't.
I am not talking about the whole routing bit, but simply the link between the pi and the wifi clients.
Some clients (a chromecast) are very stable, others (tablet, phone) seem to loose connection after a while in the sense that they cannot be ping'ed from / to the pi.
Like they went to sleep and they don't wake up or it takes something to wake them up.
Normally after I switch off / on their network, they start again.
According to hostapd they are still connected, since this line is *not* present in the log
May 01 21:30:04 raspberrypi hostapd[445]: wlan0: STA 11:22:33:44:55:66 IEEE 802.11: disassociated
until after I switch off the wifi on the device.
Of the various services involved I run
NO wpa_supplicant.service
YES dhcpcd.service
YES hostapd.service
YES dnsmasq.service
I have configured OpenWRT which seems more stable, no drop off, but I'd like to see if I can run a normal raspbian with the extra access point enabled.