Searched refs:perm_addr (Results 1 - 8 of 8) sorted by relevance

/net/wireless/
H A Dsysfs.c36 SHOW_FMT(macaddress, "%pM", wiphy.perm_addr);
56 return sprintf(buf, "%pM\n", wiphy->perm_addr);
H A Dcore.c512 !is_zero_ether_addr(wiphy->perm_addr) &&
513 memcmp(wiphy->perm_addr, wiphy->addresses[0].addr,
523 memcpy(wiphy->perm_addr, wiphy->addresses[0].addr, ETH_ALEN);
H A Dtrace.h2327 request->wiphy->perm_addr);
/net/mac80211/
H A Diface.c522 local->hw.wiphy->perm_addr,
524 memcpy(dev->perm_addr, dev->dev_addr, ETH_ALEN);
1412 u8 *perm_addr, enum nl80211_iftype type)
1421 memcpy(perm_addr, local->hw.wiphy->perm_addr, ETH_ALEN);
1439 memcpy(perm_addr, sdata->vif.addr, ETH_ALEN);
1452 memcpy(perm_addr, sdata->vif.addr, ETH_ALEN);
1471 memcpy(perm_addr,
1495 * MAC address manually, default to perm_addr.
1497 m = local->hw.wiphy->perm_addr;
1411 ieee80211_assign_perm_addr(struct ieee80211_local *local, u8 *perm_addr, enum nl80211_iftype type) argument
[all...]
/net/dcb/
H A Ddcbnl.c282 u8 perm_addr[MAX_ADDR_LEN]; local
287 memset(perm_addr, 0, sizeof(perm_addr));
288 netdev->dcbnl_ops->getpermhwaddr(netdev, perm_addr);
290 return nla_put(skb, DCB_ATTR_PERM_HWADDR, sizeof(perm_addr), perm_addr);
/net/core/
H A Dethtool.c1200 if (copy_to_user(useraddr, dev->perm_addr, epaddr.size))
H A Ddev.c5303 memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len);
/net/iucv/
H A Daf_iucv.c726 if (!memcmp(dev->perm_addr, uid, 8)) {

Completed in 581 milliseconds