iPXE
|
Authentication frame data. More...
#include <ieee80211.h>
Data Fields | |
u16 | algorithm |
Authentication algorithm (Open System or Shared Key) More... | |
u16 | tx_seq |
Sequence number of this frame; first from client to AP is 1. More... | |
u16 | status |
Status code. More... | |
union ieee80211_ie | info_element [0] |
List of information elements. More... | |
Authentication frame data.
Definition at line 1138 of file ieee80211.h.
u16 ieee80211_auth::algorithm |
Authentication algorithm (Open System or Shared Key)
Definition at line 1141 of file ieee80211.h.
Referenced by net80211_handle_auth(), and net80211_send_auth().
u16 ieee80211_auth::tx_seq |
Sequence number of this frame; first from client to AP is 1.
Definition at line 1144 of file ieee80211.h.
Referenced by net80211_handle_auth(), and net80211_send_auth().
u16 ieee80211_auth::status |
Status code.
Definition at line 1147 of file ieee80211.h.
Referenced by net80211_handle_auth(), and net80211_send_auth().
union ieee80211_ie ieee80211_auth::info_element[0] |
List of information elements.
Definition at line 1150 of file ieee80211.h.