?? wt_ioctl.h
字號:
/* Copyright (C) 2005 LHWT Inc. */ #ifndef _WT_IOCTL_H#define _WT_IOCTL_H #define SUPPORTED_WIRELESS_EXT 16///////////////////////////////////////////////////////////////////////////////////////////////////enum op_mode_type {BYTE_OP_TYPE=0,WORD_OP_TYPE,DWORD_OP_TYPE};typedef enum op_mode_type Op_Mode;///////////////////////////////////////////////////////////////////////////////////////////////////void wt4_mib_init(WT_ADAPTER *Adapter);u32 wtwlan_get_noice( IN PWT_ADAPTER priv );struct iw_statistics *wt4_get_wireless_stats(struct net_device *ndev);void wt4_update_stats(WT_ADAPTER *priv);void wt4_acl_init(struct wt_acl *acl);void wt4_acl_clean(struct wt_acl *acl);void wt4_wpa_ie_init(WT_ADAPTER *priv);void wt4_wpa_ie_clean(WT_ADAPTER *priv);int wt4_set_mac_address(struct net_device *ndev, void *addr);unsigned char wtwlan_get_level_from_dbm( IN PWT_ADAPTER priv, int level_dbm );extern const struct iw_handler_def wt4_handler_def;#endif /* _WT_IOCTL_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -