SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
All Classes Files Functions Variables Typedefs Enumerations
Public Attributes | List of all members
SPSP::LocalLayers::ESPNOW::IEEE80211::ActionFrame Struct Reference

Action frame with vendor specific content. More...

#include <espnow_packet_ieee80211.hpp>

Collaboration diagram for SPSP::LocalLayers::ESPNOW::IEEE80211::ActionFrame:
Collaboration graph
[legend]

Public Attributes

uint8_t type = FRAME_TYPE_ACTION
 
uint8_t flags = 0x00
 
uint16_t dur = 0x0000
 
uint8_t dst [6]
 
uint8_t src [6]
 
uint8_t bssid [6] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}
 
uint16_t seq = 0x0000
 
uint8_t cat = 0x7F
 
uint8_t oui [3] = {0x18, 0xFE, 0x34}
 
uint8_t random [4]
 
VendorSpecificContent content
 

Detailed Description

Action frame with vendor specific content.

Definition at line 89 of file espnow_packet_ieee80211.hpp.


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