| Commit message (Expand) | Author | Age | Files | Lines |
* | hostapd: backport patch fixing handling new stations | Rafał Miłecki | 2015-01-12 | 1 | -0/+37 |
* | hostapd: Add uapsd option to netifd.sh | Felix Fietkau | 2015-01-05 | 1 | -2/+4 |
* | hostapd: add support for configuring supported rates | Felix Fietkau | 2014-12-27 | 1 | -5/+15 |
* | hostapd: improve 802.1x dynamic vlan support with bridge names | John Crispin | 2014-12-01 | 1 | -2/+5 |
* | hostapd: fix build error on some variants with CONFIG_WPA_RFKILL_SUPPORT=y (#... | Felix Fietkau | 2014-11-23 | 1 | -1/+3 |
* | hostapd: switch dependency from mac80211 to cfg80211 | Felix Fietkau | 2014-11-21 | 1 | -4/+4 |
* | package/*: replace occurences of 'ln -sf' to '$(LN)' | Nicolas Thill | 2014-11-06 | 1 | -2/+2 |
* | license info - revert r43155 | John Crispin | 2014-11-03 | 1 | -3/+0 |
* | Add more license tags with SPDX identifiers | John Crispin | 2014-11-03 | 1 | -0/+3 |
* | Add a few SPDX tags | Steven Barth | 2014-11-02 | 1 | -0/+1 |
* | hostapd: update to 2014-10-25 | Felix Fietkau | 2014-10-25 | 31 | -409/+113 |
* | hostapd: Add wpa_psk_file option to netifd.sh | John Crispin | 2014-10-20 | 1 | -1/+7 |
* | hostapd: CVE-2014-3686 fixes | Steven Barth | 2014-10-17 | 9 | -11/+229 |
* | scripts: fix wrong usage of '==' operator | John Crispin | 2014-10-14 | 1 | -1/+1 |
* | hostapd: read missing parameter for dynamic VLANs | John Crispin | 2014-10-06 | 1 | -1/+1 |
* | hostapd: add conflicts with wpad(-mini) to hostapd and wpa_supplicant | Felix Fietkau | 2014-10-05 | 1 | -0/+5 |
* | hostapd: allow using iapp for any encryption type (fixes #18022) | Felix Fietkau | 2014-10-05 | 1 | -2/+3 |
* | hostapd: merge an upstream patch for pmksa cache | Felix Fietkau | 2014-10-05 | 1 | -0/+32 |
* | hostapd: do not remove foreign wpa_supplicant sockets | John Crispin | 2014-09-17 | 1 | -1/+1 |
* | hostapd: remove bogus default setting for wps_pin (#17873) | Felix Fietkau | 2014-09-15 | 2 | -4/+3 |
* | hostapd: add ubus bindings for wps | Felix Fietkau | 2014-09-10 | 1 | -3/+38 |
* | hostapd: fix some whitespaces | Luka Perkov | 2014-08-11 | 1 | -3/+3 |
* | hostapd: revert bogus version that was added in r41872 | Felix Fietkau | 2014-08-03 | 1 | -1/+1 |
* | hostapd: Reintroduce Full Dynamic VLAN support | Jo-Philipp Wich | 2014-07-29 | 2 | -3/+16 |
* | hostapd: add more missing ifdefs | Felix Fietkau | 2014-07-28 | 1 | -1/+18 |
* | hostapd: add missing ifdef | Felix Fietkau | 2014-07-28 | 1 | -0/+11 |
* | hostapd: prevent spurious 20/40 mhz channel bandwidth switches if noscan is e... | Felix Fietkau | 2014-07-25 | 1 | -0/+22 |
* | hostapd: add a require_mode option in wifi-device sections to select the mini... | Felix Fietkau | 2014-07-15 | 1 | -1/+7 |
* | hostapd: fix wpad-mini compile error (#16700) | Felix Fietkau | 2014-06-05 | 6 | -8/+22 |
* | hostapd: update to 2014-06-03 | Felix Fietkau | 2014-06-05 | 16 | -282/+80 |
* | wpa_supplicant: fix locking hostapd to 20MHz (#12720) | Felix Fietkau | 2014-06-05 | 1 | -9/+24 |
* | hostapd: move reading of rsn_preauth out of auth_type=eap context | Felix Fietkau | 2014-06-05 | 1 | -3/+3 |
* | hostapd: replace undefined $bridge with $network_bridge | Felix Fietkau | 2014-06-04 | 1 | -3/+3 |
* | hostapd: Add optional support for hostapd own_ip_addr in wireless config | John Crispin | 2014-06-02 | 2 | -1/+5 |
* | hostapd: add a package for eapol_test | Felix Fietkau | 2014-05-19 | 2 | -0/+56 |
* | hostapd: add an option for 802.11h (enabled by default) | Felix Fietkau | 2014-05-03 | 1 | -2/+6 |
* | hostapd: fix eglibc 2.15 support | Felix Fietkau | 2014-04-27 | 1 | -1/+2 |
* | hostapd: update to version 2014-04-24, fixes some dfs related issues | Felix Fietkau | 2014-04-26 | 16 | -75/+53 |
* | 802.11s: fix authsae support in netifd | John Crispin | 2014-04-12 | 1 | -1/+1 |
* | hostapd: fix "bad number" error due to missing wps_pbc_in_m1 option (since r3... | Felix Fietkau | 2014-04-12 | 1 | -0/+1 |
* | hostapd: update to version 2014-04-04 | Felix Fietkau | 2014-04-06 | 31 | -604/+290 |
* | hostapd: add pbc_in_m1 option | Felix Fietkau | 2014-03-21 | 1 | -2/+3 |
* | hostapd: fix deletion of wds sta interfaces in AP mode | Felix Fietkau | 2014-02-28 | 1 | -0/+13 |
* | hostapd: link against librt if eglibc is used | Felix Fietkau | 2014-02-24 | 1 | -0/+4 |
* | hostapd: add validation rules to wireless handler | John Crispin | 2014-02-18 | 1 | -6/+6 |
* | wifi: Introduce 802.11ac support | Felix Fietkau | 2014-02-03 | 2 | -0/+6 |
* | hostapd: do not get basic_rate as a simple string variable | Felix Fietkau | 2014-02-02 | 1 | -1/+1 |
* | hostapd: fix basic rate list handling with netifd | Felix Fietkau | 2014-01-31 | 1 | -1/+7 |
* | hostapd: fix frequency selection for ap+sta | Felix Fietkau | 2014-01-30 | 4 | -13/+23 |
* | hostapd: Fix 80211w setup with netifd | Jo-Philipp Wich | 2014-01-28 | 1 | -1/+1 |