meta data for this page
Differences
This shows you the differences between two versions of the page.
| linux:openwrt:wifi:dfs [2023/12/29 10:31] – created niziak | linux:openwrt:wifi:dfs [2023/12/29 17:19] (current) – niziak | ||
|---|---|---|---|
| Line 40: | Line 40: | ||
| hostapd: phy1-ap0: DFS-CAC-COMPLETED success=1 freq=5600 ht_enabled=0 chan_offset=0 chan_width=3 cf1=5610 cf2=0 | hostapd: phy1-ap0: DFS-CAC-COMPLETED success=1 freq=5600 ht_enabled=0 chan_offset=0 chan_width=3 cf1=5610 cf2=0 | ||
| </ | </ | ||
| + | |||
| + | Workaround to disable DFS is to switch to '' | ||
| + | < | ||
| + | iw reg get | ||
| + | global | ||
| + | country PL: DFS-ETSI | ||
| + | (2400 - 2483 @ 40), (N/A, 20), (N/A) | ||
| + | (5150 - 5250 @ 80), (N/A, 23), (N/A), NO-OUTDOOR, AUTO-BW | ||
| + | (5250 - 5350 @ 80), (N/A, 20), (0 ms), NO-OUTDOOR, DFS, AUTO-BW | ||
| + | (5470 - 5725 @ 160), (N/A, 26), (0 ms), DFS | ||
| + | (5725 - 5875 @ 80), (N/A, 13), (N/A) | ||
| + | (5945 - 6425 @ 160), (N/A, 23), (N/A), NO-OUTDOOR | ||
| + | (57000 - 66000 @ 2160), (N/A, 40), (N/A) | ||
| + | |||
| + | uci set wireless.radio1.country=' | ||
| + | uci commit | ||
| + | |||
| + | iw reg get | ||
| + | global | ||
| + | country PA: DFS-FCC | ||
| + | (2400 - 2483 @ 40), (N/A, 36), (N/A) | ||
| + | (5150 - 5250 @ 80), (N/A, 36), (N/A), AUTO-BW | ||
| + | (5250 - 5350 @ 80), (N/A, 30), (N/A), AUTO-BW | ||
| + | (5470 - 5725 @ 160), (N/A, 30), (N/A) | ||
| + | (5725 - 5850 @ 80), (N/A, 36), (N/A) | ||
| + | (57000 - 64000 @ 2160), (N/A, 43), (N/A) | ||
| + | </ | ||
| + | |||
| + | References: | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * [[https:// | ||
| + | * https:// | ||
| + | * [[https:// | ||
| + | |||