hostapd
Public Attributes | List of all members
wpa_event_data::rx_mgmt Struct Reference

struct rx_mgmt - Data for EVENT_RX_MGMT events More...

#include <driver.h>

Public Attributes

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

Detailed Description

struct rx_mgmt - Data for EVENT_RX_MGMT events

Member Data Documentation

§ drv_priv

void* wpa_event_data::rx_mgmt::drv_priv

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: