|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <stdint.h>

结构体 | |
| struct | diag_cmd_conn_auth_ind_stru_t |
| struct | diag_cmd_conn_req_pub_a_stru_t |
| struct | diag_cmd_conn_rsp_pub_b_stru_t |
| struct | diag_cmd_conn_req_m_stru_t |
| struct | diag_cmd_conn_rsp_m_stru_t |
| struct | ext_nv_secure_conn_t |
| struct | diag_cmd_change_pwd_req_stru_t |
宏定义 | |
| #define | DIAG_CONN_VERTIFY_SIZE 384 |
| #define | DIAG_PWD_MAX_LEN 32 |
| #define | DIAG_CONN_PUB_DATA_SIZE 384 |
| #define | EXT_DIAG_CONN_ERR_OK 0 /* Connection verification succeeded */ |
| #define | EXT_DIAG_CONN_ERR_SYS_CALL 1 /* Connection verification system error */ |
| #define | EXT_DIAG_CONN_ERR_PASS_WORD_WRONG 2 /* Connection verification password error */ |
| #define | EXT_DIAG_CONN_ERR_ACCOUNT_LOCK 3 /* Connection verification account lock */ |
| #define | EXT_DIAG_CONN_ERR_BUSY 6 /* Connection needs to preempt */ |
| #define | EXT_CHANGE_PWD_ERR_OK 0 /* password has been updated */ |
| #define | EXT_CHANGE_PWD_ERR_SYS_CALL 1 /* System error */ |
| #define | EXT_CHANGE_PWD_ERR_NOT_SUPPORT 2 /* Not support change password */ |
| #define | EXT_CHANGE_PWD_ERR_PASSWORD_WRONG 3 /* The original password is incorrect */ |
| #define | EXT_CHANGE_PWD_ERR_ACCOUNT_LOCK 4 /* Account Lock */ |
| #define | EXT_CHANGE_PWD_ERR_PASSWORD_FORMAT_ERR 5 /* The password format is incorrect */ |
| #define | DIAG_CONN_SALT_SIZE 20 |
| #define | DIAG_CONN_KEY_HASH_SIZE 32 |
类型定义 | |
| typedef diag_cmd_conn_auth_ind_stru_t | diag_cmd_change_pwd_ind_stru_t |
| #define DIAG_CONN_KEY_HASH_SIZE 32 |
| #define DIAG_CONN_PUB_DATA_SIZE 384 |
| #define DIAG_CONN_SALT_SIZE 20 |
| #define DIAG_CONN_VERTIFY_SIZE 384 |
| #define DIAG_PWD_MAX_LEN 32 |
| #define EXT_CHANGE_PWD_ERR_ACCOUNT_LOCK 4 /* Account Lock */ |
| #define EXT_CHANGE_PWD_ERR_NOT_SUPPORT 2 /* Not support change password */ |
| #define EXT_CHANGE_PWD_ERR_OK 0 /* password has been updated */ |
| #define EXT_CHANGE_PWD_ERR_PASSWORD_FORMAT_ERR 5 /* The password format is incorrect */ |
| #define EXT_CHANGE_PWD_ERR_PASSWORD_WRONG 3 /* The original password is incorrect */ |
| #define EXT_CHANGE_PWD_ERR_SYS_CALL 1 /* System error */ |
| #define EXT_DIAG_CONN_ERR_ACCOUNT_LOCK 3 /* Connection verification account lock */ |
| #define EXT_DIAG_CONN_ERR_BUSY 6 /* Connection needs to preempt */ |
| #define EXT_DIAG_CONN_ERR_OK 0 /* Connection verification succeeded */ |
| #define EXT_DIAG_CONN_ERR_PASS_WORD_WRONG 2 /* Connection verification password error */ |
| #define EXT_DIAG_CONN_ERR_SYS_CALL 1 /* Connection verification system error */ |