libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
libwifi_wpa_auth_data Struct Reference

libwifi Representation of the encapsulating 802.1X data in an EAPOL frame ┌─────────────────┐ │ Version │ ── 1 Byte ├─────────────────┤ │ Type │ ── 1 Byte ├─────────────────┤ │ Length │ ── 2 Bytes ├─────────────────┤ │ Descriptor │ ── 1 Byte ├─────────────────┤ │ Key Information │ ── See libwifi_wpa_key_info └─────────────────┘ More...

#include <libwifi/core/misc/security.h>

Data Fields

uint8_t version
 
uint8_t type
 
uint16_t length
 
uint8_t descriptor
 
struct libwifi_wpa_key_info key_info
 

Detailed Description

libwifi Representation of the encapsulating 802.1X data in an EAPOL frame ┌─────────────────┐ │ Version │ ── 1 Byte ├─────────────────┤ │ Type │ ── 1 Byte ├─────────────────┤ │ Length │ ── 2 Bytes ├─────────────────┤ │ Descriptor │ ── 1 Byte ├─────────────────┤ │ Key Information │ ── See libwifi_wpa_key_info └─────────────────┘

Definition at line 281 of file security.h.

Field Documentation

◆ descriptor

uint8_t descriptor

Definition at line 285 of file security.h.

◆ key_info

struct libwifi_wpa_key_info key_info

Definition at line 286 of file security.h.

◆ length

uint16_t length

Definition at line 284 of file security.h.

◆ type

uint8_t type

Definition at line 283 of file security.h.

◆ version

uint8_t version

Definition at line 282 of file security.h.


The documentation for this struct was generated from the following file: