Home
last modified time | relevance | path

Searched refs:psk (Results 1 - 11 of 11) sorted by relevance

/device/soc/rockchip/rk2206/sdk_liteos/platform/network/
H A Dconfig_network.c335 memcpy_s(g_wificonfig.psk, sizeof(g_wificonfig.psk), PASSWORD, sizeof(PASSWORD)); in SetWifiModeOn()
361 LZ_HARDWARE_LOGD(LOG_TAG, "rknetwork g_wificonfig.psk %s\n", g_wificonfig.psk); in SetWifiModeOn()
383 memcpy_s(config.preSharedKey, WIFI_MAX_KEY_LEN, g_wificonfig.psk, sizeof(g_wificonfig.psk)); in SetWifiModeOn()
H A Dconfig_network.h38 char psk[WIFI_MAX_KEY_LEN]; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dnet.h198 size_t(*get_client_psk)(const coap_session_t *session, const uint8_t *hint, size_t hint_len, uint8_t *identity, size_t *identity_len, size_t max_identity_len, uint8_t *psk, size_t max_psk_len);
199 size_t(*get_server_psk)(const coap_session_t *session, const uint8_t *identity, size_t identity_len, uint8_t *psk, size_t max_psk_len);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dssl.h927 unsigned char *psk; /*!< pre-shared key. This field should member
2082 * \param psk pointer to the pre-shared key
2090 const unsigned char *psk, size_t psk_len,
2101 * \param psk pointer to the pre-shared key
2107 const unsigned char *psk, size_t psk_len );
H A Dssl_internal.h288 unsigned char *psk; /*!< PSK from the callback */ member
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
H A Dwifi_device.c742 hiRet += memcpy_s(fastReq.psk, sizeof(fastReq.psk), assocReq->key, HI_WIFI_STA_PSK_LEN); in StaConnect()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_wifi_api.h233 * Length of wpa psk.CNcomment:wpa psk的长度.CNend
553 unsigned char psk[HI_WIFI_STA_PSK_LEN]; /**< PSK. CNcomment: PSL.CNend */ member
554 hi_wifi_wpa_psk_usage_type psk_flag; /**< PSK TYPE. CNcomment: psk的标志,不需指定时置0.CNend */
707 * Struct of WPA psk calc config.CNcomment:计算WPA psk需要设置的参数.CNend
1053 * 6. <psk> and <psk_flag> are optional parameters, set to zero by default. \n
1054 * CNcomment:6. <psk>和<psk_flag>为可选参数,无需使用时填0.CNend\n
1269 * PSK Calculate.CNcomment:计算psk.CNend
1276 * CNcomment:待获取psk,长度为3
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTAsync.h979 unsigned int (*ssl_psk_cb) (const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len, void *u);
H A DMQTTClient.h738 unsigned int (*ssl_psk_cb) (const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len, void *u);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android_ext.c1672 wsec_pmk_t psk; in wl_ext_set_emode() local
1679 memset(&psk, 0, sizeof(psk)); in wl_ext_set_emode()
1699 psk.key_len = strlen(key); in wl_ext_set_emode()
1700 psk.flags = WSEC_PASSPHRASE; in wl_ext_set_emode()
1701 memcpy(psk.key, key, strlen(key)); in wl_ext_set_emode()
1702 AEXT_INFO(dev->name, "TKIP key \"%s\"\n", psk.key); in wl_ext_set_emode()
1705 psk.key_len = strlen(key); in wl_ext_set_emode()
1706 psk.flags = WSEC_PASSPHRASE; in wl_ext_set_emode()
1707 memcpy(psk in wl_ext_set_emode()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dnetwork_config_sample.c344 if (memcpy_s(destCfg->preSharedKey, sizeof(destCfg->preSharedKey), wifiInfo->psk, wifiInfo->pskLen) != EOK) { in FastConnect()

Completed in 25 milliseconds