2 * hostapd - WPA/RSN IE and KDE definitions
3 * Copyright (c) 2004-2007, Jouni Malinen <j@w1.fi>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
9 * Alternatively, this software may be distributed under the terms of BSD
12 * See README and COPYING for more details.
18 struct wpa_eapol_ie_parse
{
37 #endif /* CONFIG_PEERKEY */
38 #ifdef CONFIG_IEEE80211W
41 #endif /* CONFIG_IEEE80211W */
42 #ifdef CONFIG_IEEE80211R
45 #endif /* CONFIG_IEEE80211R */
48 int wpa_parse_kde_ies(const u8
*buf
, size_t len
,
49 struct wpa_eapol_ie_parse
*ie
);
50 u8
* wpa_add_kde(u8
*pos
, u32 kde
, const u8
*data
, size_t data_len
,
51 const u8
*data2
, size_t data2_len
);
52 int wpa_auth_gen_wpa_ie(struct wpa_authenticator
*wpa_auth
);
54 #endif /* WPA_AUTH_IE_H */