wpa_priv: Update function arguments to fix compilation
This commit is contained in:
parent
9e0e6902a2
commit
f7fcfc347c
1 changed files with 2 additions and 2 deletions
|
@ -825,7 +825,7 @@ static void wpa_priv_send_ft_response(struct wpa_priv_interface *iface,
|
|||
}
|
||||
|
||||
|
||||
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 wpa_priv_interface *iface = ctx;
|
||||
|
@ -915,7 +915,7 @@ void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
|
|||
}
|
||||
|
||||
|
||||
static void wpa_priv_terminate(int sig, void *eloop_ctx, void *signal_ctx)
|
||||
static void wpa_priv_terminate(int sig, void *signal_ctx)
|
||||
{
|
||||
wpa_printf(MSG_DEBUG, "wpa_priv termination requested");
|
||||
eloop_terminate();
|
||||
|
|
Loading…
Reference in a new issue