Wi-Fi Connection Manager Library
Structures

General Description

Data Structures

struct  cy_wcm_wps_config_t
 Structure used to pass WPS configuration parameters to cy_wcm_wps_enrollee. More...
 
struct  cy_wcm_config_t
 Structure used to pass WCM configuration to cy_wcm_init. More...
 
struct  cy_wcm_ip_address_t
 Structure used to receive the IP address information from cy_wcm_connect_ap. More...
 
union  cy_wcm_event_data_t
 Structure used to receive the IP address of the STA or MAC address of the connected STA to SoftAP through the callback registered using cy_wcm_register_event_callback. More...
 
struct  cy_wcm_ap_credentials_t
 Structure used for providing the AP credential to connect to a AP using cy_wcm_connect_ap. More...
 
struct  cy_wcm_ip_setting_t
 Structure used to pass the static IP address information to cy_wcm_connect_ap. More...
 
struct  cy_wcm_connect_params_t
 Structure used to pass the Wi-Fi connection parameter information to cy_wcm_connect_ap. More...
 
struct  cy_wcm_scan_filter_t
 Structure used to pass scan filters to cy_wcm_start_scan. More...
 
struct  cy_wcm_scan_result_t
 Structure used for storing scan results. More...
 
struct  cy_wcm_wps_device_detail_t
 Structure used to pass the device information to cy_wcm_wps_enrollee. More...
 
struct  cy_wcm_wps_credential_t
 Structure used to receive the AP credential after WPS is completed successfully from cy_wcm_wps_enrollee. More...
 
struct  cy_wcm_associated_ap_info_t
 Structure used to receive the information of the associated AP from cy_wcm_get_associated_ap_info(). More...
 
struct  cy_wcm_wlan_statistics_t
 Structure used to receive the WLAN statistics of the given interface from the time the WLAN driver is up. More...
 
struct  cy_wcm_custom_ie_info_t
 Structure used to fill the vendor information element (IE) as a part of starting SoftAP. More...
 
struct  cy_wcm_ap_config_t
 Structure used to configure the access point. More...
 
struct  cy_wcm_register_event_callback_params_t
 Structure which encapsulates the parameters of cy_wcm_register_event_callback API. More...
 
struct  cy_wcm_deregister_event_callback_params_t
 Structure which encapsulates the parameters of cy_wcm_deregister_event_callback API. More...
 
struct  cy_wcm_event_callback_params_t
 Structure which encapsulates the parameters of cy_wcm_event_callback_t function. More...