libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
libwifi_probe_resp_fixed_parameters Struct Reference

#include <libwifi/core/frame/management/probe_response.h>

Data Fields

uint64_t timestamp
 
uint16_t probe_resp_interval
 
uint16_t capabilities_information
 

Detailed Description

   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.

Field Documentation

◆ capabilities_information

uint16_t capabilities_information

Definition at line 45 of file probe_response.h.

◆ probe_resp_interval

uint16_t probe_resp_interval

Definition at line 44 of file probe_response.h.

◆ timestamp

uint64_t timestamp

Definition at line 43 of file probe_response.h.


The documentation for this struct was generated from the following file: