2008-02-28 02:34:43 +01:00
|
|
|
/*
|
|
|
|
* hostapd - WPA/RSN IE and KDE definitions
|
|
|
|
* Copyright (c) 2004-2007, Jouni Malinen <j@w1.fi>
|
|
|
|
*
|
2012-02-11 15:46:35 +01:00
|
|
|
* This software may be distributed under the terms of the BSD license.
|
|
|
|
* See README for more details.
|
2008-02-28 02:34:43 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef WPA_AUTH_IE_H
|
|
|
|
#define WPA_AUTH_IE_H
|
|
|
|
|
|
|
|
u8 * wpa_add_kde(u8 *pos, u32 kde, const u8 *data, size_t data_len,
|
|
|
|
const u8 *data2, size_t data2_len);
|
|
|
|
int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
|
|
|
|
|
|
|
|
#endif /* WPA_AUTH_IE_H */
|