Home
last modified time | relevance | path

Searched refs:HI_WIFI_AP_KEY_LEN (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_wifi_api.h186 #define HI_WIFI_AP_KEY_LEN 64 macro
673 char key[HI_WIFI_AP_KEY_LEN + 1]; /**< Secret key. CNcomment: 秘钥.CNend */
711 char key[HI_WIFI_AP_KEY_LEN + 1]; /**< Secret key. CNcomment: 秘钥.CNend */
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_wifi_api.h200 #define HI_WIFI_AP_KEY_LEN 64 macro
660 char key[HI_WIFI_AP_KEY_LEN + 1]; /* *< Secret key. CNcomment: 秘钥.CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_wifi.c1074 (memcpy_s((hi_char*)hapd_conf.key, HI_WIFI_AP_KEY_LEN + 1, buf + 1, len - 2) != EOK)) { /* len minus 2 */ in cmd_start_softap()

Completed in 7 milliseconds