Monitor and Managed Modes
Monitor mode
Steps:
1) Deactivate the NIC
sudo ip link set dev wlan2 down2) Set it to monitor mode
sudo iw dev wlan2 set type monitor3) Activate the NIC
sudo ip link set dev wlan2 up4) Verify that the NIC is up in monitor mode
sudo iw dev wlan2 infoManaged Mode
1) Deactivate the NIC
sudo ip link set dev wlan2 down2) Set it to managed mode
3) Activate the NIC
4) Verify that the NIC is up in managed mode
Last updated