Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c312 ar5210WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) in ar5210WriteAssocid() argument
320 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5210WriteAssocid()
321 if (assocId == 0) in ar5210WriteAssocid()
H A Dar5210.h220 const uint8_t *bssid, uint16_t assocId);
/netbsd/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_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()
H A Dar5211.h244 const uint8_t *bssid, uint16_t assocId);
/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c221 ar5212WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) in ar5212WriteAssocid() argument
229 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5212WriteAssocid()
H A Dar5212.h463 uint16_t assocId);
/netbsd/sys/external/isc/atheros_hal/dist/
H A Dah.h791 const uint8_t *bssid, uint16_t assocId);