WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
at_wifi.h 文件参考
#include "td_base.h"
#include "wifi_device_config.h"
at_wifi.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

struct  wifi_wps_config
 

宏定义

#define EXT_RECONN_PERIOD_MAX   65535
 
#define EXT_RECONN_PERIOD_MIN   1
 
#define EXT_RECONN_COUNT_MAX   65535
 
#define EXT_RECONN_COUNT_MIN   1
 
#define EXT_RECONN_TIMEOUT_MIN   2
 
#define EXT_WIFI_AP_KEY_LEN_MAX   64
 
#define EXT_WIFI_AP_KEY_LEN_MIN   8
 
#define EXT_WIFI_AP_WEP_KEY_LEN_MAX   13
 
#define EXT_WIFI_AP_WEP_KEY_LEN_MIN   5
 
#define EXT_WIFI_AP_WEP_HEX_KEY_LEN_MAX   26
 
#define EXT_WIFI_AP_WEP_HEX_KEY_LEN_MIN   10
 
#define EXT_WIFI_MS_KEY_LEN_MAX   63
 
#define EXT_WIFI_MS_KEY_LEN_MIN   8
 
#define EXT_WIFI_CONTRY_CODE_LEN   3
 
#define EXT_WIFI_AP_KEY_LEN   64
 
#define WIFI_IFNAME_MAX_SIZE   16
 
#define EXT_WIFI_TXT_ADDR_LEN   17
 
#define WIFI_SCAN_AP_LIMIT   64
 
#define EXT_WIFI_USR_IE_MAX_SIZE   257
 
#define WIFI_WPS_PIN_LEN   8
 
#define EXT_WIFI_OK   0
 
#define EXT_WIFI_FAIL   (-1)
 
#define WIFI_MAX_NUM_USER   6
 

类型定义

typedef enum wifi_wps_method wifi_wps_method
 
typedef struct wifi_wps_config wifi_wps_config
 

枚举

enum  wifi_wps_method { WIFI_WPS_PBC , WIFI_WPS_PIN , WIFI_WPS_BUTT }
 

函数

TD_CONST char * at_ssid_txt (TD_CONST td_u8 *ssid, td_u32 ssid_len)
 
td_void los_at_wifi_cmd_register (td_void)
 
td_void los_at_sta_factory_test_cmd_register (td_void)
 
td_void los_at_mesh_cmd_register (td_void)
 

宏定义说明

◆ EXT_RECONN_COUNT_MAX

#define EXT_RECONN_COUNT_MAX   65535

◆ EXT_RECONN_COUNT_MIN

#define EXT_RECONN_COUNT_MIN   1

◆ EXT_RECONN_PERIOD_MAX

#define EXT_RECONN_PERIOD_MAX   65535

◆ EXT_RECONN_PERIOD_MIN

#define EXT_RECONN_PERIOD_MIN   1

◆ EXT_RECONN_TIMEOUT_MIN

#define EXT_RECONN_TIMEOUT_MIN   2

◆ EXT_WIFI_AP_KEY_LEN

#define EXT_WIFI_AP_KEY_LEN   64

◆ EXT_WIFI_AP_KEY_LEN_MAX

#define EXT_WIFI_AP_KEY_LEN_MAX   64

◆ EXT_WIFI_AP_KEY_LEN_MIN

#define EXT_WIFI_AP_KEY_LEN_MIN   8

◆ EXT_WIFI_AP_WEP_HEX_KEY_LEN_MAX

#define EXT_WIFI_AP_WEP_HEX_KEY_LEN_MAX   26

◆ EXT_WIFI_AP_WEP_HEX_KEY_LEN_MIN

#define EXT_WIFI_AP_WEP_HEX_KEY_LEN_MIN   10

◆ EXT_WIFI_AP_WEP_KEY_LEN_MAX

#define EXT_WIFI_AP_WEP_KEY_LEN_MAX   13

◆ EXT_WIFI_AP_WEP_KEY_LEN_MIN

#define EXT_WIFI_AP_WEP_KEY_LEN_MIN   5

◆ EXT_WIFI_CONTRY_CODE_LEN

#define EXT_WIFI_CONTRY_CODE_LEN   3

◆ EXT_WIFI_FAIL

#define EXT_WIFI_FAIL   (-1)

◆ EXT_WIFI_MS_KEY_LEN_MAX

#define EXT_WIFI_MS_KEY_LEN_MAX   63

◆ EXT_WIFI_MS_KEY_LEN_MIN

#define EXT_WIFI_MS_KEY_LEN_MIN   8

◆ EXT_WIFI_OK

#define EXT_WIFI_OK   0

◆ EXT_WIFI_TXT_ADDR_LEN

#define EXT_WIFI_TXT_ADDR_LEN   17

◆ EXT_WIFI_USR_IE_MAX_SIZE

#define EXT_WIFI_USR_IE_MAX_SIZE   257

◆ WIFI_IFNAME_MAX_SIZE

#define WIFI_IFNAME_MAX_SIZE   16

◆ WIFI_MAX_NUM_USER

#define WIFI_MAX_NUM_USER   6

◆ WIFI_SCAN_AP_LIMIT

#define WIFI_SCAN_AP_LIMIT   64

◆ WIFI_WPS_PIN_LEN

#define WIFI_WPS_PIN_LEN   8

类型定义说明

◆ wifi_wps_config

◆ wifi_wps_method

枚举类型说明

◆ wifi_wps_method

枚举值
WIFI_WPS_PBC 

Connection mode of WPS PBC. CNcomment:WPS PBC连接方式.CNend

WIFI_WPS_PIN 

Connection mode of WPS PIN. CNcomment:WPS PIN连接方式.CNend

WIFI_WPS_BUTT 

函数说明

◆ at_ssid_txt()

TD_CONST char * at_ssid_txt ( TD_CONST td_u8 ssid,
td_u32  ssid_len 
)

at_ssid_txt - Convert SSID to a printable string @ssid: SSID (32-octet string) @ssid_len: Length of ssid in octets Returns: Pointer to a printable string

This function can be used to convert SSIDs into printable form. In most cases, SSIDs do not use unprintable characters, but IEEE 802.11 standard does not limit the used character set, so anything could be used in an SSID.

This function uses a TD_PRV buffer, so only one call can be used at the time, i.e., this is not re-entrant and the returned buffer must be used before calling this again.

◆ los_at_mesh_cmd_register()

td_void los_at_mesh_cmd_register ( td_void  )

◆ los_at_sta_factory_test_cmd_register()

td_void los_at_sta_factory_test_cmd_register ( td_void  )

◆ los_at_wifi_cmd_register()

td_void los_at_wifi_cmd_register ( td_void  )