|
SDK สำหรับ TESAIoT Dev Kit
คู่มืออ้างอิง API และ Tutorial (MTB & µPython)
|
#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) |
| #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 |
| 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) |