Home
last modified time | relevance | path

Searched refs:mld (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/sys/netinet6/
H A Dmld6.c219 SYSCTL_NODE(_net_inet6, OID_AUTO, mld, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
602 /*const*/ struct mld_hdr *mld) in mld_v1_input_query() argument
619 ip6_sprintf(ip6tbuf, &mld->mld_addr), in mld_v1_input_query()
639 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) { in mld_v1_input_query()
656 in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v1_input_query()
669 timer = (ntohs(mld->mld_maxdelay) * MLD_FASTHZ) / MLD_TIMER_SCALE; in mld_v1_input_query()
692 inm = in6m_lookup_locked(ifp, &mld->mld_addr); in mld_v1_input_query()
695 ip6_sprintf(ip6tbuf, &mld->mld_addr), in mld_v1_input_query()
700 in6_clearscope(&mld->mld_addr); in mld_v1_input_query()
779 struct mbuf *m, struct mldv2_query *mld, const int off, const int icmp6len) in mld_v2_input_query() argument
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.c626 if (!hapd->mld->num_links) in hostapd_bss_link_deinit()
1472 os_memcpy(hapd->mld->mld_addr, hapd->own_addr, in hostapd_setup_bss()
1485 hapd->mld_link_id, MAC2STR(hapd->mld->mld_addr), in hostapd_setup_bss()
2973 static void hostapd_mld_ref_inc(struct hostapd_mld *mld) in hostapd_mld_ref_inc() argument
2975 if (!mld) in hostapd_mld_ref_inc()
2978 if (mld->refcount == HOSTAPD_MLD_MAX_REF_COUNT) { in hostapd_mld_ref_inc()
2980 mld->name); in hostapd_mld_ref_inc()
2984 mld->refcount++; in hostapd_mld_ref_inc()
2988 static void hostapd_mld_ref_dec(struct hostapd_mld *mld) in hostapd_mld_ref_dec() argument
2990 if (!mld) in hostapd_mld_ref_dec()
[all …]
H A Dsta_info.h434 static inline void ap_sta_set_mld(struct sta_info *sta, bool mld) in ap_sta_set_mld() argument
438 sta->mld_info.mld_sta = mld; in ap_sta_set_mld()
H A Dhostapd.h98 struct hostapd_mld **mld; member
476 struct hostapd_mld *mld; member
836 dl_list_for_each(partner, &self->mld->links, struct hostapd_data, link)
H A Dieee802_11_eht.c492 wpabuf_put_data(buf, hapd->mld->mld_addr, ETH_ALEN); in hostapd_eid_eht_basic_ml_common()
506 active_links = hapd->mld->num_links - 1; in hostapd_eid_eht_basic_ml_common()
827 wpabuf_put_data(buf, hapd->mld->mld_addr, ETH_ALEN); in hostapd_ml_auth_resp()
H A Dap_drv_ops.c877 own_addr = hapd->mld->mld_addr; in hostapd_drv_sta_deauth()
898 own_addr = hapd->mld->mld_addr; in hostapd_drv_sta_disassoc()
956 own_addr = hapd->mld->mld_addr; in hapd_drv_send_action()
H A Dieee802_11_shared.c124 own_addr = hapd->mld->mld_addr; in ieee802_11_send_sa_query_req()
222 own_addr = hapd->mld->mld_addr; in ieee802_11_send_sa_query_resp()
H A Dctrl_iface_ap.c919 hapd->mld->num_links); in hostapd_ctrl_iface_status()
1074 (int) i, MAC2STR(bss->mld->mld_addr), in hostapd_ctrl_iface_status()
H A Dieee802_1x.c114 bool authorized, bool mld) in ieee802_1x_set_authorized() argument
130 if (!mld && res && errno != ENOENT) { in ieee802_1x_set_authorized()
134 } else if (mld && res) { in ieee802_1x_set_authorized()
H A Ddrv_callbacks.c1805 ether_addr_equal(bssid, hapd->mld->mld_addr) && in get_hapd_bssid()
1817 (ether_addr_equal(bssid, p_hapd->mld->mld_addr) && in get_hapd_bssid()
1934 ether_addr_equal(hapd->mld->mld_addr, in hostapd_mgmt_tx_cb()
H A Dwnm_ap.c54 own_addr = hapd->mld->mld_addr; in wnm_ap_get_own_addr()
H A Dwpa_auth_glue.c1715 _conf.mld_addr = hapd->mld->mld_addr; in hostapd_setup_wpa()
H A Dieee802_11.c619 own_addr = hapd->mld->mld_addr; in auth_build_sae_commit()
3008 ether_addr_equal(sa, hapd->mld->mld_addr))) { in handle_auth()
6280 ether_addr_equal(hapd->mld->mld_addr, mgmt->bssid)) && in ieee802_11_mgmt()
6303 ether_addr_equal(hapd->mld->mld_addr, mgmt->bssid)) && in ieee802_11_mgmt()
/freebsd/sys/modules/iwlwifi/
H A DMakefile25 SRCS+= mvm/mld-key.c mvm/mld-mac.c mvm/mld-mac80211.c mvm/mld-sta.c
/freebsd/contrib/wpa/hostapd/
H A Dmain.c187 os_memcpy(hapd->own_addr, h_hapd->mld->mld_addr, in hostapd_driver_init()
274 os_memcpy(hapd->mld->mld_addr, hapd->own_addr, ETH_ALEN); in hostapd_driver_init()
338 hapd->mld_link_id, MAC2STR(hapd->mld->mld_addr), in hostapd_driver_init()
744 if (!interfaces || !interfaces->mld) in hostapd_global_cleanup_mld()
748 if (!interfaces->mld[i]) in hostapd_global_cleanup_mld()
751 os_free(interfaces->mld[i]); in hostapd_global_cleanup_mld()
752 interfaces->mld[i] = NULL; in hostapd_global_cleanup_mld()
755 os_free(interfaces->mld); in hostapd_global_cleanup_mld()
756 interfaces->mld = NULL; in hostapd_global_cleanup_mld()
/freebsd/tests/sys/netinet6/
H A DMakefile8 mld \
38 mld.py \
H A Dmld.sh71 atf_check -s exit:0 $(atf_get_srcdir)/mld.py \
/freebsd/usr.sbin/mld6query/
H A Dmld6.c292 struct mld_hdr *mld; in dump() local
308 mld = (struct mld_hdr *)buf; in dump()
313 switch (mld->mld_type) { in dump()
324 printf("addr=%s\n", inet_ntop(AF_INET6, &mld->mld_addr, in dump()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc227 Matcher<long double> mld = Not(IsNan()); in TEST() local
228 EXPECT_FALSE(mld.Matches(std::numeric_limits<long double>::quiet_NaN())); in TEST()
229 EXPECT_FALSE(mld.Matches(std::nanl("1"))); in TEST()
230 EXPECT_TRUE(mld.Matches(1.0)); in TEST()
241 Matcher<long double> mld = IsNan(); in TEST() local
242 EXPECT_EQ("is NaN", Describe(mld)); in TEST()
253 Matcher<long double> mld = Not(IsNan()); in TEST() local
254 EXPECT_EQ("isn't NaN", Describe(mld)); in TEST()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c653 struct bss_mld_tlv *mld; in mt7996_mcu_bss_mld_tlv() local
656 tlv = mt7996_mcu_add_uni_tlv(skb, UNI_BSS_INFO_MLD, sizeof(*mld)); in mt7996_mcu_bss_mld_tlv()
658 mld = (struct bss_mld_tlv *)tlv; in mt7996_mcu_bss_mld_tlv()
659 mld->group_mld_id = 0xff; in mt7996_mcu_bss_mld_tlv()
660 mld->own_mld_id = mvif->mt76.idx; in mt7996_mcu_bss_mld_tlv()
661 mld->remap_idx = 0xff; in mt7996_mcu_bss_mld_tlv()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c596 params.mld = true; in sme_send_authentication()
700 params.mld ? params.ap_mld_addr : in sme_send_authentication()
1018 params.mld ? params.ap_mld_addr : in sme_send_authentication()
1036 params.mld ? in sme_send_authentication()
1119 params.mld ? params.ap_mld_addr : in sme_send_authentication()
/freebsd/share/man/man4/
H A DMakefile323 mld.4 \
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c4339 bool mld = iwl_mvm_has_mld_api(mvm->fw); in iwl_mvm_add_pasn_sta()
4340 u32 type = mld ? STATION_TYPE_PEER : IWL_STA_LINK; in iwl_mvm_add_pasn_sta()
4347 if (mld) in iwl_mvm_add_pasn_sta()
4366 if (mld) { in iwl_mvm_add_pasn_sta()
4323 bool mld = iwl_mvm_has_mld_api(mvm->fw); iwl_mvm_add_pasn_sta() local
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h758 bool mld; member
H A Ddriver_nl80211.c3892 if (params->mld && params->ap_mld_addr) { in nl80211_copy_auth_params()
3893 drv->auth_mld = params->mld; in nl80211_copy_auth_params()
4064 if (params->mld && params->ap_mld_addr) { in wpa_driver_nl80211_authenticate()
4179 params.mld = drv->auth_mld; in wpa_driver_nl80211_authenticate_retry()

12