Searched refs:mld_mac_addr (Results 1 – 5 of 5) 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/include/linux/ |
| H A D | ieee80211-eht.h | 536 u8 mld_mac_addr[ETH_ALEN]; member
|
| /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 | 2082 memcpy(common->mld_mac_addr, sdata->vif.addr, ETH_ALEN); in ieee80211_assoc_add_ml_elem() 6720 common->mld_mac_addr, ETH_ALEN)) { in ieee80211_rx_mgmt_assoc_resp() 6723 common->mld_mac_addr, in ieee80211_rx_mgmt_assoc_resp() 10695 memcpy(common->mld_mac_addr, sdata->vif.addr, ETH_ALEN); in ieee80211_build_ml_reconf_req()
|
| H A D | util.c | 1174 memcpy(mle.basic.mld_mac_addr, sdata->vif.addr, ETH_ALEN); in ieee80211_send_auth()
|