diff options
author | Jouni Malinen <j@w1.fi> | 2010-01-03 11:10:12 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-01-03 11:10:12 (GMT) |
commit | 9646a8ab8bbbe911eee8a68fcf02b673d9c7741e (patch) | |
tree | 577ccbf3bc0e5251a4a0c7f3efe748ee3e94c887 /src/ap | |
parent | fdbe50ed98047861154f2be4faabbc527c1b895f (diff) | |
download | hostap-9646a8ab8bbbe911eee8a68fcf02b673d9c7741e.zip hostap-9646a8ab8bbbe911eee8a68fcf02b673d9c7741e.tar.gz hostap-9646a8ab8bbbe911eee8a68fcf02b673d9c7741e.tar.bz2 |
Remove unnecessary wpa_event_type typedef
Diffstat (limited to 'src/ap')
-rw-r--r-- | src/ap/drv_callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ap/drv_callbacks.c b/src/ap/drv_callbacks.c index 9142104..ef0b225 100644 --- a/src/ap/drv_callbacks.c +++ b/src/ap/drv_callbacks.c @@ -343,7 +343,7 @@ static int hostapd_probe_req_rx(struct hostapd_data *hapd, const u8 *sa, } -void wpa_supplicant_event(void *ctx, wpa_event_type event, +void wpa_supplicant_event(void *ctx, enum wpa_event_type event, union wpa_event_data *data) { struct hostapd_data *hapd = ctx; |