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