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 627 forks source link

In the IQ capture experiment, running ./monitor_ch.sh will change the master of sdr0, causing the phone connection to disconnect. #408

Closed chenmo234 closed 1 month ago

chenmo234 commented 1 month ago

dbddd43f12ecd1bc550403fe32f30d0c In the IQ sampling experiment, after using the ./monitor_ch.sh script, the OpenWiFi hotspot will be terminated due to the sudo ip link set $nic_name down command within the script, causing the phone to no longer be able to connect to OpenWiFi. How can this issue be resolved?