Changes between Version 103 and Version 104 of wireless/wifi
- Timestamp:
- 06/13/2024 10:53:57 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/wifi
v103 v104 136 136 * 3x3 and 2x2 MIMO 137 137 * Industrial temperature version available 138 139 ''' Monitor Mode''' 140 Monitor mode is supported using the Silex driver. 141 142 Instructions / sample commands to use monitor mode are as follows: 143 {{{ 144 # modprobe cfg80211 145 # insmod <modules dir>/wlan_cnss_core_pcie.ko 146 # insmod <modules dir>/wlan.ko con_mode=4 147 # ifconfig wlan0 up 148 # iwpriv wlan0 setMonChan 5180 3 149 # tcpdump -i wlan0 150 }}} 151 152 153 Note: 154 155 iwpriv <monitor IF> setMonChan <Freq> <BW> 156 157 BW:0=20MHz,1=40MHz,2=80MHz,3=160MHz 138 158 139 159