Searched refs:mld_mac_addr (Results 1 – 4 of 4) sorted by relevance
/linux/net/wireless/tests/ |
H A D | scan.c | 510 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/net/wireless/ |
H A D | mlme.c | 338 if (memcmp(common_a->mld_mac_addr, common_b->mld_mac_addr, ETH_ALEN)) { in cfg80211_mlme_check_mlo_compat()
|
/linux/net/mac80211/ |
H A D | mlme.c | 1695 memcpy(common->mld_mac_addr, sdata->vif.addr, ETH_ALEN); in ieee80211_assoc_add_ml_elem() 5954 common->mld_mac_addr, ETH_ALEN)) { in ieee80211_rx_mgmt_assoc_resp() 5957 common->mld_mac_addr, in ieee80211_rx_mgmt_assoc_resp()
|
H A D | util.c | 1098 memcpy(mle.basic.mld_mac_addr, sdata->vif.addr, ETH_ALEN); in ieee80211_send_auth()
|