![]() |
Morse Micro IoT SDK
2.6.4-esp32
|
#include <mmwlan.h>
Data Fields | |
| mmwlan_beacon_vendor_ie_filter_cb_t | cb |
| Callback that will be executed upon reception of a beacon containing a Vendor Specific information element that has an OUI that matches this filter. More... | |
| void * | cb_arg |
| Opaque argument to be passed to the callbacks. More... | |
| uint8_t | n_ouis |
| Number of OUIs contained within ouis. More... | |
| mmwlan_oui_t | ouis [MMWLAN_BEACON_VENDOR_IE_MAX_OUI_FILTERS] |
| List of OUIs to filter on. More... | |
| mmwlan_beacon_vendor_ie_filter_cb_t mmwlan_beacon_vendor_ie_filter::cb |
Callback that will be executed upon reception of a beacon containing a Vendor Specific information element that has an OUI that matches this filter.
Must not be NULL.
| void* mmwlan_beacon_vendor_ie_filter::cb_arg |
| uint8_t mmwlan_beacon_vendor_ie_filter::n_ouis |
Number of OUIs contained within ouis.
This can be MMWLAN_BEACON_VENDOR_IE_MAX_OUI_FILTERS max.
| mmwlan_oui_t mmwlan_beacon_vendor_ie_filter::ouis[MMWLAN_BEACON_VENDOR_IE_MAX_OUI_FILTERS] |