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

浏览源代码.

结构体

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
 

宏定义说明

◆ DIAG_CONN_KEY_HASH_SIZE

#define DIAG_CONN_KEY_HASH_SIZE   32

◆ DIAG_CONN_PUB_DATA_SIZE

#define DIAG_CONN_PUB_DATA_SIZE   384

◆ DIAG_CONN_SALT_SIZE

#define DIAG_CONN_SALT_SIZE   20

◆ DIAG_CONN_VERTIFY_SIZE

#define DIAG_CONN_VERTIFY_SIZE   384

◆ DIAG_PWD_MAX_LEN

#define DIAG_PWD_MAX_LEN   32

◆ EXT_CHANGE_PWD_ERR_ACCOUNT_LOCK

#define EXT_CHANGE_PWD_ERR_ACCOUNT_LOCK   4 /* Account Lock */

◆ EXT_CHANGE_PWD_ERR_NOT_SUPPORT

#define EXT_CHANGE_PWD_ERR_NOT_SUPPORT   2 /* Not support change password */

◆ EXT_CHANGE_PWD_ERR_OK

#define EXT_CHANGE_PWD_ERR_OK   0 /* password has been updated */

◆ EXT_CHANGE_PWD_ERR_PASSWORD_FORMAT_ERR

#define EXT_CHANGE_PWD_ERR_PASSWORD_FORMAT_ERR   5 /* The password format is incorrect */

◆ EXT_CHANGE_PWD_ERR_PASSWORD_WRONG

#define EXT_CHANGE_PWD_ERR_PASSWORD_WRONG   3 /* The original password is incorrect */

◆ EXT_CHANGE_PWD_ERR_SYS_CALL

#define EXT_CHANGE_PWD_ERR_SYS_CALL   1 /* System error */

◆ EXT_DIAG_CONN_ERR_ACCOUNT_LOCK

#define EXT_DIAG_CONN_ERR_ACCOUNT_LOCK   3 /* Connection verification account lock */

◆ EXT_DIAG_CONN_ERR_BUSY

#define EXT_DIAG_CONN_ERR_BUSY   6 /* Connection needs to preempt */

◆ EXT_DIAG_CONN_ERR_OK

#define EXT_DIAG_CONN_ERR_OK   0 /* Connection verification succeeded */

◆ EXT_DIAG_CONN_ERR_PASS_WORD_WRONG

#define EXT_DIAG_CONN_ERR_PASS_WORD_WRONG   2 /* Connection verification password error */

◆ EXT_DIAG_CONN_ERR_SYS_CALL

#define EXT_DIAG_CONN_ERR_SYS_CALL   1 /* Connection verification system error */

类型定义说明

◆ diag_cmd_change_pwd_ind_stru_t