I have created a systemd service for the hostapd application on Raspbian Jessie Lite. The source code is similar to this GitHub Gist but with IP addresses ranging in the 192.168.50.x/24.
Everything works and various devices get IP addresses from the DHCP server. However I do not know whether there is a log of all the IP addresses given out to the clients w.r.t. to their MAC Addresses for dnsmasq and/or hostapd.
Is there any way to resolve the handed out IP addresses of the DHCP server? Perhaps they might be logged into a file which I am unaware of. For instance, in verbosity mode I do tend to see messages when a client requests for an IP address, and hence the assumption that this information maybe logged into the file.