1.1.30.5 WDRV_WINC_REGDOMAIN_INFO Struct

C

typedef struct
{
    uint8_t regDomainLen;
    uint8_t regDomain[WDRV_WINC_REGDOMAIN_MAX_NAME_LEN];
} WDRV_WINC_REGDOMAIN_INFO;

Description

Specifies the country code length, country code associated with the regulatory domain.

Members

MembersDescription
regDomainLenLength of regulatory domain.
regDomainRegulatory domain name.
channelMaskRegulatory domain channel mask.

Remarks

None.