1.3.11.2 WDRV_PIC32MZW_IE_RX_CALLBACK Typedef
C
typedef void (*WDRV_PIC32MZW_IE_RX_CALLBACK)
Summary
Pointer to a callback function to receive vendor specific IE data and related information.
Description
This defines a function pointer to a vendor specific IE callback which will receive IE tag data and some relevant information like, source MAC address, received frame type and rssi of the received frame.
Parameters
Param | Description |
---|---|
handle | Client handle obtained by a call to WDRV_PIC32MZW_Open. |
totalLen | Total length of received vendor specific IEs. |
ieData | Pointer to a byte array of received vendor specific IEs. |
pIEInfo | Pointer to WDRV_PIC32MZW_VENDORIE_INFO structure. |
Returns
None.
Remarks
The callback has to be set to start receiving vendor specific IEs. The IEs are received based on the vendor OUI and frame filter mask set using the API WDRV_PIC32MZW_CustIEGetRxData.