Wi-Fi Connection Manager Library
cy_wcm_wps_device_detail_t Struct Reference

Description

Structure used to pass the device information to cy_wcm_wps_enrollee.

Data Fields

const cy_wcm_wps_device_category_t device_category
 Device category. More...
 
const uint16_t sub_category
 Device sub-category. More...
 
const char * device_name
 Device name. More...
 
const char * manufacturer
 Manufacturer details. More...
 
const char * model_name
 Model name. More...
 
const char * model_number
 Model number. More...
 
const char * serial_number
 Serial number. More...
 
const uint32_t config_methods
 Configuration methods. More...
 
const uint32_t os_version
 Operating system version. More...
 
const uint16_t authentication_type_flags
 Supported authentication types.
 
const uint16_t encryption_type_flags
 Supported encryption types. More...
 
const uint8_t add_config_methods_to_probe_resp
 Add configuration methods to probe response for Windows enrollees (Not compliant with WPS 2.0).
 

Field Documentation

◆ device_category

const cy_wcm_wps_device_category_t cy_wcm_wps_device_detail_t::device_category

Device category.


◆ sub_category

const uint16_t cy_wcm_wps_device_detail_t::sub_category

Device sub-category.


◆ device_name

const char* cy_wcm_wps_device_detail_t::device_name

Device name.


◆ manufacturer

const char* cy_wcm_wps_device_detail_t::manufacturer

Manufacturer details.


◆ model_name

const char* cy_wcm_wps_device_detail_t::model_name

Model name.


◆ model_number

const char* cy_wcm_wps_device_detail_t::model_number

Model number.


◆ serial_number

const char* cy_wcm_wps_device_detail_t::serial_number

Serial number.


◆ config_methods

const uint32_t cy_wcm_wps_device_detail_t::config_methods

Configuration methods.


◆ os_version

const uint32_t cy_wcm_wps_device_detail_t::os_version

Operating system version.


◆ encryption_type_flags

const uint16_t cy_wcm_wps_device_detail_t::encryption_type_flags

Supported encryption types.