Home
last modified time | relevance | path

Searched defs:IEEE80211_ADDR_LEN (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/ath/
H A Dath_aux.c810 const HAL_KEYVAL *hk, const uint8_t mac[IEEE80211_ADDR_LEN]) in ath_keyprint()
861 HAL_KEYVAL *hk, const uint8_t mac[IEEE80211_ADDR_LEN]) in ath_keyset_tkip()
921 const uint8_t mac[IEEE80211_ADDR_LEN]) in ath_key_set()
/titanic_41/usr/src/uts/common/io/mwl/
H A Dmwl.c1678 const uint8_t addr[IEEE80211_ADDR_LEN]) in mwl_hal_setmac_locked()
1708 const uint8_t addr[IEEE80211_ADDR_LEN], uint16_t aid, uint16_t sid, in mwl_hal_newstation()
2023 const uint8_t bssId[IEEE80211_ADDR_LEN], uint16_t assocId) in mwl_hal_setassocid()
2153 const uint8_t mac[IEEE80211_ADDR_LEN]) in mwl_hal_keyset()
2201 const uint8_t mac[IEEE80211_ADDR_LEN]) in mwl_hal_keyreset()
2327 const uint8_t mac[IEEE80211_ADDR_LEN]) in mwl_key_set()
2409 mwl_setanywepkey(struct ieee80211com *ic, const uint8_t mac[IEEE80211_ADDR_LEN]) in mwl_setanywepkey()
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_main.c1974 struct ath9k_keyval *hk, const uint8_t mac[IEEE80211_ADDR_LEN]) in arn_keyset_tkip()
2022 const uint8_t mac[IEEE80211_ADDR_LEN]) in arn_key_set()
/titanic_41/usr/src/uts/common/io/iwk/
H A Diwk2.c1823 const uint8_t mac[IEEE80211_ADDR_LEN]) in iwk_key_set()
6447 uint8_t addr[IEEE80211_ADDR_LEN], uint8_t *index2) in iwk_clean_add_node_ibss()
/titanic_41/usr/src/uts/common/io/wpi/
H A Dwpi.c1406 const uint8_t mac[IEEE80211_ADDR_LEN]) in wpi_key_set()
/titanic_41/usr/src/uts/common/io/uath/
H A Duath.c1020 uath_get_devstatus(struct uath_softc *sc, uint8_t macaddr[IEEE80211_ADDR_LEN]) in uath_get_devstatus()
/titanic_41/usr/src/uts/common/sys/
H A Dnet80211_proto.h49 #define IEEE80211_ADDR_LEN 6 /* size of 802.11 address */ macro