open-sdr / openwifi

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software
GNU Affero General Public License v3.0
3.68k stars 628 forks source link

Modify the operating frequency before connecting #196

Open reuncc opened 1 year ago

reuncc commented 1 year ago
I have two antsdrs with openwifi installed.
I want them to work at 1444Mhz.
If the sdrctl instruction is used, it can only be set after the device is connected, so if the link is broken after connection, it cannot be reconnected.
 I have downloaded the source code of "iwconfig wpa_supplicant hostapd". I want to know whether modifying these source codes by single pass can modify the frequency before connecting and keep the device working normally at the frequency I specify 1444mhz. If not, what else needs to be modified to meet the requirements.
  Or what other ideas can achieve such a goal.
JiaoXianjun commented 1 year ago

“ if the link is broken after connection, it cannot be reconnected”

can you describe the steps to reproduce the above issue? All commands you run after the two boards boot

lydenlau commented 1 year ago
I have two antsdrs with openwifi installed.
I want them to work at 1444Mhz.
If the sdrctl instruction is used, it can only be set after the device is connected, so if the link is broken after connection, it cannot be reconnected.
 I have downloaded the source code of "iwconfig wpa_supplicant hostapd". I want to know whether modifying these source codes by single pass can modify the frequency before connecting and keep the device working normally at the frequency I specify 1444mhz. If not, what else needs to be modified to meet the requirements.
  Or what other ideas can achieve such a goal.

hello reuncc,I have the same needs as you,did you run it at 1444Mhz successfully?