Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c59 eh->macAddr[0], eh->macAddr[1], eh->macAddr[2], in eeprom_v4k_base_print()
60 eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]); in eeprom_v4k_base_print()
/freebsd/tools/tools/ath/ath_ee_9287_print/
H A D9287.c59 eh->macAddr[0], eh->macAddr[1], eh->macAddr[2], in eeprom_9287_base_print()
60 eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]); in eeprom_9287_base_print()
/freebsd/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c97 eh->macAddr[0], eh->macAddr[1], eh->macAddr[2], in eeprom_v14_base_print()
98 eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]); in eeprom_v14_base_print()
/freebsd/sys/dev/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()
/freebsd/sys/dev/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_9287.h63 uint8_t macAddr[6]; member
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.h67 uint8_t macAddr[6]; member
H A Dah_eeprom_v14.h170 uint8_t macAddr[6]; member
/freebsd/sys/dev/mwl/
H A Dmwlhal.h202 uint8_t macAddr[6]; /* MAC address programmed in HW */ member
H A Dmwlhal.c571 IEEE80211_ADDR_COPY(hw->macAddr, pCmd->PermanentAddr); in mwl_hal_gethwspecs()
H A Dif_mwl.c458 IEEE80211_ADDR_COPY(ic->ic_macaddr, sc->sc_hwspecs.macAddr); in mwl_attach()
/freebsd/sys/dev/otus/
H A Dif_otusreg.h766 uint8_t macAddr[6]; member
H A Dif_otus.c692 IEEE80211_ADDR_COPY(ic->ic_macaddr, sc->eeprom.baseEepHeader.macAddr); in otus_attachhook()
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c706 eepromN.baseEepHeader.macAddr[atoi(var+7)]); in eevar()