|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "oal_ext_if.h"#include "hmac_ext_if.h"#include "wal_main.h"#include "wal_event_msg.h"#include "soc_wifi_driver_wpa_if.h"#include "msg_rekey_offload_rom.h"

结构体 | |
| struct | wal_android_wifi_priv_cmd |
宏定义 | |
| #define | WAL_IOCTL_PRIV_SUBCMD_MAX_LEN 20 |
类型定义 | |
| typedef struct wal_android_wifi_priv_cmd | wal_android_wifi_priv_cmd_stru |
函数 | |
| td_u32 | wal_start_vap (oal_net_device_stru *netdev) |
| td_u32 | wal_stop_vap (oal_net_device_stru *netdev) |
| td_u32 | wal_init_wlan_vap (oal_net_device_stru *netdev) |
| td_u32 | wal_deinit_wlan_vap (oal_net_device_stru *netdev) |
| td_u32 | wal_setup_vap (oal_net_device_stru *netdev) |
| td_u32 | wal_host_dev_init (oal_net_device_stru *netdev) |
| td_u32 | wal_recover_ini_main_gloabal (td_void) |
| td_u32 | wal_host_dev_exit (oal_net_device_stru *netdev) |
| td_u32 | uapi_ccpriv_set_monitor_switch (oal_net_device_stru *netdev, td_s8 *pc_param) |
| td_u32 | uapi_ccpriv_set_mode (oal_net_device_stru *netdev, td_s8 *pc_param) |
| td_u32 | wal_ioctl_set_essid (oal_net_device_stru *netdev, td_char *pc_param) |
| td_u32 | wal_ioctl_set_txpower (oal_net_device_stru *netdev, td_char *pc_param) |
| td_u32 | wal_set_mac_to_mib (oal_net_device_stru *netdev) |
| td_u32 | uapi_ccpriv_show_frag_threshold (oal_net_device_stru *net_dev, td_s8 *param) |
| td_u32 | wal_macaddr_check (const td_u8 *mac_addr) |
| td_u32 | wal_ioctl_set_wps_p2p_ie (oal_net_device_stru *netdev, const td_u8 *buf, td_u32 len, app_ie_type_uint8 type) |
| #define WAL_IOCTL_PRIV_SUBCMD_MAX_LEN 20 |
| typedef struct wal_android_wifi_priv_cmd wal_android_wifi_priv_cmd_stru |
| td_u32 wal_deinit_wlan_vap | ( | oal_net_device_stru * | netdev | ) |
| td_u32 wal_host_dev_exit | ( | oal_net_device_stru * | netdev | ) |
| td_u32 wal_host_dev_init | ( | oal_net_device_stru * | netdev | ) |
| td_u32 wal_init_wlan_vap | ( | oal_net_device_stru * | netdev | ) |
| td_u32 wal_ioctl_set_wps_p2p_ie | ( | oal_net_device_stru * | netdev, |
| const td_u8 * | buf, | ||
| td_u32 | len, | ||
| app_ie_type_uint8 | type | ||
| ) |
| td_u32 wal_set_mac_to_mib | ( | oal_net_device_stru * | netdev | ) |
| td_u32 wal_setup_vap | ( | oal_net_device_stru * | netdev | ) |
| td_u32 wal_start_vap | ( | oal_net_device_stru * | netdev | ) |
| td_u32 wal_stop_vap | ( | oal_net_device_stru * | netdev | ) |