I am working on wireless wifi cards. I want to change the mode of the card to master mode, But I am not able do it.
Printable View
I am working on wireless wifi cards. I want to change the mode of the card to master mode, But I am not able do it.
Use the iwconfig command to change the mode. For example:
Read the man pages for more info:Code:iwconfig wlan0 mode Master
And also this:Code:man iwconfig
Also, not all cards can run in Master mode, which I believe is the same as the Access Point (AP) mode. Check this page for info on which cards can/cannot work in that mode:Code:iwconfig --help
Drivers - Linux Wireless