Home
last modified time | relevance | path

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

/freebsd-12.1/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c61 eh->macAddr[0], eh->macAddr[1], eh->macAddr[2], in eeprom_v4k_base_print()
62 eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]); in eeprom_v4k_base_print()
/freebsd-12.1/tools/tools/ath/ath_ee_9287_print/
H A D9287.c61 eh->macAddr[0], eh->macAddr[1], eh->macAddr[2], in eeprom_9287_base_print()
62 eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]); in eeprom_9287_base_print()
/freebsd-12.1/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c99 eh->macAddr[0], eh->macAddr[1], eh->macAddr[2], in eeprom_v14_base_print()
100 eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]); in eeprom_v14_base_print()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c293 const uint8_t *macAddr; in ar5312GetMacAddr() local
297 macAddr = board->wlan0Mac; in ar5312GetMacAddr()
300 macAddr = board->wlan1Mac; in ar5312GetMacAddr()
309 OS_MEMCPY(AH5212(ah)->ah_macaddr, macAddr, 6); in ar5312GetMacAddr()
/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah_eeprom_v4k.c50 macaddr[i] = pBase->macAddr[i]; in v4kEepromGet()
51 sum += pBase->macAddr[i]; in v4kEepromGet()
H A Dah_eeprom_9287.c49 macaddr[i] = pBase->macAddr[i]; in v9287EepromGet()
50 sum += pBase->macAddr[i]; in v9287EepromGet()
H A Dah_eeprom_v14.c51 macaddr[i] = pBase->macAddr[i]; in v14EepromGet()
52 sum += pBase->macAddr[i]; in v14EepromGet()
H A Dah_eeprom_9287.h65 uint8_t macAddr[6]; member
H A Dah_eeprom_v4k.h69 uint8_t macAddr[6]; member
H A Dah_eeprom_v14.h172 uint8_t macAddr[6]; member
/freebsd-12.1/sys/dev/mwl/
H A Dmwlhal.h204 uint8_t macAddr[6]; /* MAC address programmed in HW */ member
H A Dmwlhal.c573 IEEE80211_ADDR_COPY(hw->macAddr, pCmd->PermanentAddr); in mwl_hal_gethwspecs()
H A Dif_mwl.c463 IEEE80211_ADDR_COPY(ic->ic_macaddr, sc->sc_hwspecs.macAddr); in mwl_attach()
/freebsd-12.1/sys/dev/otus/
H A Dif_otusreg.h759 uint8_t macAddr[6]; member
H A Dif_otus.c698 IEEE80211_ADDR_COPY(ic->ic_macaddr, sc->eeprom.baseEepHeader.macAddr); in otus_attachhook()
/freebsd-12.1/tools/tools/ath/athprom/
H A Dathprom.c707 eepromN.baseEepHeader.macAddr[atoi(var+7)]); in eevar()