![]() |
Morse Micro IoT SDK
2.9.7
|
Structure to store some basic statistics for the beacon Vendor Specific IE reception.
Definition at line 113 of file beacon_stuffing.c.
Data Fields | |
| uint32_t | occurrences |
| Number of times the Vendor Specific IE in the beacon was seen. More... | |
| uint8_t * | ie_data |
| If not NULL, the most recent IE data received. More... | |
| uint32_t | ie_len |
| The length in bytes of ie_data. More... | |
| uint8_t* beacon_vendor_ie_stat::ie_data |
If not NULL, the most recent IE data received.
This does not include the IE header.
Definition at line 118 of file beacon_stuffing.c.
| uint32_t beacon_vendor_ie_stat::ie_len |
The length in bytes of ie_data.
Definition at line 120 of file beacon_stuffing.c.
| uint32_t beacon_vendor_ie_stat::occurrences |
Number of times the Vendor Specific IE in the beacon was seen.
Definition at line 116 of file beacon_stuffing.c.