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

Data for EVENT_RX_MGMT events. More...

#include <driver.h>

Data Fields

const u8 * frame
 
size_t frame_len
 
u32 datarate
 
void * drv_priv
 Pointer to store driver private BSS information. More...
 
int freq
 Frequency (in MHz) on which the frame was received.
 
int ssi_signal
 Signal strength in dBm (or 0 if not available)
 

Detailed Description

Data for EVENT_RX_MGMT events.

Field Documentation

void* wpa_event_data::rx_mgmt::drv_priv

Pointer to store driver private BSS information.

If not set to NULL, this is used for comparison with hostapd_data->drv_priv to determine which BSS should process the frame.


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