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

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c312 ar5210WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) argument
320 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S));
321 if (assocId == 0)
H A Dar5210.h223 const uint8_t *bssid, uint16_t assocId);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c313 ar5211WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) argument
321 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S));
H A Dar5211.h245 const uint8_t *bssid, uint16_t assocId);
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.h491 uint16_t assocId);
H A Dmwlhal.c1344 const uint8_t bssId[IEEE80211_ADDR_LEN], uint16_t assocId)
1352 pCmd->AssocID = htole16(assocId);
1343 mwl_hal_setassocid(struct mwl_hal_vap *vap, const uint8_t bssId[IEEE80211_ADDR_LEN], uint16_t assocId) argument
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c217 ar5212WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) argument
225 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S));
H A Dar5212.h466 uint16_t assocId);
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah.h927 const uint8_t *bssid, uint16_t assocId);

Completed in 130 milliseconds