初始提交

This commit is contained in:
2025-05-13 22:00:58 +08:00
commit e4c030b0c0
564 changed files with 78858 additions and 0 deletions

12
application/ws63/hsf/hfsecret.h Executable file
View File

@ -0,0 +1,12 @@
#ifndef _HF_SECRET_H__
#define _HF_SECRET_H__
#include "hsf.h"
#define KEY_LEN 8
#define MAC_LEN 6
void HSF_IAPI hfwifi_init(void);
#define SECRET_MASSAGE_SIZE 256
#endif