Changes between Version 92 and Version 93 of wireless/wifi


Ignore:
Timestamp:
11/08/2023 07:30:32 PM (5 months ago)
Author:
Ryan Erbstoesser
Comment:

add reg info and wifi6 changes

Legend:

Unmodified
Added
Removed
Modified
  • wireless/wifi

    v92 v93  
    133133!WiFi 6E:
    134134 * Silex        [https://www.silextechnology.com/connectivity-solutions/embedded-wireless/sx-pceax SX-PCEAX]        802.11ax 2x2 QCA (Qualcomm QCA2066)     
    135    * Preliminary testing shows it is likely that a 6.0 or newer kernel is required & a signed board-2.bin file needs to be placed in the /lib/firmware/ath11k/WCN6855/hw2.1 folder on a running target.                   
    136    * It is likely hostapd may not work for all bands
     135   * Preliminary testing shows it is likely that a 6.1 or newer kernel is required & a signed board-2.bin file needs to be placed in the /lib/firmware/ath11k/WCN6855/hw2.1 folder on a running target. This would be using the ath11k open source driver. Silex however recommends using Qualcomm’s LEA driver built using Silex's instructional PDF.             
     136   * It is likely hostapd may not work for all bands (NO-IR) could be a factor.
    137137   * Please contact Silex for more support
    138138
     
    11961196 * If you enable CONFIG_CFG80211_INTERNAL_REGDB and fail to overwrite the default net/wireless/db.txt a default domain will be used which sets the 'no IR' flag on all channels (meaning you can not transmit)
    11971197
     1198The iw list command will print out frequencies that are supported or may be blocked due to current domain, see example below showing the no IR statement:
     1199{{{
     1200Frequencies:
     1201                * 5955 MHz [1] (20.0 dBm) (no IR)
     1202
     1203}}}
     1204
     1205Current regulatory domain can be seen with the command and set to US with example below:
     1206{{{
     1207root@jammy-venice:~# iw reg get
     1208global
     1209country 00: DFS-UNSET
     1210        (755 - 928 @ 2), (N/A, 20), (N/A), PASSIVE-SCAN
     1211        (2402 - 2472 @ 40), (N/A, 20), (N/A)
     1212        (2457 - 2482 @ 20), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
     1213        (2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, PASSIVE-SCAN
     1214        (5170 - 5250 @ 80), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
     1215        (5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, AUTO-BW, PASSIVE-SCAN
     1216        (5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, PASSIVE-SCAN
     1217        (5735 - 5835 @ 80), (N/A, 20), (N/A), PASSIVE-SCAN
     1218        (57240 - 63720 @ 2160), (N/A, 0), (N/A)
     1219
     1220phy#0 (self-managed)
     1221country 00: DFS-UNSET
     1222        (2402 - 2472 @ 40), (N/A, 20), (N/A)
     1223        (2457 - 2482 @ 20), (N/A, 20), (N/A), PASSIVE-SCAN
     1224        (5170 - 5330 @ 160), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
     1225        (5490 - 5730 @ 160), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
     1226        (5735 - 5895 @ 160), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
     1227        (5945 - 7125 @ 160), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
     1228
     1229root@jammy-venice:~# iw reg set US
     1230root@jammy-venice:~# iw reg get
     1231global
     1232country US: DFS-FCC
     1233        (902 - 904 @ 2), (N/A, 30), (N/A)
     1234        (904 - 920 @ 16), (N/A, 30), (N/A)
     1235        (920 - 928 @ 8), (N/A, 30), (N/A)
     1236        (2400 - 2472 @ 40), (N/A, 30), (N/A)
     1237        (5150 - 5250 @ 80), (N/A, 23), (N/A), AUTO-BW
     1238        (5250 - 5350 @ 80), (N/A, 24), (0 ms), DFS, AUTO-BW
     1239        (5470 - 5730 @ 160), (N/A, 24), (0 ms), DFS
     1240        (5730 - 5850 @ 80), (N/A, 30), (N/A), AUTO-BW
     1241        (5850 - 5895 @ 40), (N/A, 27), (N/A), NO-OUTDOOR, AUTO-BW, PASSIVE-SCAN
     1242        (5925 - 7125 @ 320), (N/A, 12), (N/A), NO-OUTDOOR, PASSIVE-SCAN
     1243        (57240 - 71000 @ 2160), (N/A, 40), (N/A)
     1244
     1245phy#0 (self-managed)
     1246country 00: DFS-UNSET
     1247        (2402 - 2472 @ 40), (N/A, 20), (N/A)
     1248        (2457 - 2482 @ 20), (N/A, 20), (N/A), PASSIVE-SCAN
     1249        (5170 - 5330 @ 160), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
     1250        (5490 - 5730 @ 160), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
     1251        (5735 - 5895 @ 160), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
     1252        (5945 - 7125 @ 160), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
     1253
     1254root@jammy-venice:~#
     1255
     1256}}}
     1257
    11981258References:
    11991259 * http://wireless.kernel.org/en/developers/Regulatory