seemoo-lab / mobisys2018_nexmon_software_defined_radio

Proof of concept project for operating Broadcom Wi-Fi chips as arbitrary signal transmitters similar to software-defined radios (SDRs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I modify the channel?

chrissy-risk opened this issue · comments

What is the law for channel modification? For example, I want to change to channel 2. What should the value be changed?
image

Where can I excute the command "set_chanspec"? Linux or nexus?

set_chanspec is a function call. You want to put that in a patch file located in mobisys2018_nexmon_software_defined_radio/src. For example, you may want to add another IOCTL case here.