1.3.2.3.21 MAC_WRP_SCAN_CONFIRM_PARAMS Struct
C
typedef struct
{
/* Result of the Scan Request */
MAC_WRP_STATUS status;
} MAC_WRP_SCAN_CONFIRM_PARAMS;
Summary
Defines the Parameters for the MAC Scan Confirm event handler function.
Description
The structure contains the fields reported by the MAC Scan Confirm event handler function.
Field description:
- status: Result of the Scan Request
Remarks
None.
