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

/freebsd-13-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-13-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-13-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c293 const uint8_t *macAddr; local
297 macAddr = board->wlan0Mac;
300 macAddr = board->wlan1Mac;
309 OS_MEMCPY(AH5212(ah)->ah_macaddr, macAddr, 6);
/freebsd-13-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-13-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h65 uint8_t macAddr[6]; member in struct:base_eep_ar9287_header
H A Dah_eeprom_v4k.h69 uint8_t macAddr[6]; member in struct:BaseEepHeader4k
H A Dah_eeprom_9287.c49 macaddr[i] = pBase->macAddr[i];
50 sum += pBase->macAddr[i];
H A Dah_eeprom_v14.c51 macaddr[i] = pBase->macAddr[i];
52 sum += pBase->macAddr[i];
H A Dah_eeprom_v4k.c50 macaddr[i] = pBase->macAddr[i];
51 sum += pBase->macAddr[i];
H A Dah_eeprom_v14.h172 uint8_t macAddr[6]; member in struct:BaseEepHeader
/freebsd-13-stable/sys/dev/mwl/
H A Dmwlhal.h204 uint8_t macAddr[6]; /* MAC address programmed in HW */ member in struct:mwl_hal_hwspec
H A Dmwlhal.c573 IEEE80211_ADDR_COPY(hw->macAddr, pCmd->PermanentAddr);
H A Dif_mwl.c460 IEEE80211_ADDR_COPY(ic->ic_macaddr, sc->sc_hwspecs.macAddr);
/freebsd-13-stable/tools/tools/ath/athprom/
H A Dathprom.c708 eepromN.baseEepHeader.macAddr[atoi(var+7)]);
/freebsd-13-stable/sys/dev/otus/
H A Dif_otusreg.h768 uint8_t macAddr[6]; member in struct:BaseEepHeader
H A Dif_otus.c696 IEEE80211_ADDR_COPY(ic->ic_macaddr, sc->eeprom.baseEepHeader.macAddr);

Completed in 300 milliseconds