Home
last modified time | relevance | path

Searched refs:mld_addr (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dsta_info.h865 const u8 *mld_addr,
H A Dsta_info.c711 const u8 *mld_addr, in sta_info_alloc_with_link() argument
716 return __sta_info_alloc(sdata, mld_addr, link_id, link_addr, gfp); in sta_info_alloc_with_link()
/openbmc/linux/net/wireless/
H A Dtrace.h2547 MAC_ENTRY(mld_addr)
2556 MAC_ASSIGN(mld_addr, params->mld_addr);
2561 __entry->ssid, __entry->status, __entry->mld_addr)
H A Dnl80211.c6772 if (!is_zero_ether_addr(sinfo->mld_addr) && in nl80211_send_station()
6774 sinfo->mld_addr)) in nl80211_send_station()
20187 (!is_zero_ether_addr(params->mld_addr) && in cfg80211_external_auth_request()
20188 nla_put(msg, NL80211_ATTR_MLD_ADDR, ETH_ALEN, params->mld_addr))) in cfg80211_external_auth_request()
/openbmc/linux/include/net/
H A Dcfg80211.h2021 u8 mld_addr[ETH_ALEN] __aligned(2); member
3716 u8 mld_addr[ETH_ALEN] __aligned(2); member