SDK สำหรับ TESAIoT Dev Kit
คู่มืออ้างอิง API และ Tutorial (MTB & µPython)
Loading...
Searching...
No Matches
cy_wcm_shim.h File Reference
#include <stdint.h>
#include "cy_result.h"

Go to the source code of this file.

Data Structures

struct  cy_wcm_scan_result_t
struct  cy_wcm_scan_filter_t

Macros

#define CY_WCM_SCAN_INCOMPLETE   0
#define CY_WCM_SCAN_COMPLETE   1
#define CY_WCM_SECURITY_OPEN   0
#define CY_WCM_SECURITY_WEP_SHARED   2
#define CY_WCM_SECURITY_WPA_MIXED_PSK   4
#define CY_WCM_SECURITY_WPA2_AES_PSK   6
#define CY_WCM_SECURITY_WPA2_FBT_PSK   8
#define CY_WCM_SCAN_FILTER_TYPE_RSSI   1

Typedefs

typedef uint32_t cy_wcm_scan_status_t
typedef void(*) cy_wcm_scan_cb_t(cy_wcm_scan_result_t *, void *, cy_wcm_scan_status_t)

Macro Definition Documentation

◆ CY_WCM_SCAN_INCOMPLETE

#define CY_WCM_SCAN_INCOMPLETE   0

◆ CY_WCM_SCAN_COMPLETE

#define CY_WCM_SCAN_COMPLETE   1

◆ CY_WCM_SECURITY_OPEN

#define CY_WCM_SECURITY_OPEN   0

◆ CY_WCM_SECURITY_WEP_SHARED

#define CY_WCM_SECURITY_WEP_SHARED   2

◆ CY_WCM_SECURITY_WPA_MIXED_PSK

#define CY_WCM_SECURITY_WPA_MIXED_PSK   4

◆ CY_WCM_SECURITY_WPA2_AES_PSK

#define CY_WCM_SECURITY_WPA2_AES_PSK   6

◆ CY_WCM_SECURITY_WPA2_FBT_PSK

#define CY_WCM_SECURITY_WPA2_FBT_PSK   8

◆ CY_WCM_SCAN_FILTER_TYPE_RSSI

#define CY_WCM_SCAN_FILTER_TYPE_RSSI   1

Typedef Documentation

◆ cy_wcm_scan_status_t

typedef uint32_t cy_wcm_scan_status_t

◆ cy_wcm_scan_cb_t

typedef void(*) cy_wcm_scan_cb_t(cy_wcm_scan_result_t *, void *, cy_wcm_scan_status_t)