libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
#include <libwifi/core/frame/management/probe_response.h>
Data Fields | |
uint64_t | timestamp |
uint16_t | probe_resp_interval |
uint16_t | capabilities_information |
Probe Response Layout
────────────────────────────── ┌──────────────────────────────┐ │ Header │ Bytes: 24 ├──────────────────────────────┤ │ Fixed Parameters │ Bytes: 12 │┌────────────────────────────┐│ ││ timestamp ││ Bytes: 4 │├────────────────────────────┤│ ││ interval ││ Bytes: 2 │├────────────────────────────┤│ ││ capabilities ││ Bytes: 2 │└────────────────────────────┘│ ├──────────────────────────────┤ │ Tagged Parameters │ Bytes: Variable └──────────────────────────────┘
Definition at line 42 of file probe_response.h.
uint16_t capabilities_information |
Definition at line 45 of file probe_response.h.
uint16_t probe_resp_interval |
Definition at line 44 of file probe_response.h.
uint64_t timestamp |
Definition at line 43 of file probe_response.h.