aboutsummaryrefslogtreecommitdiff
path: root/package/network/services/hostapd/patches/700-wifi-reload.patch
Commit message (Collapse)AuthorAge
* hostapd: reduce to a single instance per serviceDaniel Golle2020-04-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* hostapd: enhance wifi reloadJohn Crispin2020-02-25
| | | | | | | Add a radio_config_id property. If the radio config changes return an error upon receiving the reconf call. Signed-off-by: John Crispin <john@phrozen.org>
* hostapd: fix crash regression triggered by mesh modeFelix Fietkau2019-12-08
| | | | | | | Fixes: 60fb4c92b6 ("hostapd: add ubus reload") Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Daniel Golle <daniel@makrotopia.org> [daniel@makrotopia.org: polish commit message]
* hostapd: add ubus reloadJohn Crispin2019-11-12
Add ubus interface to hostapd and wpa_supplicant to allow dynamically reloading wiface configuration without having to restart the hostapd process. As a consequence, both hostapd and wpa_supplicant are now started persistently on boot for each wifi device in the system and then receive ubus calls adding, modifying or removing interface configuration. At a later stage it would be desirable to reduce the services to one single instance managing all radios. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Daniel Golle <daniel@makrotopia.org>