wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
wpa_event_data::rx_probe_req Struct Reference

Data for EVENT_RX_PROBE_REQ events. More...

#include <driver.h>

Data Fields

const u8 * sa
 Source address of the received Probe Request frame.
 
const u8 * da
 Destination address of the received Probe Request frame. More...
 
const u8 * bssid
 BSSID of the received Probe Request frame or NULL. More...
 
const u8 * ie
 IEs from the Probe Request body.
 
size_t ie_len
 Length of ie buffer in octets.
 
int ssi_signal
 signal strength in dBm (or 0 if not available)
 

Detailed Description

Data for EVENT_RX_PROBE_REQ events.

Field Documentation

const u8* wpa_event_data::rx_probe_req::bssid

BSSID of the received Probe Request frame or NULL.

if not available

const u8* wpa_event_data::rx_probe_req::da

Destination address of the received Probe Request frame.

or NULL if not available


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