diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-04-22 13:24:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-04-22 13:24:48 +0000 |
commit | 62244d73ae0eeea1427f37912e2f3bae5654b60e (patch) | |
tree | 4031eb00be56b522bc77fd8126c0d9eb304f0d71 /package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch | |
parent | 45339e03de2f935ab62fc926dd0bb37effac510e (diff) | |
download | upstream-62244d73ae0eeea1427f37912e2f3bae5654b60e.tar.gz upstream-62244d73ae0eeea1427f37912e2f3bae5654b60e.tar.bz2 upstream-62244d73ae0eeea1427f37912e2f3bae5654b60e.zip |
hostapd: update to 2013-04-05
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36376
Diffstat (limited to 'package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch')
-rw-r--r-- | package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch b/package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch index 977bce4e78..3345e557f3 100644 --- a/package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch +++ b/package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch @@ -44,7 +44,7 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org> #include "config.h" -@@ -1369,6 +1370,97 @@ static char * wpa_config_write_p2p_clien +@@ -1376,6 +1377,97 @@ static char * wpa_config_write_p2p_clien #endif /* CONFIG_P2P */ @@ -142,7 +142,7 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org> /* Helper macros for network block parser */ #ifdef OFFSET -@@ -1546,6 +1638,9 @@ static const struct parse_data ssid_fiel +@@ -1574,6 +1666,9 @@ static const struct parse_data ssid_fiel { INT(ap_max_inactivity) }, { INT(dtim_period) }, { INT(beacon_int) }, @@ -162,7 +162,7 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org> #define MAX_SSID_LEN 32 -@@ -571,6 +572,10 @@ struct wpa_ssid { +@@ -600,6 +601,10 @@ struct wpa_ssid { * dereferences since it may not be updated in all cases. */ void *parent_cred; @@ -175,7 +175,7 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org> #endif /* CONFIG_SSID_H */ --- a/wpa_supplicant/wpa_supplicant.c +++ b/wpa_supplicant/wpa_supplicant.c -@@ -1570,15 +1570,24 @@ void wpa_supplicant_associate(struct wpa +@@ -1597,15 +1597,24 @@ void wpa_supplicant_associate(struct wpa params.ssid_len = ssid->ssid_len; } |