Home
last modified time | relevance | path

Searched refs:query_msg (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_event.c524 wal_msg_query_stru *query_msg = (wal_msg_query_stru *)(&req[us_req_idx]); in wal_config_process_query() local
532 if (query_msg->wid == g_ast_board_wid_op[us_cfgid].cfgid) { in wal_config_process_query()
540 "{wal_config_process_query::cfgid not invalid %d!}\r\n", query_msg->wid); in wal_config_process_query()
547 "{wal_config_process_query::g_ast_board_wid_op get_func ptr is null, wid is %d!}\r\n", query_msg->wid); in wal_config_process_query()
555 us_cfgid, query_msg->wid, ret); in wal_config_process_query()
559 rsp_msg->wid = query_msg->wid; /* 设置返回消息的WID */ in wal_config_process_query()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_ioctl.c1233 wal_msg_query_stru query_msg; in wal_ioctl_get_param() local
1243 query_msg.wid = (hi_u16)pl_param[0]; in wal_ioctl_get_param()
1245 ret = wal_send_cfg_event(netdev, WAL_MSG_TYPE_QUERY, WAL_MSG_WID_LENGTH, (hi_u8 *)&query_msg, HI_TRUE, &rsp_msg); in wal_ioctl_get_param()
1520 wal_msg_query_stru query_msg; in wal_ioctl_get_wme_params() local
1538 query_msg.wid = (hi_u16)pl_param[0]; in wal_ioctl_get_wme_params()
1541 ret = wal_send_cfg_event(netdev, WAL_MSG_TYPE_QUERY, WAL_MSG_WID_LENGTH, (hi_u8 *)&query_msg, HI_TRUE, &rsp_msg); in wal_ioctl_get_wme_params()
1618 wal_msg_query_stru query_msg; in wal_ioctl_getcountry() local
1627 query_msg.wid = WLAN_CFGID_COUNTRY; in wal_ioctl_getcountry()
1630 ret = wal_send_cfg_event(netdev, WAL_MSG_TYPE_QUERY, WAL_MSG_WID_LENGTH, (hi_u8 *)&query_msg, HI_TRUE, &rsp_msg); in wal_ioctl_getcountry()
H A Dhi_wifi_driver_api.c927 wal_msg_query_stru query_msg; in hi_wifi_get_channel() local
943 query_msg.wid = WLAN_CFGID_CURRENT_CHANEL; in hi_wifi_get_channel()
946 l_ret = wal_send_cfg_event(netdev, WAL_MSG_TYPE_QUERY, WAL_MSG_WID_LENGTH, (hi_u8 *)&query_msg, HI_TRUE, &rsp_msg); in hi_wifi_get_channel()
H A Dwal_hipriv.c509 wal_msg_query_stru query_msg; in wal_hipriv_getcountry() local
517 query_msg.wid = WLAN_CFGID_COUNTRY; in wal_hipriv_getcountry()
518 ret = wal_send_cfg_event(netdev, WAL_MSG_TYPE_QUERY, WAL_MSG_WID_LENGTH, (hi_u8 *)&query_msg, HI_TRUE, &rsp_msg); in wal_hipriv_getcountry()
574 wal_msg_query_stru query_msg; in wal_hipriv_get_mesh_node_info() local
583 query_msg.wid = WLAN_CFGID_GET_MESH_NODE_INFO; in wal_hipriv_get_mesh_node_info()
584 ret = wal_send_cfg_event(netdev, WAL_MSG_TYPE_QUERY, WAL_MSG_WID_LENGTH, (hi_u8 *)&query_msg, HI_TRUE, &rsp_msg); in wal_hipriv_get_mesh_node_info()
2394 wal_msg_query_stru query_msg; in wal_hipriv_get_bw() local
2404 query_msg.wid = WLAN_CFGID_SET_BW; in wal_hipriv_get_bw()
2406 ret = wal_send_cfg_event(netdev, WAL_MSG_TYPE_QUERY, WAL_MSG_WID_LENGTH, (hi_u8 *)&query_msg, HI_TRUE, &rsp_msg); in wal_hipriv_get_bw()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H A Dnet_adpater.c962 wal_msg_query_stru query_msg; in wal_netdev_open() local
983 query_msg.wid = WLAN_CFGID_SSID; in wal_netdev_open()
986 ret = wal_send_cfg_event(netdev, WAL_MSG_TYPE_QUERY, WAL_MSG_WID_LENGTH, (hi_u8 *)&query_msg, HI_TRUE, &rsp_msg); in wal_netdev_open()

Completed in 20 milliseconds