anthonywong / rtl8723bs

Realtek 8723bs Linux WIFI driver (obsolete)
22 stars 13 forks source link

broken monitor mode #3

Open well0nez opened 7 years ago

well0nez commented 7 years ago

hi, i tried to get the monitor mode working. If im successfull setting the mode, i get no packets at all, if the driver decides to make a survey, i get some packages but thats it, i cant control / set the channel.

are there any plans to make it available?

well0nez commented 7 years ago

i figured out that, monitor mode works, but the firmware/driver is constantly changing the channel, and if i try to set it manually via iwconfig/iw, the channel does not get changed.

should be almost easy to fix.

the driver should be denied to do channel hopping in monitor mode state. driver has to accept new freq when setting with iw/iwconfig in monitor mode state

guanglun commented 6 years ago

@well0nez hello,i try RTL8723BS to monitor,but: # iwconfig wlan0 mode moniter Error for wireless request "Set Mode" (8B06) : SET failed on device wlan0 ; Operation not permitted. Did you solve this problem?