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_assoc_req_fixed_parameters |
struct | libwifi_assoc_req |
Functions | |
struct libwifi_assoc_req_fixed_parameters | __attribute__ ((packed)) |
Variables | |
uint16_t | capabilities_information |
uint16_t | listen_interval |
struct libwifi_mgmt_unordered_frame_header | frame_header |
struct libwifi_assoc_req_fixed_parameters | fixed_parameters |
struct libwifi_tagged_parameters | tags |
struct libwifi_assoc_req_fixed_parameters __attribute__ | ( | (packed) | ) |
uint16_t capabilities_information |
Definition at line 0 of file assoc_request.h.
struct libwifi_assoc_req_fixed_parameters fixed_parameters |
Definition at line 1 of file assoc_request.h.
struct libwifi_mgmt_unordered_frame_header frame_header |
Definition at line 0 of file assoc_request.h.
uint16_t listen_interval |
Definition at line 1 of file assoc_request.h.
struct libwifi_tagged_parameters tags |
Definition at line 2 of file assoc_request.h.