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

libwifi Representation of a WPA or RSN cipher suite ┌────────────────────────┬────────────┐ │ OUI │ Suite Type │ ├────────────────────────┼────────────┤ │ 3 Bytes │ 1 Byte │ └────────────────────────┴────────────┘ More...

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

Data Fields

unsigned char oui [3]
 
uint8_t suite_type
 

Detailed Description

libwifi Representation of a WPA or RSN cipher suite ┌────────────────────────┬────────────┐ │ OUI │ Suite Type │ ├────────────────────────┼────────────┤ │ 3 Bytes │ 1 Byte │ └────────────────────────┴────────────┘

Definition at line 172 of file security.h.

Field Documentation

◆ oui

unsigned char oui[3]

Definition at line 173 of file security.h.

◆ suite_type

uint8_t suite_type

Definition at line 174 of file security.h.


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