- 
                Notifications
    You must be signed in to change notification settings 
- Fork 49
Open
Labels
Description
When deploying a WPA2-Personal network that uses the 802.11AC protocol, hostapd-wpe returns the error after reporting it could not set the channel for the kernel driver:
hostapd_free_hapd_data
Command being used:
sudo python3 rogue.py -i wlan0 -h ac -c 36 --auth wpa-personal --wpa 2 --wpa-passphrase '[[PSK]]'
The changing to -h n -c 11 allowed the network to be provisioned as expected.