aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files/wdev.uc
Commit message (Collapse)AuthorAgeFilesLines
* wifi: fix applying mesh parameters when wpa_supplicant is in useFelix Fietkau2023-11-081-24/+2
| | | | | | | | Apply them directly using nl80211 after setting up the interface. Use the same method in wdev.uc as well Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit 531314260d2e50e984e1671f88662b469dffb16e)
* hostapd: fix mac address of interfaces created via wdev.ucFelix Fietkau2023-09-271-1/+1
| | | | | | | Use the wdev config with the generated MAC address Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit 0c43a48735959245f18d79a6e908d3b45cff0a94)
* hostapd: backport from master, including ucode based reload supportFelix Fietkau2023-09-181-0/+207
This significantly improves config reload behavior and also fixes some corner cases related to running AP + mesh interfaces at the same time. Signed-off-by: Felix Fietkau <nbd@nbd.name>