Home
last modified time | relevance | path

Searched refs:macAddr (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_attach.c290 const uint8_t *macAddr; in ar5312GetMacAddr() local
294 macAddr = board->wlan0Mac; in ar5312GetMacAddr()
297 macAddr = board->wlan1Mac; in ar5312GetMacAddr()
306 OS_MEMCPY(AH5212(ah)->ah_macaddr, macAddr, 6); in ar5312GetMacAddr()
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v4k.c48 macaddr[i] = pBase->macAddr[i]; in v4kEepromGet()
49 sum += pBase->macAddr[i]; in v4kEepromGet()
H A Dah_eeprom_v14.c49 macaddr[i] = pBase->macAddr[i]; in v14EepromGet()
50 sum += pBase->macAddr[i]; in v14EepromGet()
H A Dah_eeprom_v4k.h61 uint8_t macAddr[6]; member
H A Dah_eeprom_v14.h156 uint8_t macAddr[6]; member
/netbsd-src/sys/dev/usb/
H A Dif_otusreg.h430 uint8_t macAddr[6]; member
H A Dif_otus.c815 IEEE80211_ADDR_COPY(ic->ic_myaddr, sc->sc_eeprom.baseEepHeader.macAddr); in otus_attachhook()
/netbsd-src/sys/dev/ic/
H A Darn5008reg.h966 uint8_t macAddr[6]; member
H A Darn9287reg.h88 uint8_t macAddr[6]; member
H A Darn5416reg.h52 uint8_t macAddr[6]; member
H A Darn9285reg.h177 uint8_t macAddr[6]; member
H A Darn9380.c144 IEEE80211_ADDR_COPY(ic->ic_myaddr, eep->macAddr); in ar9380_setup()
H A Darn9380reg.h182 uint8_t macAddr[6]; member
H A Darn5008.c238 IEEE80211_ADDR_COPY(ic->ic_myaddr, base->macAddr); in ar5008_attach()