iPXE
Data Fields
ieee80211_ie_challenge_text Struct Reference

802.11 Challenge Text information element More...

#include <ieee80211.h>

Data Fields

u8 id
 Challenge Text ID: 16. More...
 
u8 len
 Challenge Text length: usually 128. More...
 
u8 challenge_text [0]
 Challenge Text data. More...
 

Detailed Description

802.11 Challenge Text information element

This is used in authentication frames under Shared Key authentication.

Definition at line 691 of file ieee80211.h.

Field Documentation

◆ id

u8 ieee80211_ie_challenge_text::id

Challenge Text ID: 16.

Definition at line 692 of file ieee80211.h.

◆ len

u8 ieee80211_ie_challenge_text::len

Challenge Text length: usually 128.

Definition at line 693 of file ieee80211.h.

◆ challenge_text

u8 ieee80211_ie_challenge_text::challenge_text[0]

Challenge Text data.

Definition at line 694 of file ieee80211.h.


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