Lines Matching defs:mac
1590 memcpy(wcid_entry.mac, address, ETH_ALEN);
1958 * The BSSID register has to be set to our own mac
1961 memcpy(conf->bssid, conf->mac, sizeof(conf->mac));
1965 if (!is_zero_ether_addr((const u8 *)conf->mac)) {
1966 reg = le32_to_cpu(conf->mac[1]);
1968 conf->mac[1] = cpu_to_le32(reg);
1972 conf->mac, sizeof(conf->mac));
9279 u8 *mac;
9293 mac = rt2800_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0);
9294 rt2x00lib_set_mac_address(rt2x00dev, mac);