Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_misc.c314 ar5210WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) in ar5210WriteAssocid() argument
320 ahp->ah_associd = assocId; in ar5210WriteAssocid()
323 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5210WriteAssocid()
324 if (assocId == 0) in ar5210WriteAssocid()
Dar5210.h234 const uint8_t *bssid, uint16_t assocId);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_misc.c315 ar5211WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) in ar5211WriteAssocid() argument
323 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5211WriteAssocid()
Dar5211.h254 const uint8_t *bssid, uint16_t assocId);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_misc.c219 ar5212WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) in ar5212WriteAssocid() argument
225 ahp->ah_assocId = assocId; in ar5212WriteAssocid()
228 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5212WriteAssocid()
Dar5212.h483 uint16_t assocId);
/freebsd-12-stable/sys/dev/mwl/
Dmwlhal.h491 uint16_t assocId);
Dmwlhal.c1337 const uint8_t bssId[IEEE80211_ADDR_LEN], uint16_t assocId) in mwl_hal_setassocid() argument
1345 pCmd->AssocID = htole16(assocId); in mwl_hal_setassocid()
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_stub_funcs.h56 uint16_t assocId);
Dar9300_stub_funcs.c318 uint16_t assocId) in ar9300_Stub_WriteAssocid() argument
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah.h1369 const uint8_t *bssid, uint16_t assocId);