wpa_supplicant - 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_supplicant_parse_ies (const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) |
| Parse EAPOL-Key Key Data IEs. | |
| int | wpa_gen_wpa_ie (struct wpa_sm *sm, u8 *wpa_ie, size_t wpa_ie_len) |
| Generate WPA/RSN IE based on current security policy. | |
wpa_supplicant - 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_ie.h.
| int wpa_gen_wpa_ie | ( | struct wpa_sm * | sm, | |
| u8 * | wpa_ie, | |||
| size_t | wpa_ie_len | |||
| ) |
Generate WPA/RSN IE based on current security policy.
| sm | Pointer to WPA state machine data from wpa_sm_init() | |
| wpa_ie | Pointer to memory area for the generated WPA/RSN IE | |
| wpa_ie_len | Maximum length of the generated WPA/RSN IE |
| int wpa_supplicant_parse_ies | ( | const u8 * | buf, | |
| size_t | len, | |||
| struct wpa_eapol_ie_parse * | ie | |||
| ) |
1.6.1