WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
wal_scan.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2019-2019. All rights reserved.
3 * Description: Header file for wal_scan.c.
4 */
5
6#ifndef __WAL_SCAN_H__
7#define __WAL_SCAN_H__
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#include "oal_ext_if.h"
13#include "hmac_ext_if.h"
14#include "wal_event.h"
15
16#ifdef __cplusplus
17#if __cplusplus
18extern "C" {
19#endif
20#endif
21
22/*****************************************************************************
23 2 宏定义
24*****************************************************************************/
25/*****************************************************************************
26 3 枚举定义
27*****************************************************************************/
28/*****************************************************************************
29 4 全局变量声明
30*****************************************************************************/
31/*****************************************************************************
32 5 消息头定义
33*****************************************************************************/
34/*****************************************************************************
35 6 消息定义
36*****************************************************************************/
37/*****************************************************************************
38 7 STRUCT定义
39*****************************************************************************/
40/*****************************************************************************
41 8 UNION定义
42*****************************************************************************/
43/*****************************************************************************
44 9 OTHERS定义
45*****************************************************************************/
46/*****************************************************************************
47 10 函数声明
48*****************************************************************************/
49td_void wal_inform_all_bss(const oal_net_device_stru *netdev, const hmac_bss_mgmt_stru *bss_mgmt, td_u8 vap_id);
50td_u32 wal_start_scan_req(oal_net_device_stru *netdev, hmac_scan_stru *scan_mgmt);
51td_u32 wal_force_scan_complete(oal_net_device_stru *netdev);
53td_void wal_scan_report_ie_calc(const wal_scanned_bss_info_stru *scanned_bss_info, td_u32 *need_report_ie_len);
54td_u32 is_p2p_scan_req(oal_cfg80211_scan_request_stru *request);
55
56#ifdef __cplusplus
57#if __cplusplus
58 }
59#endif
60#endif
61
62#endif /* end of wal_scan.h */
Definition mac_device_ext.h:415
Definition mac_device_ext.h:572
Definition wal_event.h:45
unsigned char td_u8
Definition td_type.h:36
void td_void
Definition td_type.h:49
unsigned int td_u32
Definition td_type.h:38
td_void wal_inform_all_bss(const oal_net_device_stru *netdev, const hmac_bss_mgmt_stru *bss_mgmt, td_u8 vap_id)
td_u32 wal_start_scan_req(oal_net_device_stru *netdev, hmac_scan_stru *scan_mgmt)
td_u32 is_p2p_scan_req(oal_cfg80211_scan_request_stru *request)
td_u32 wal_force_scan_complete(oal_net_device_stru *netdev)
td_void wal_free_scan_mgmt_resource(hmac_scan_stru *scan_mgmt)
td_void wal_scan_report_ie_calc(const wal_scanned_bss_info_stru *scanned_bss_info, td_u32 *need_report_ie_len)