Go to the source code of this file.
Classes | |
struct | wpa_eapol_ie_parse |
Functions | |
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) |
int | wpa_parse_kde_ies (const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) |
u8* wpa_add_kde | ( | u8 * | pos, |
u32 | kde, | ||
const u8 * | data, | ||
size_t | data_len, | ||
const u8 * | data2, | ||
size_t | data2_len | ||
) |
Definition at line 308 of file wpa_auth_ie.c.
int wpa_auth_gen_wpa_ie | ( | struct wpa_authenticator * | wpa_auth | ) |
Definition at line 265 of file wpa_auth_ie.c.
int wpa_parse_kde_ies | ( | const u8 * | buf, |
size_t | len, | ||
struct wpa_eapol_ie_parse * | ie | ||
) |
wpa_parse_kde_ies - Parse EAPOL-Key Key Data IEs : Pointer to the Key Data buffer : Key Data Length : Pointer to parsed IE data Returns: 0 on success, -1 on failure
Definition at line 815 of file wpa_auth_ie.c.