Home
last modified time | relevance | path

Searched refs:hi_wifi_assoc_request (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_demo_hks.h22 hi_u32 app_hks_encrypt_conn_para(hi_wifi_assoc_request *req);
23 hi_u32 app_hks_decrypt_conn_param(hi_wifi_assoc_request *req);
H A Dat_demo_hks.c385 hi_u32 app_hks_encrypt_conn_para(hi_wifi_assoc_request *req) in app_hks_encrypt_conn_para()
402 blob_plain_text.size = sizeof(hi_wifi_assoc_request); in app_hks_encrypt_conn_para()
409 ret = hks_set_blob(0, sizeof(hi_wifi_assoc_request) + CIPHER_PLAIN_LEN_MIN_DIFF, "1234", in app_hks_encrypt_conn_para()
445 hi_u32 app_hks_decrypt_conn_param(hi_wifi_assoc_request *req) in app_hks_decrypt_conn_param()
H A Dat_wifi.c382 hi_u32 cmd_sta_connect_get_ssid(const hi_char *argv[], hi_wifi_assoc_request *assoc_req, in cmd_sta_connect_get_ssid()
453 hi_u32 parse_conn_para(hi_s32 argc, const hi_char *argv[], hi_wifi_assoc_request *assoc_req) in parse_conn_para()
516 hi_wifi_assoc_request assoc_req = {0}; in cmd_sta_secure_connect()
541 hi_wifi_assoc_request assoc_req = {0}; in cmd_sta_secure_re_connect()
651 hi_wifi_assoc_request assoc_req = {0}; in cmd_sta_connect()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
H A Dwifi_device.c727 static WifiErrorCode StaConnect(unsigned int chan, hi_wifi_assoc_request *assocReq, int pskType) in StaConnect()
738 hiRet += memcpy_s(&fastReq.req, sizeof(hi_wifi_assoc_request), assocReq, sizeof(hi_wifi_assoc_request)); in StaConnect()
755 if (memset_s(assocReq, sizeof(hi_wifi_assoc_request), 0, sizeof(hi_wifi_assoc_request)) != EOK) { in StaConnect()
784 hi_wifi_assoc_request assocReq = {0}; in ConnectTo()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_wifi_api.h522 } hi_wifi_assoc_request; typedef
530 hi_wifi_assoc_request req; /* *< Association request. CNcomment: 关联请求.CNend */
1032 * @param req [IN] Type #hi_wifi_assoc_request * connect parameters of network.CNcomment:连接网络参数设置.CNend
1040 int hi_wifi_sta_connect(hi_wifi_assoc_request *req);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_wifi_api.h543 } hi_wifi_assoc_request; typedef
551 hi_wifi_assoc_request req; /**< Association request. CNcomment: 关联请求.CNend */
1030 * @param req [IN] Type #hi_wifi_assoc_request * connect parameters of network.CNcomment:连接网络参数设置.CNend
1037 int hi_wifi_sta_connect(hi_wifi_assoc_request *req);
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dwifi_sta.c76 hi_wifi_assoc_request assoc_req = {0}; in hi_wifi_start_connect()

Completed in 11 milliseconds