[PATCH 01/18] AP: add explicit EAPOL TX status event

Jouni Malinen j at w1.fi
Sat Nov 19 06:02:35 EST 2011


On Fri, Nov 04, 2011 at 11:37:50AM +0100, Johannes Berg wrote:
> The new event can be used when EAPOL TX
> status can't be reported as a complete
> 802.11 frame but is instead reported as
> just the EAPOL data as originally passed
> to hapd_send_eapol().

Thanks, applied.

> diff --git a/src/ap/ieee802_1x.c b/src/ap/ieee802_1x.c

> -int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
> -			 const u8 *buf, size_t len, int ack)
> +void ieee802_1x_eapol_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
> +				const u8 *data, int len, int ack)

I reordered these functions to make the diff more readable.

-- 
Jouni Malinen                                            PGP id EFC895FA


More information about the HostAP mailing list