Searched refs:psk (Results 1 - 11 of 11) sorted by relevance
/device/soc/rockchip/rk2206/sdk_liteos/platform/network/ |
H A D | config_network.c | 335 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 D | config_network.h | 38 char psk[WIFI_MAX_KEY_LEN]; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | net.h | 198 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 D | ssl.h | 927 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 D | ssl_internal.h | 288 unsigned char *psk; /*!< PSK from the callback */ member
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_device.c | 742 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 D | hi_wifi_api.h | 233 * 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 D | MQTTAsync.h | 979 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 D | MQTTClient.h | 738 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 D | wl_android_ext.c | 1672 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 D | network_config_sample.c | 344 if (memcpy_s(destCfg->preSharedKey, sizeof(destCfg->preSharedKey), wifiInfo->psk, wifiInfo->pskLen) != EOK) { in FastConnect()
|
Completed in 25 milliseconds