?? ar6000_api.h
字號:
/* * Copyright (c) 2004-2006 Atheros Communications Inc. * * Wireless Network driver for Atheros AR6001 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * * This file contains the API to access the OS dependent atheros host driver * by the WMI or WLAN generic modules. * */#ifndef _AR6000_API_H_#define _AR6000_API_H_#ifdef __cplusplusextern "C" {#endifstruct ar6_softc;void ar6000_ready_event(void *devt, A_UINT8 *datap, A_UINT8 phyCap);A_UINT8 ar6000_iptos_to_userPriority(A_UINT8 *pkt);A_STATUS ar6000_control_tx(void *devt, void *osbuf, int endPt);void ar6000_connect_event(struct ar6_softc *ar, A_UINT16 channel, A_UINT8 *bssid, A_UINT16 listenInterval, A_UINT8 beaconIeLen, A_UINT8 assocReqLen, A_UINT8 assocRespLen,A_UINT8 *assocInfo);void ar6000_disconnect_event(struct ar6_softc *ar, A_UINT8 reason, A_UINT8 *bssid, A_UINT8 assocRespLen, A_UINT8 *assocInfo);void ar6000_tkip_micerr_event(struct ar6_softc *ar, A_UINT8 keyid, A_BOOL ismcast);void ar6000_bitrate_rx(void *devt, A_INT32 rateKbps);void ar6000_channelList_rx(void *devt, A_INT8 numChan, A_UINT16 *chanList);void ar6000_regDomain_event(struct ar6_softc *ar, A_UINT32 regCode);void ar6000_txPwr_rx(void *devt, A_UINT8 txPwr);void ar6000_neighborReport_event(struct ar6_softc *ar, int numAps, WMI_NEIGHBOR_INFO *info);void ar6000_set_numdataendpts(struct ar6_softc *ar, A_UINT32 num);void ar6000_scanComplete_event(struct ar6_softc *ar);void ar6000_targetStats_event(struct ar6_softc *ar, WMI_TARGET_STATS *pStats);void ar6000_rssiThreshold_event(struct ar6_softc *, WMI_RSSI_THRESHOLD_VAL);void ar6000_reportError_event(struct ar6_softc *, WMI_TARGET_ERROR_VAL errorVal);void ar6000_cac_event(struct ar6_softc *ar, A_UINT8 ac, A_UINT8 cac_indication, A_UINT8 statusCode, A_UINT8 *tspecSuggestion);voidar6000_roam_tbl_event(struct ar6_softc *ar, WMI_TARGET_ROAM_TBL *pTbl);voidar6000_roam_data_event(struct ar6_softc **ar, WMI_TARGET_ROAM_DATA *p);void ar6000_dset_open_req(void *devt, A_UINT32 id, A_UINT32 targ_handle, A_UINT32 targ_reply_fn, A_UINT32 targ_reply_arg);void ar6000_dset_close(void *devt, A_UINT32 access_cookie);void ar6000_dset_data_req(void *devt, A_UINT32 access_cookie, A_UINT32 offset, A_UINT32 length, A_UINT32 targ_buf, A_UINT32 targ_reply_fn, A_UINT32 targ_reply_arg);void ar6000_gpio_intr_rx(A_UINT32 intr_mask, A_UINT32 input_values);void ar6000_gpio_data_rx(A_UINT32 reg_id, A_UINT32 value);void ar6000_gpio_ack_rx(void);#ifdef __cplusplus}#endif#endif /* _AR6000_API_H_ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -