Hostpad configuration for pi
apt-get install hostapd dnsmasqEdit these files:
/etc/hostapd/hostapd.conf
/etc/dnsmasq.conf
/etc/network/interfacesOn Kali (2019.3 ARM) you need to unmask hostapd
systemctl unmask hostapd
Start services
systemctl start hostapd
systemctl start dnsmasq
systemctl enable hostapd
systemctl enable dnsmasq