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

/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c61 eh->macAddr[0], eh->macAddr[1], eh->macAddr[2],
62 eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]);
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c61 eh->macAddr[0], eh->macAddr[1], eh->macAddr[2],
62 eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c291 const uint8_t *macAddr; local
295 macAddr = board->wlan0Mac;
298 macAddr = board->wlan1Mac;
307 OS_MEMCPY(AH5212(ah)->ah_macaddr, macAddr, 6);
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c99 eh->macAddr[0], eh->macAddr[1], eh->macAddr[2],
100 eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h63 uint8_t macAddr[6]; member in struct:base_eep_ar9287_header
H A Dah_eeprom_v4k.h67 uint8_t macAddr[6]; member in struct:BaseEepHeader4k
H A Dah_eeprom_9287.c47 macaddr[i] = pBase->macAddr[i];
48 sum += pBase->macAddr[i];
H A Dah_eeprom_v14.c49 macaddr[i] = pBase->macAddr[i];
50 sum += pBase->macAddr[i];
H A Dah_eeprom_v4k.c48 macaddr[i] = pBase->macAddr[i];
49 sum += pBase->macAddr[i];
H A Dah_eeprom_v14.h170 uint8_t macAddr[6]; member in struct:BaseEepHeader
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.h202 uint8_t macAddr[6]; /* MAC address programmed in HW */ member in struct:mwl_hal_hwspec
H A Dmwlhal.c571 IEEE80211_ADDR_COPY(hw->macAddr, pCmd->PermanentAddr);
H A Dif_mwl.c461 IEEE80211_ADDR_COPY(ic->ic_macaddr, sc->sc_hwspecs.macAddr);
/freebsd-11-stable/tools/tools/ath/athprom/
H A Dathprom.c707 eepromN.baseEepHeader.macAddr[atoi(var+7)]);
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h759 uint8_t macAddr[6]; member in struct:BaseEepHeader
H A Dif_otus.c698 IEEE80211_ADDR_COPY(ic->ic_macaddr, sc->eeprom.baseEepHeader.macAddr);

Completed in 255 milliseconds