Results 1 to 2 of 2
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....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-11-2010 #1
mode of wifi card
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.
- 05-11-2010 #2
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 WirelessPaul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote
