1.3.3.1.14 MAC_SCAN_CONFIRM_PARAMS Struct

C

typedef struct
{
    /* Result of the Scan Request */
    MAC_STATUS status;
} MAC_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.