Home
last modified time | relevance | path

Searched refs:hi_wifi_any_peer_info (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_any_api.h72 } hi_wifi_any_peer_info; typedef
284 * @param peer_info [IN] Type #hi_wifi_any_peer_info *, information of peer device.
293 int hi_wifi_any_add_peer(const hi_wifi_any_peer_info *peer_info);
330 * @param peer [OUT] Type #hi_wifi_any_peer_info *, peer device's information.
339 int hi_wifi_any_fetch_peer(unsigned char index, hi_wifi_any_peer_info *peer);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_event.c781 static hi_wifi_any_peer_info g_peer_info;
989 hi_wifi_any_peer_info *peer_info = HI_NULL; in wal_any_process_peer_info()
1004 peer_info = (hi_wifi_any_peer_info *)(event->auc_event_data); /* event->auc_event_data, 可变数组 */ in wal_any_process_peer_info()
1005 memcpy_s(&g_peer_info, sizeof(hi_wifi_any_peer_info), peer_info, sizeof(hi_wifi_any_peer_info)); in wal_any_process_peer_info()
1022 hi_u32 wal_any_wait_query_result(hmac_vap_stru *hmac_vap, hi_wifi_any_peer_info *peer) in wal_any_wait_query_result()
1028 memset_s(&g_peer_info, sizeof(hi_wifi_any_peer_info), 0, sizeof(hi_wifi_any_peer_info)); in wal_any_wait_query_result()
1047 memcpy_s(peer, sizeof(hi_wifi_any_peer_info), &g_peer_info, sizeof(hi_wifi_any_peer_info)); in wal_any_wait_query_result()
[all...]
H A Dhi_wifi_driver_api.c1030 hi_s32 hi_wifi_any_add_peer(const hi_wifi_any_peer_info *puc_peer_info) in hi_wifi_any_add_peer()
1033 hi_wifi_any_peer_info *msg_peer_info = HI_NULL; in hi_wifi_any_add_peer()
1055 wal_write_msg_hdr_init(&write_msg, WLAN_CFGID_ANY_ADD_PEER_INFO, sizeof(hi_wifi_any_peer_info)); in hi_wifi_any_add_peer()
1058 msg_peer_info = (hi_wifi_any_peer_info *)(write_msg.auc_value); in hi_wifi_any_add_peer()
1059 if (memcpy_s(msg_peer_info, sizeof(hi_wifi_any_peer_info), puc_peer_info, sizeof(hi_wifi_any_peer_info)) != EOK) { in hi_wifi_any_add_peer()
1065 WAL_MSG_WRITE_MSG_HDR_LENGTH + sizeof(hi_wifi_any_peer_info), (hi_u8 *)&write_msg, HI_FALSE, HI_NULL); in hi_wifi_any_add_peer()
1223 输出参数 : hi_wifi_any_peer_info 存储对端信息的结构
1232 hi_s32 hi_wifi_any_fetch_peer(hi_u8 index, hi_wifi_any_peer_info *peer) in hi_wifi_any_fetch_peer()
H A Dwal_event.h116 hi_u32 wal_any_wait_query_result(hmac_vap_stru *hmac_vap, hi_wifi_any_peer_info *peer);

Completed in 5 milliseconds