alipay / Owfuzz

Owfuzz: a WiFi protocol fuzzing tool
GNU General Public License v3.0
214 stars 33 forks source link

Error modifying channel when running the program #14

Closed Mrxia111 closed 2 years ago

Mrxia111 commented 2 years ago

When I was running, I encountered the following error. 信道出错 then,I found that the channel setting failed by adding the printf function to the source code. 信道问题 image Specific code path:owfuzz/src/fuzz_control.c int oi_init() function Why is this happening?could you give me some advice. thank you!

Mrxia111 commented 2 years ago

On the issue of channel modification, I found that the statement in this function has not been executed successfully code path: owfuzz\linux_wifi\control\capture_linux_wifi\linux_wireless_control.c iwconfig_set_channel() function 3 why? Which direction should I analyze. could you give me some advice. thank you.

E7mer commented 2 years ago

Try 'iwconfig sdr0 channel 161', it may not be supported.