Searched defs:assocId (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c4061 const uint8_t *bssid, uint16_t assocId)
4066 ahp->ah_assocId = assocId;
4070 ((assocId & 0x3fff) << AR_BSS_ID1_AID_S));
4060 ath9k_hw_write_associd(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) argument
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2023 const uint8_t bssId[IEEE80211_ADDR_LEN], uint16_t assocId)
2029 pCmd->AssocID = LE_16(assocId);
2022 mwl_hal_setassocid(struct mwl_softc *sc, const uint8_t bssId[IEEE80211_ADDR_LEN], uint16_t assocId) argument

Completed in 98 milliseconds