Lines Matching defs:mac
1623 memcpy(wcid_entry.mac, address, ETH_ALEN);
1991 * The BSSID register has to be set to our own mac
1994 memcpy(conf->bssid, conf->mac, sizeof(conf->mac));
1998 if (!is_zero_ether_addr((const u8 *)conf->mac)) {
1999 reg = le32_to_cpu(conf->mac[1]);
2001 conf->mac[1] = cpu_to_le32(reg);
2005 conf->mac, sizeof(conf->mac));
10875 u8 *mac;
10889 mac = rt2800_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0);
10890 rt2x00lib_set_mac_address(rt2x00dev, mac);