projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hostapd: update to 2010-07-05
[openwrt.git]
/
package
/
hostapd
/
patches
/
200-multicall.patch
diff --git
a/package/hostapd/patches/200-multicall.patch
b/package/hostapd/patches/200-multicall.patch
index
4ba9301
..
a35b5c8
100644
(file)
--- a/
package/hostapd/patches/200-multicall.patch
+++ b/
package/hostapd/patches/200-multicall.patch
@@
-26,7
+26,7
@@
LIBS += $(DRV_AP_LIBS)
ifdef CONFIG_L2_PACKET
LIBS += $(DRV_AP_LIBS)
ifdef CONFIG_L2_PACKET
-@@ -73
8,6 +743
,12 @@ install: all
+@@ -73
9,6 +744
,12 @@ install: all
BCHECK=../src/drivers/build.hostapd
BCHECK=../src/drivers/build.hostapd
@@
-39,7
+39,7
@@
hostapd: $(BCHECK) $(OBJS)
$(CC) $(LDFLAGS) -o hostapd $(OBJS) $(LIBS)
hostapd: $(BCHECK) $(OBJS)
$(CC) $(LDFLAGS) -o hostapd $(OBJS) $(LIBS)
-@@ -77
6,6 +787
,12 @@ HOBJS += ../src/crypto/aes-internal.o
+@@ -77
7,6 +788
,12 @@ HOBJS += ../src/crypto/aes-internal.o
HOBJS += ../src/crypto/aes-internal-enc.o
endif
HOBJS += ../src/crypto/aes-internal-enc.o
endif
@@
-62,7
+62,7
@@
ifndef CONFIG_OS
ifdef CONFIG_NATIVE_WINDOWS
ifndef CONFIG_OS
ifdef CONFIG_NATIVE_WINDOWS
-@@ -5
79,6 +580
,10 @@ ifdef CONFIG_DYNAMIC_EAP_METHODS
+@@ -5
81,6 +582
,10 @@ ifdef CONFIG_DYNAMIC_EAP_METHODS
CFLAGS += -DCONFIG_DYNAMIC_EAP_METHODS
LIBS += -ldl -rdynamic
endif
CFLAGS += -DCONFIG_DYNAMIC_EAP_METHODS
LIBS += -ldl -rdynamic
endif
@@
-73,7
+73,7
@@
endif
ifdef CONFIG_AP
endif
ifdef CONFIG_AP
-@@ -63
1,6 +636
,12 @@ CFLAGS += -DEAP_SERVER_WSC
+@@ -63
5,6 +640
,12 @@ CFLAGS += -DEAP_SERVER_WSC
OBJS += ../src/ap/wps_hostapd.o
OBJS += ../src/eap_server/eap_server_wsc.o
endif
OBJS += ../src/ap/wps_hostapd.o
OBJS += ../src/eap_server/eap_server_wsc.o
endif
@@
-86,7
+86,7
@@
endif
ifdef NEED_RSN_AUTHENTICATOR
endif
ifdef NEED_RSN_AUTHENTICATOR
-@@ -12
61,6 +1272
,12 @@ BCHECK=../src/drivers/build.wpa_supplica
+@@ -12
70,6 +1281
,12 @@ BCHECK=../src/drivers/build.wpa_supplica
wpa_priv: $(BCHECK) $(OBJS_priv)
$(LDO) $(LDFLAGS) -o wpa_priv $(OBJS_priv) $(LIBS)
wpa_priv: $(BCHECK) $(OBJS_priv)
$(LDO) $(LDFLAGS) -o wpa_priv $(OBJS_priv) $(LIBS)
@@
-99,7
+99,7
@@
wpa_supplicant: .config $(BCHECK) $(OBJS) $(EXTRA_progs)
$(LDO) $(LDFLAGS) -o wpa_supplicant $(OBJS) $(LIBS) $(EXTRALIBS)
wpa_supplicant: .config $(BCHECK) $(OBJS) $(EXTRA_progs)
$(LDO) $(LDFLAGS) -o wpa_supplicant $(OBJS) $(LIBS) $(EXTRALIBS)
-@@ -132
0,6 +1337
,12 @@ endif
+@@ -132
9,6 +1346
,12 @@ endif
$(Q)$(CC) -c -o $@ $(CFLAGS) $<
@$(E) " CC " $<
$(Q)$(CC) -c -o $@ $(CFLAGS) $<
@$(E) " CC " $<
@@
-114,7
+114,7
@@
wpa_cli.exe: wpa_cli
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
wpa_cli.exe: wpa_cli
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
-@@ -24
13,8 +2413
,8 @@ union wpa_event_data {
+@@ -24
65,8 +2465
,8 @@ union wpa_event_data {
* Driver wrapper code should call this function whenever an event is received
* from the driver.
*/
* Driver wrapper code should call this function whenever an event is received
* from the driver.
*/
@@
-127,7
+127,7
@@
/*
--- a/src/ap/drv_callbacks.c
+++ b/src/ap/drv_callbacks.c
/*
--- a/src/ap/drv_callbacks.c
+++ b/src/ap/drv_callbacks.c
-@@ -3
37,8 +337
,8 @@ static void hostapd_event_eapol_rx(struc
+@@ -3
75,8 +375
,8 @@ static void hostapd_event_eapol_rx(struc
}
}
@@
-138,7
+138,7
@@
{
struct hostapd_data *hapd = ctx;
{
struct hostapd_data *hapd = ctx;
-@@ -4
15,5 +415
,6 @@ void wpa_supplicant_event(void *ctx, enu
+@@ -4
53,5 +453
,6 @@ void wpa_supplicant_event(void *ctx, enu
break;
}
}
break;
}
}
@@
-169,8
+169,8
@@
for (;;) {
--- a/wpa_supplicant/events.c
+++ b/wpa_supplicant/events.c
for (;;) {
--- a/wpa_supplicant/events.c
+++ b/wpa_supplicant/events.c
-@@ -15
06,8 +1506,8 @@ static void wpa_supplicant_event_ibss_rs
- #endif /* CONFIG_I
BSS_RSN
*/
+@@ -15
82,8 +1582,8 @@ static void ft_rx_action(struct wpa_supp
+ #endif /* CONFIG_I
EEE80211R
*/
-void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
-void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
@@
-179,10
+179,10
@@
+ union wpa_event_data *data)
{
struct wpa_supplicant *wpa_s = ctx;
+ union wpa_event_data *data)
{
struct wpa_supplicant *wpa_s = ctx;
-
+ u16 reason_code = 0;
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -22
15,6 +2215
,9 @@ struct wpa_supplicant * wpa_supplicant_g
+@@ -22
28,6 +2228
,9 @@ struct wpa_supplicant * wpa_supplicant_g
return NULL;
}
return NULL;
}
@@
-192,7
+192,7
@@
/**
* wpa_supplicant_init - Initialize %wpa_supplicant
/**
* wpa_supplicant_init - Initialize %wpa_supplicant
-@@ -22
33,6 +2236
,7 @@ struct wpa_global * wpa_supplicant_init(
+@@ -22
46,6 +2249
,7 @@ struct wpa_global * wpa_supplicant_init(
if (params == NULL)
return NULL;
if (params == NULL)
return NULL;
@@
-202,7
+202,7
@@
wpa_debug_open_syslog();
--- a/hostapd/main.c
+++ b/hostapd/main.c
wpa_debug_open_syslog();
--- a/hostapd/main.c
+++ b/hostapd/main.c
-@@ -47
8,6 +478
,9 @@ static void usage(void)
+@@ -47
9,6 +479
,9 @@ static void usage(void)
exit(1);
}
exit(1);
}
@@
-212,7
+212,7
@@
int main(int argc, char *argv[])
{
int main(int argc, char *argv[])
{
-@@ -4
89,6 +492
,7 @@ int main(int argc, char *argv[])
+@@ -4
90,6 +493
,7 @@ int main(int argc, char *argv[])
if (os_program_init())
return -1;
if (os_program_init())
return -1;
This page took
0.035801 seconds
and
4
git commands to generate.