Home
last modified time | relevance | path

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

/linux-6.12.1/net/wireless/tests/
Dscan.c510 u8 mld_mac_addr[ETH_ALEN]; in KUNIT_ARRAY_PARAM_DESC() member
528 .mld_mac_addr = { 0x10, 0x22, 0x33, 0x44, 0x55, 0x60 }, in KUNIT_ARRAY_PARAM_DESC()
/linux-6.12.1/net/wireless/
Dmlme.c338 if (memcmp(common_a->mld_mac_addr, common_b->mld_mac_addr, ETH_ALEN)) { in cfg80211_mlme_check_mlo_compat()
/linux-6.12.1/include/linux/
Dieee80211.h5022 u8 mld_mac_addr[ETH_ALEN]; member
/linux-6.12.1/net/mac80211/
Dmlme.c1693 memcpy(common->mld_mac_addr, sdata->vif.addr, ETH_ALEN); in ieee80211_assoc_add_ml_elem()
5864 common->mld_mac_addr, ETH_ALEN)) { in ieee80211_rx_mgmt_assoc_resp()
5867 common->mld_mac_addr, in ieee80211_rx_mgmt_assoc_resp()
Dutil.c1114 memcpy(mle.basic.mld_mac_addr, sdata->vif.addr, ETH_ALEN); in ieee80211_send_auth()