xref: /freebsd/contrib/wpa/src/ap/wpa_auth_ie.h (revision 53b70c86)
1 /*
2  * hostapd - WPA/RSN IE and KDE definitions
3  * Copyright (c) 2004-2007, Jouni Malinen <j@w1.fi>
4  *
5  * This software may be distributed under the terms of the BSD license.
6  * See README for more details.
7  */
8 
9 #ifndef WPA_AUTH_IE_H
10 #define WPA_AUTH_IE_H
11 
12 u8 * wpa_add_kde(u8 *pos, u32 kde, const u8 *data, size_t data_len,
13 		 const u8 *data2, size_t data2_len);
14 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
15 
16 #endif /* WPA_AUTH_IE_H */
17