Lines Matching defs:addr
1081 u8 addr[ETH_ALEN];
2199 static inline void get_random_mask_addr(u8 *buf, const u8 *addr, const u8 *mask)
2206 buf[i] |= addr[i] & mask[i];
3423 * @addr: address of the peer
3439 u8 addr[ETH_ALEN];
3489 * @addr: MAC address
3495 u8 addr[ETH_ALEN];
4065 const u8 *addr);
4200 const u8 *addr, u8 oper_class,
4204 const u8 *addr);
4273 * @WIPHY_FLAG_4ADDR_AP: supports 4addr mode even on AP (with a single station
4276 * @WIPHY_FLAG_4ADDR_STATION: supports 4addr mode even as a station
5203 * @use_4addr: indicates 4addr mode is used on this interface, must be
5621 * @addr: the device MAC address
5627 const u8 *addr, enum nl80211_iftype iftype,
5633 * @addr: the device MAC address
5637 static inline int ieee80211_data_to_8023(struct sk_buff *skb, const u8 *addr,
5640 return ieee80211_data_to_8023_exthdr(skb, NULL, addr, iftype, 0, false);
5653 * @addr: The device MAC address.
5660 const u8 *addr, enum nl80211_iftype iftype,
5872 * @addr: STA MAC address
5877 void cfg80211_send_layer2_update(struct net_device *dev, const u8 *addr);
6355 * @addr: The MAC address of the device with which the authentication timed out
6360 void cfg80211_auth_timeout(struct net_device *dev, const u8 *addr);
6438 * @addr: The source MAC address of the frame
6448 void cfg80211_michael_mic_failure(struct net_device *dev, const u8 *addr,
7400 * @addr: the transmitter address
7410 const u8 *addr, gfp_t gfp);
7415 * @addr: the transmitter address
7419 * an associated station sent a 4addr frame but that wasn't expected.
7426 const u8 *addr, gfp_t gfp);
7431 * @addr: the address of the peer
7438 void cfg80211_probe_status(struct net_device *dev, const u8 *addr,
7866 * @addr: the MAC address of the peer
7875 const u8 *addr;