| 
    libwifi 0.0.3
    
   An 802.11 Frame Parsing and Generation library in C 
   | 
 
Go to the source code of this file.
Data Structures | |
| struct | libwifi_reassoc_resp_fixed_parameters | 
| struct | libwifi_reassoc_resp | 
Functions | |
| struct libwifi_reassoc_resp_fixed_parameters | __attribute__ ((packed)) | 
Variables | |
| uint16_t | capabilities_information | 
| uint16_t | status_code | 
| uint16_t | association_id | 
| struct libwifi_mgmt_unordered_frame_header | frame_header | 
| struct libwifi_reassoc_resp_fixed_parameters | fixed_parameters | 
| struct libwifi_tagged_parameters | tags | 
| struct libwifi_reassoc_resp_fixed_parameters __attribute__ | ( | (packed) | ) | 
| uint16_t association_id | 
Definition at line 2 of file reassoc_response.h.
| uint16_t capabilities_information | 
Definition at line 0 of file reassoc_response.h.
| struct libwifi_reassoc_resp_fixed_parameters fixed_parameters | 
Definition at line 1 of file reassoc_response.h.
| struct libwifi_mgmt_unordered_frame_header frame_header | 
Definition at line 0 of file reassoc_response.h.
| uint16_t status_code | 
Definition at line 1 of file reassoc_response.h.
| struct libwifi_tagged_parameters tags | 
Definition at line 2 of file reassoc_response.h.