Lines Matching defs:ah

34 ar5211GetMacAddress(struct ath_hal *ah, uint8_t *mac)  in ar5211GetMacAddress()
42 ar5211SetMacAddress(struct ath_hal *ah, const uint8_t *mac) in ar5211SetMacAddress()
51 ar5211GetBssIdMask(struct ath_hal *ah, uint8_t *mask) in ar5211GetBssIdMask()
59 ar5211SetBssIdMask(struct ath_hal *ah, const uint8_t *mask) in ar5211SetBssIdMask()
68 ar5211EepromRead(struct ath_hal *ah, u_int off, uint16_t *data) in ar5211EepromRead()
89 ar5211EepromWrite(struct ath_hal *ah, u_int off, uint16_t data) in ar5211EepromWrite()
99 ar5211SetRegulatoryDomain(struct ath_hal *ah, in ar5211SetRegulatoryDomain()
141 ar5211GetWirelessModes(struct ath_hal *ah) in ar5211GetWirelessModes()
168 ar5211EnableRfKill(struct ath_hal *ah) in ar5211EnableRfKill()
195 ar5211GpioCfgOutput(struct ath_hal *ah, uint32_t gpio, HAL_GPIO_MUX_TYPE type) in ar5211GpioCfgOutput()
213 ar5211GpioCfgInput(struct ath_hal *ah, uint32_t gpio) in ar5211GpioCfgInput()
231 ar5211GpioSet(struct ath_hal *ah, uint32_t gpio, uint32_t val) in ar5211GpioSet()
249 ar5211GpioGet(struct ath_hal *ah, uint32_t gpio) in ar5211GpioGet()
264 ar5211GpioSetIntr(struct ath_hal *ah, u_int gpio, uint32_t ilevel) in ar5211GpioSetIntr()
287 ar5211SetLedState(struct ath_hal *ah, HAL_LED_STATE state) in ar5211SetLedState()
313 ar5211WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) in ar5211WriteAssocid()
328 ar5211GetTsf64(struct ath_hal *ah) in ar5211GetTsf64()
356 ar5211GetTsf32(struct ath_hal *ah) in ar5211GetTsf32()
365 ar5211ResetTsf(struct ath_hal *ah) in ar5211ResetTsf()
377 ar5211GetRandomSeed(struct ath_hal *ah) in ar5211GetRandomSeed()
392 ar5211DetectCardPresent(struct ath_hal *ah) in ar5211DetectCardPresent()
413 ar5211UpdateMibCounters(struct ath_hal *ah, HAL_MIB_STATS *stats) in ar5211UpdateMibCounters()
423 ar5211SetSifsTime(struct ath_hal *ah, u_int us) in ar5211SetSifsTime()
441 ar5211GetSifsTime(struct ath_hal *ah) in ar5211GetSifsTime()
448 ar5211SetSlotTime(struct ath_hal *ah, u_int us) in ar5211SetSlotTime()
466 ar5211GetSlotTime(struct ath_hal *ah) in ar5211GetSlotTime()
473 ar5211SetAckTimeout(struct ath_hal *ah, u_int us) in ar5211SetAckTimeout()
492 ar5211GetAckTimeout(struct ath_hal *ah) in ar5211GetAckTimeout()
499 ar5211GetAckCTSRate(struct ath_hal *ah) in ar5211GetAckCTSRate()
505 ar5211SetAckCTSRate(struct ath_hal *ah, u_int high) in ar5211SetAckCTSRate()
520 ar5211SetCTSTimeout(struct ath_hal *ah, u_int us) in ar5211SetCTSTimeout()
539 ar5211GetCTSTimeout(struct ath_hal *ah) in ar5211GetCTSTimeout()
546 ar5211SetDecompMask(struct ath_hal *ah, uint16_t keyidx, int en) in ar5211SetDecompMask()
553 ar5211SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) in ar5211SetCoverageClass()
561 ar5211AniControl(struct ath_hal *ah, HAL_ANI_CMD cmd, int param) in ar5211AniControl()
567 ar5211AniPoll(struct ath_hal *ah, const struct ieee80211_channel *chan) in ar5211AniPoll()
572 ar5211RxMonitor(struct ath_hal *ah, const HAL_NODE_STATS *stats, in ar5211RxMonitor()
578 ar5211MibEvent(struct ath_hal *ah, const HAL_NODE_STATS *stats) in ar5211MibEvent()
586 ar5211GetCurRssi(struct ath_hal *ah) in ar5211GetCurRssi()
592 ar5211GetDefAntenna(struct ath_hal *ah) in ar5211GetDefAntenna()
598 ar5211SetDefAntenna(struct ath_hal *ah, u_int antenna) in ar5211SetDefAntenna()
604 ar5211GetAntennaSwitch(struct ath_hal *ah) in ar5211GetAntennaSwitch()
610 ar5211SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING settings) in ar5211SetAntennaSwitch()
622 ar5211GetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5211GetCapability()
642 ar5211SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5211SetCapability()
666 ar5211GetDiagState(struct ath_hal *ah, int request, in ar5211GetDiagState()
697 ar5211Get11nExtBusy(struct ath_hal *ah) in ar5211Get11nExtBusy()
707 ar5211GetMibCycleCounts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hsample) in ar5211GetMibCycleCounts()
714 ar5211SetChainMasks(struct ath_hal *ah, uint32_t txchainmask, in ar5211SetChainMasks()
720 ar5211EnableDfs(struct ath_hal *ah, HAL_PHYERR_PARAM *pe) in ar5211EnableDfs()
725 ar5211GetDfsThresh(struct ath_hal *ah, HAL_PHYERR_PARAM *pe) in ar5211GetDfsThresh()