Home
last modified time | relevance | path

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

12

/freebsd-head/sys/netinet6/
HDmld6.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-head/contrib/wpa/src/ap/
HDhostapd.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 …]
HDsta_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()
HDhostapd.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)
HDieee802_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()
HDap_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()
HDieee802_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()
HDctrl_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()
HDdrv_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()
HDieee802_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()
HDwnm_ap.c54 own_addr = hapd->mld->mld_addr; in wnm_ap_get_own_addr()
HDwpa_auth_glue.c1715 _conf.mld_addr = hapd->mld->mld_addr; in hostapd_setup_wpa()
HDieee802_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-head/sys/modules/iwlwifi/
HDMakefile25 SRCS+= mvm/mld-key.c mvm/mld-mac.c mvm/mld-mac80211.c mvm/mld-sta.c
/freebsd-head/tests/sys/netinet6/
HDMakefile8 mld \
41 mld.py \
HDmld.sh71 atf_check -s exit:0 $(atf_get_srcdir)/mld.py \
/freebsd-head/contrib/wpa/hostapd/
HDmain.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-head/usr.sbin/mld6query/
HDmld6.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-head/sys/contrib/dev/mediatek/mt76/mt7925/
HDmcu.c1836 struct sta_rec_mld *mld; in mt7925_mcu_sta_mld_tlv() local
1840 tlv = mt76_connac_mcu_add_tlv(skb, STA_REC_MLD, sizeof(*mld)); in mt7925_mcu_sta_mld_tlv()
1841 mld = (struct sta_rec_mld *)tlv; in mt7925_mcu_sta_mld_tlv()
1842 memcpy(mld->mac_addr, sta->addr, ETH_ALEN); in mt7925_mcu_sta_mld_tlv()
1843 mld->primary_id = cpu_to_le16(msta->deflink.wcid.idx); in mt7925_mcu_sta_mld_tlv()
1844 mld->wlan_id = cpu_to_le16(msta->deflink.wcid.idx); in mt7925_mcu_sta_mld_tlv()
1845 mld->link_num = min_t(u8, hweight16(mvif->valid_links), 2); in mt7925_mcu_sta_mld_tlv()
1848 if (cnt == mld->link_num) in mt7925_mcu_sta_mld_tlv()
1853 mld->link[cnt].wlan_id = cpu_to_le16(mlink->wcid.idx); in mt7925_mcu_sta_mld_tlv()
1854 mld->link[cnt++].bss_idx = mconf->mt76.idx; in mt7925_mcu_sta_mld_tlv()
[all …]
/freebsd-head/contrib/googletest/googlemock/test/
HDgmock-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-head/contrib/wpa/wpa_supplicant/
HDsme.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-head/sys/contrib/dev/mediatek/mt76/mt7996/
HDmcu.c900 struct bss_mld_tlv *mld; in mt7996_mcu_bss_mld_tlv() local
903 tlv = mt7996_mcu_add_uni_tlv(skb, UNI_BSS_INFO_MLD, sizeof(*mld)); in mt7996_mcu_bss_mld_tlv()
905 mld = (struct bss_mld_tlv *)tlv; in mt7996_mcu_bss_mld_tlv()
906 mld->group_mld_id = 0xff; in mt7996_mcu_bss_mld_tlv()
907 mld->own_mld_id = mlink->idx; in mt7996_mcu_bss_mld_tlv()
908 mld->remap_idx = 0xff; in mt7996_mcu_bss_mld_tlv()
/freebsd-head/share/man/man4/
HDMakefile324 mld.4 \
/freebsd-head/sys/contrib/dev/iwlwifi/mvm/
HDsta.c4339 bool mld = iwl_mvm_has_mld_api(mvm->fw); in iwl_mvm_add_pasn_sta() local
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()
/freebsd-head/contrib/wpa/src/drivers/
HDdriver.h758 bool mld; member

12