If you ever had your device on another channel but the AP uses another? I have a script solution for you: Code: Select All sudo airodump-ng wlan0 --channel 11 sleep 5 This will set your device, to the same channel as the AP, which is in this case, channel 11. Note that if you download the attachment script that you might need to set permissions as 755 by chmod before you can run it as a script. E.g: Code: Select All sudo chmod 755 '/root/Desktop/Aircrack-ng-SCRIPTS/Channel-Conflict-11.sh'