|
wpa_supplicant / hostapd
2.5
|
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) | |
Data for EVENT_RX_MGMT events.
| 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.
1.8.6