Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-30 | wireless: T2057: fix missing rename of set_state() -> set_admin_state() | Christian Poessinger | |
Commit 627d1c704c83 ("ifconfig: T2057: explicity name state functions") introduced a new API naming, unfortunately this was nod added for wireless interfaces. | |||
2020-03-27 | wireless: T2105: properly support disabled WIFI interfaces | Christian Poessinger | |
It is not sufficient to only place a wifi interface in adminsitrative down state as hostapd could change the interface state again. If the wifi interface is administratively disabled, hostapd or wpa_supplicant should not be started at all to prevent anyone from messing arround with the admin state. | |||
2020-03-24 | ifconfig: T2057: convert VLAN to adapter | Thomas Mangin | |
2020-03-24 | ifconfig: T2057: add class Register | Thomas Mangin | |
2020-03-23 | wireless: T2151: switch to iw when adding and deleting interfaces | Christian Poessinger | |
2020-03-23 | ifconfig: T2151: always start interface in monitoring mode | Christian Poessinger | |
2020-03-22 | ifconfig: T2151: add WiFiIf interface representation class | Christian Poessinger | |
This class is required as wireless interfaces are created using iw instead of ip from iproute2. |