aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/wifi-scripts/files/usr/share
Commit message (Collapse)AuthorAgeFilesLines
* wifi-scripts: create the wlan object in board_data if not presentFelix Fietkau2024-02-131-1/+2
| | | | | | Fixes an error in wifi detection Signed-off-by: Felix Fietkau <nbd@nbd.name>
* wifi-scripts: fix fullmac phy detectionFelix Fietkau2024-02-091-1/+1
| | | | | | | | | Checking for AP_VLAN misdetects ath10k-ath12k as fullmac, because of software crypto limitations. Check for monitor mode support instead, which is more reliable. Fixes: https://github.com/openwrt/openwrt/issues/14575 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* wifi-scripts: add script to add phy capabilities to board.jsonFelix Fietkau2024-02-031-0/+154
| | | | | | | Useful for UI and config generators. Will be used as intermediate step for generating the default wifi configuration Signed-off-by: Felix Fietkau <nbd@nbd.name>
* wifi-scripts: add new package, move wifi scripts to a single placeFelix Fietkau2024-02-032-0/+558
Signed-off-by: Felix Fietkau <nbd@nbd.name>