2 * wpa_supplicant - 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_supplicant_parse_ies(const u8
*buf
, size_t len
,
49 struct wpa_eapol_ie_parse
*ie
);
50 int wpa_gen_wpa_ie(struct wpa_sm
*sm
, u8
*wpa_ie
, size_t wpa_ie_len
);