libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
#include <libwifi/core/frame/management/reassoc_response.h>
Data Fields | |
uint16_t | capabilities_information |
uint16_t | status_code |
uint16_t | association_id |
Reassociation Response Layout
────────────────────────────────── ┌──────────────────────────────────┐ │ Header │ Bytes: 24 ├──────────────────────────────────┤ │ Fixed Parameters │ Bytes: 6 │┌────────────────────────────────┐│ ││ capabilities ││ Bytes: 2 │├────────────────────────────────┤│ ││ status ││ Bytes: 2 │├────────────────────────────────┤│ ││ association id ││ Bytes: 2 │└────────────────────────────────┘│ ├──────────────────────────────────┤ │ Tagged Parameters │ Bytes: Variable └──────────────────────────────────┘
Definition at line 42 of file reassoc_response.h.
uint16_t association_id |
Definition at line 45 of file reassoc_response.h.
uint16_t capabilities_information |
Definition at line 43 of file reassoc_response.h.
uint16_t status_code |
Definition at line 44 of file reassoc_response.h.