wpa_supplicant / hostapd 2.0
Data Structures | Functions

wpa_auth_ie.h File Reference

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)

Detailed Description

hostapd - WPA/RSN IE and KDE definitions

Copyright
Copyright (c) 2004-2007, Jouni Malinen <j@w1.fi>

This software may be distributed under the terms of the BSD license. See README for more details.


Function Documentation

int wpa_parse_kde_ies ( const u8 *  buf,
size_t  len,
struct wpa_eapol_ie_parse ie 
)

Parse EAPOL-Key Key Data IEs.

Parameters:
bufPointer to the Key Data buffer
lenKey Data Length
iePointer to parsed IE data
Returns:
0 on success, -1 on failure
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines