Home
last modified time | relevance | path

Searched refs:assocId (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
HDar5210_misc.c312 ar5210WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) in ar5210WriteAssocid() argument
318 ahp->ah_associd = assocId; in ar5210WriteAssocid()
321 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5210WriteAssocid()
322 if (assocId == 0) in ar5210WriteAssocid()
HDar5210.h232 const uint8_t *bssid, uint16_t assocId);
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
HDar5211_misc.c313 ar5211WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) in ar5211WriteAssocid() argument
321 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5211WriteAssocid()
HDar5211.h252 const uint8_t *bssid, uint16_t assocId);
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212_misc.c217 ar5212WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) in ar5212WriteAssocid() argument
223 ahp->ah_assocId = assocId; in ar5212WriteAssocid()
226 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5212WriteAssocid()
HDar5212.h481 uint16_t assocId);
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub_funcs.h56 uint16_t assocId);
HDar9300_stub_funcs.c318 uint16_t assocId) in ar9300_Stub_WriteAssocid() argument
/dragonfly/sys/dev/netif/ath/ath_hal/
HDah.h1476 const uint8_t *bssid, uint16_t assocId);