| /src/sys/netinet6/ |
| mld6.c | 352 struct in6_addr mld_addr, all_in6; local 394 IN6_PRINT(ip6bufm, &mldh->mld_addr)); 402 mld_addr = mldh->mld_addr; 403 if (in6_setscope(&mld_addr, ifp, NULL)) { 427 if (!IN6_IS_ADDR_UNSPECIFIED(&mld_addr) && 428 !IN6_IS_ADDR_MULTICAST(&mld_addr)) 468 if (!IN6_IS_ADDR_UNSPECIFIED(&mld_addr) && 469 !IN6_ARE_ADDR_EQUAL(&mld_addr, &in6m->in6m_addr)) 505 if (!IN6_IS_ADDR_MULTICAST(&mldh->mld_addr)) [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| bss.h | 128 u8 mld_addr[ETH_ALEN]; member in struct:wpa_bss
|
| bss.c | 482 const u8 *mld_addr; local 497 os_memset(bss->mld_addr, 0, ETH_ALEN); 500 mld_addr = get_basic_mle_mld_addr(&ml_ie[3], ml_ie[1] - 1); 501 if (mld_addr) 502 os_memcpy(bss->mld_addr, mld_addr, ETH_ALEN); 524 if (!is_zero_ether_addr(bss->mld_addr) && 528 MAC2STR(bss->mld_addr)); 783 const u8 *ml_ie, *mld_addr; local 786 os_memset(bss->mld_addr, 0, ETH_ALEN) [all...] |
| sme.c | 93 const u8 *mld_addr, 107 const u8 *addr = mld_addr ? mld_addr : bssid; 479 const u8 *mld_addr; local 504 mld_addr = get_basic_mle_mld_addr(elems.basic_mle, elems.basic_mle_len); 505 if (!mld_addr) 508 wpa_printf(MSG_DEBUG, "MLD: mld_address=" MACSTR, MAC2STR(mld_addr)); 510 if (!ether_addr_equal(wpa_s->ap_mld_addr, mld_addr)) { 1322 static void wpa_auth_ml_ie(struct wpabuf *buf, const u8 *mld_addr) 1335 wpabuf_put_data(buf, mld_addr, ETH_ALEN) 1621 const u8 *mld_addr; local [all...] |
| wpa_supplicant.c | 1095 char mld_addr[50]; local 1097 mld_addr[0] = '\0'; 1099 os_snprintf(mld_addr, sizeof(mld_addr), 1118 fils_hlp_sent ? " FILS_HLP_SENT" : "", mld_addr); 3467 !is_zero_ether_addr(bss->mld_addr)) 3468 addr = bss->mld_addr;
|
| ctrl_iface.c | 2605 char mld_addr[50]; local 2607 mld_addr[0] = '\0'; 2609 os_snprintf(mld_addr, sizeof(mld_addr), 2619 mld_addr); 5768 if (!is_zero_ether_addr(bss->mld_addr) && 5772 MAC2STR(bss->mld_addr));
|
| /src/external/bsd/wpa/dist/src/ap/ |
| sta_info.h | 78 u8 mld_addr[ETH_ALEN]; member in struct:mld_info::ml_common_info
|
| wpa_auth.h | 292 const u8 *mld_addr; member in struct:wpa_auth_config
|
| wpa_auth_i.h | 265 u8 mld_addr[ETH_ALEN]; member in struct:wpa_authenticator
|
| hostapd.h | 509 u8 mld_addr[ETH_ALEN]; member in struct:hostapd_mld
|
| ieee802_11.c | 619 own_addr = hapd->mld->mld_addr; 3008 ether_addr_equal(sa, hapd->mld->mld_addr))) { 3171 os_memcpy(sta->mld_info.common_info.mld_addr, sa, 5291 u8 mld_addr[ETH_ALEN]; local 5310 mld_addr)) 5313 sta = ap_get_sta(hapd, mld_addr); 5318 MAC2STR(mld_addr), MAC2STR(mgmt->sa)); 6280 ether_addr_equal(hapd->mld->mld_addr, mgmt->bssid)) && 6303 ether_addr_equal(hapd->mld->mld_addr, mgmt->bssid)) &&
|
| wpa_auth.c | 93 return sm->wpa_auth->mld_addr; 150 const u8 *mld_addr; member in struct:wpa_get_link_auth_ctx 162 if (ctx->mld_addr && 163 !ether_addr_equal(wpa_auth->mld_addr, ctx->mld_addr)) 183 ctx.mld_addr = wpa_auth->mld_addr; 197 !ether_addr_equal(wpa_auth->mld_addr, ctx->addr) || 217 ctx.addr = wpa_auth->mld_addr; 538 const u8 *mld_addr = ctx local 551 const u8 *mld_addr = ctx; local [all...] |
| ap_config.h | 974 u8 mld_addr[ETH_ALEN]; member in struct:hostapd_bss_config
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_event.c | 3498 char mld_addr[50]; local 3529 mld_addr[0] = '\0'; 3531 event.external_auth.mld_addr = 3533 os_snprintf(mld_addr, sizeof(mld_addr), ", MLD ADDR: " MACSTR, 3534 MAC2STR(event.external_auth.mld_addr)); 3543 MAC2STR(event.external_auth.bssid), mld_addr);
|
| driver.h | 939 * mld_addr - AP's MLD address 941 const u8 *mld_addr; member in struct:wpa_driver_mld_params 2906 * @mld_addr: AP's MLD address or %NULL if MLO is not used 2919 const u8 *mld_addr; member in struct:external_auth
|
| /src/sys/netinet/ |
| icmp6.h | 188 struct in6_addr mld_addr; /* multicast address */ member in struct:mld_hdr 199 #define mld6_addr mld_addr
|
| /src/external/bsd/wpa/dist/src/common/ |
| ieee802_11_defs.h | 2753 u8 mld_addr[ETH_ALEN]; member in struct:eht_ml_basic_common_info
|