I took a pi5 And used hostapd and dnsmasq to make a router. after making a router iam trying to make a honey pot for educational purposes.
This is the code I used to config file for the hostapd
interface=wlan0
driver=nl80211
ssid=WIFI
hw_mode=g
channel=6
country_code=US
ieee80211n=1
wmm_enabled=1
ht_capab=[HT20]
auth_algs=1
wpa=2
wpa_passphrase=Password123
wpa_key_mgmt=WPA-PSK
rsn_pairwise=CCMP
ap_isolate=0
ignore_broadcast_ssid=1
ignore_broadcast_ssid=1
this code make the wifi not visible to devices
