summaryrefslogtreecommitdiffhomepage
path: root/wireless.c
AgeCommit message (Collapse)Author
2015-02-28wireless: fix teardown, always pass the previous config to the teardown ↵Felix Fietkau
handler instead of the new one Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-10-24wireless: use strdup for vif sectionsFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-10-04wireless: print the active configuration in status infoFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-10-04wireless: fix blob buf in put_container()Felix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-10-04wireless: copy the vif section name instead of keeping a reference that ↵Felix Fietkau
might go stale Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-07-30netifd: Allow to add link devices which can be marked as non externalHans Dedecker
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2014-06-29bridge: enable multicast_to_unicast on all wireless bridge portsFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-05-15wireless: fix cancelling setupFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-04-29netifd: fix a use-after-free issue on wireless config updateFelix Fietkau
After vlist_add() the device could have been freed Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-03-07wireless: defer init until after command line option processingFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-02-23wireless: fix device config reload regressionFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-02-17wireless: add a "get_validate" methode to ubusJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2014-02-17wireless: load and then ignore disabled devicesJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-12-29wireless: fix alignment of wireless config structs - fixes segfaults on armFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-28wireless: cancel the script check timerFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-11wireless: remove the no_delete flag, remove virtual interfaces from the avl treeFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-11wireless: fix handling of wdev->config_state, prevent handling of multiple ↵Felix Fietkau
state changes (reload + remove) Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-11wireless: remove freed wireless devices from the vlist avl treeFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-08wireless: add back support for multiple networks per interfaceFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-03wireless: make interfaces in status an array instead of an objectFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-03wireless: prepare bridge interfaces before passing them to the setup scriptFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-02wireless: only process setup retries in setup/up stateFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-01wireless: fix reload of active interfacesFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-01wireless: fix issues with cancelling device setupFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-01wireless: add another debug messageFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-01wireless: fix parsing of the immediate flag for kill-allFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-01wireless: add input validation for processesFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-01wireless: fix config state handlingFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-12-01wireless: add debug messagesFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-11-30wireless: fix use-after-free bugFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-11-30wireless: show the virtual interface section name in wireless statusFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-11-30wireless: show the ifname in wireless statusFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-11-29add initial support for handling wireless devices via scriptsFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>