hostapd - WPA/RSN IE and KDE definitions More...
Go to the source code of this file.
Data Structures | |
struct | wpa_eapol_ie_parse |
Functions | |
int | wpa_parse_kde_ies (const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) |
Parse EAPOL-Key Key Data IEs. | |
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) |
hostapd - WPA/RSN IE and KDE definitions
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file wpa_auth_ie.h.
int wpa_parse_kde_ies | ( | const u8 * | buf, | |
size_t | len, | |||
struct wpa_eapol_ie_parse * | ie | |||
) |
Parse EAPOL-Key Key Data IEs.
buf | Pointer to the Key Data buffer | |
len | Key Data Length | |
ie | Pointer to parsed IE data |
Definition at line 817 of file wpa_auth_ie.c.