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
Members | Description |
---|---|
regDomainLen | Length of regulatory domain. |
regDomain | Regulatory domain name. |
channelMask | Regulatory domain channel mask. |
Remarks
None.