Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_attach.c291 const uint8_t *macAddr; in ar5312GetMacAddr() local
295 macAddr = board->wlan0Mac; in ar5312GetMacAddr()
298 macAddr = board->wlan1Mac; in ar5312GetMacAddr()
307 OS_MEMCPY(AH5212(ah)->ah_macaddr, macAddr, 6); in ar5312GetMacAddr()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v4k.c48 macaddr[i] = pBase->macAddr[i]; in v4kEepromGet()
49 sum += pBase->macAddr[i]; in v4kEepromGet()
H A Dah_eeprom_9287.c47 macaddr[i] = pBase->macAddr[i]; in v9287EepromGet()
48 sum += pBase->macAddr[i]; in v9287EepromGet()
H A Dah_eeprom_v14.c49 macaddr[i] = pBase->macAddr[i]; in v14EepromGet()
50 sum += pBase->macAddr[i]; in v14EepromGet()
H A Dah_eeprom_9287.h63 uint8_t macAddr[6]; member
H A Dah_eeprom_v4k.h67 uint8_t macAddr[6]; member
H A Dah_eeprom_v14.h170 uint8_t macAddr[6]; member
/dragonfly/tools/tools/ath/athprom/
H A Dathprom.c706 eepromN.baseEepHeader.macAddr[atoi(var+7)]); in eevar()