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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c314 ar5210WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) argument
320 ahp->ah_associd = assocId;
323 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S));
324 if (assocId == 0)
H A Dar5210.h234 const uint8_t *bssid, uint16_t assocId);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c315 ar5211WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) argument
323 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S));
H A Dar5211.h254 const uint8_t *bssid, uint16_t assocId);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c219 ar5212WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) argument
225 ahp->ah_assocId = assocId;
228 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S));
H A Dar5212.h483 uint16_t assocId);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h491 uint16_t assocId);
H A Dmwlhal.c1339 const uint8_t bssId[IEEE80211_ADDR_LEN], uint16_t assocId)
1347 pCmd->AssocID = htole16(assocId);
1338 mwl_hal_setassocid(struct mwl_hal_vap *vap, const uint8_t bssId[IEEE80211_ADDR_LEN], uint16_t assocId) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_stub_funcs.h56 uint16_t assocId);
H A Dar9300_stub_funcs.c318 uint16_t assocId)
317 ar9300_Stub_WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.h1369 const uint8_t *bssid, uint16_t assocId);

Completed in 148 milliseconds