summaryrefslogtreecommitdiff
path: root/wireless.c
Commit message (Expand)AuthorAgeFilesLines
* wireless: Call wireless_interface_handle_link before deleting the vifHans Dedecker2016-11-041-0/+1
* bridge: Make bridge_device_type staticHans Dedecker2016-09-261-1/+1
* wireless: remove config_autostartEduardo Abinader2016-08-251-2/+1
* wireless: add retry_setup_failed to status notificationEduardo Abinader2016-08-241-0/+1
* netifd: track when wdev setup failsEduardo Abinader2016-08-231-5/+13
* wireless: call wireless_interface_handle_link before updating vif configFelix Fietkau2015-12-021-0/+1
* Initialize wireless interface attributes in proper functionDmitry Ivanov2015-09-261-8/+8
* wireless: fix mcast_to_ucast handling, only apply it to AP modeFelix Fietkau2015-09-101-0/+9
* bridge: Allow setting multicast_to_unicast optionLinus Lüssing2015-08-251-0/+4
* bridge: Fix multicast_to_unicast feature by hairpin+isolateLinus Lüssing2015-08-251-1/+11
* wireless: fix teardown, always pass the previous config to the teardown handl...Felix Fietkau2015-02-281-2/+22
* wireless: use strdup for vif sectionsFelix Fietkau2014-10-241-5/+7
* wireless: print the active configuration in status infoFelix Fietkau2014-10-041-2/+2
* wireless: fix blob buf in put_container()Felix Fietkau2014-10-041-3/+3
* wireless: copy the vif section name instead of keeping a reference that might...Felix Fietkau2014-10-041-3/+5
* netifd: Allow to add link devices which can be marked as non externalHans Dedecker2014-07-301-1/+1
* bridge: enable multicast_to_unicast on all wireless bridge portsFelix Fietkau2014-06-291-0/+6
* wireless: fix cancelling setupFelix Fietkau2014-05-151-14/+17
* netifd: fix a use-after-free issue on wireless config updateFelix Fietkau2014-04-291-1/+2
* wireless: defer init until after command line option processingFelix Fietkau2014-03-071-2/+1
* wireless: fix device config reload regressionFelix Fietkau2014-02-231-1/+1
* wireless: add a "get_validate" methode to ubusJohn Crispin2014-02-171-0/+24
* wireless: load and then ignore disabled devicesJohn Crispin2014-02-171-3/+10
* wireless: fix alignment of wireless config structs - fixes segfaults on armFelix Fietkau2013-12-291-3/+3
* wireless: cancel the script check timerFelix Fietkau2013-12-281-0/+1
* wireless: remove the no_delete flag, remove virtual interfaces from the avl treeFelix Fietkau2013-12-111-1/+0
* wireless: fix handling of wdev->config_state, prevent handling of multiple st...Felix Fietkau2013-12-111-5/+3
* wireless: remove freed wireless devices from the vlist avl treeFelix Fietkau2013-12-111-3/+4
* wireless: add back support for multiple networks per interfaceFelix Fietkau2013-12-081-16/+33
* wireless: make interfaces in status an array instead of an objectFelix Fietkau2013-12-031-3/+3
* wireless: prepare bridge interfaces before passing them to the setup scriptFelix Fietkau2013-12-031-0/+3
* wireless: only process setup retries in setup/up stateFelix Fietkau2013-12-021-0/+3
* wireless: fix reload of active interfacesFelix Fietkau2013-12-011-30/+27
* wireless: fix issues with cancelling device setupFelix Fietkau2013-12-011-0/+2
* wireless: add another debug messageFelix Fietkau2013-12-011-0/+1
* wireless: fix parsing of the immediate flag for kill-allFelix Fietkau2013-12-011-1/+1
* wireless: add input validation for processesFelix Fietkau2013-12-011-1/+6
* wireless: fix config state handlingFelix Fietkau2013-12-011-1/+4
* wireless: add debug messagesFelix Fietkau2013-12-011-1/+10
* wireless: fix use-after-free bugFelix Fietkau2013-11-301-1/+1
* wireless: show the virtual interface section name in wireless statusFelix Fietkau2013-11-301-1/+5
* wireless: show the ifname in wireless statusFelix Fietkau2013-11-301-0/+2
* add initial support for handling wireless devices via scriptsFelix Fietkau2013-11-291-0/+863