Home
last modified time | relevance | path

Searched defs:mld (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c3008 static void hostapd_mld_ref_inc(struct hostapd_mld *mld) in hostapd_mld_ref_inc()
3023 static void hostapd_mld_ref_dec(struct hostapd_mld *mld) in hostapd_mld_ref_dec()
3087 struct hostapd_mld *mld, **all_mld; in hostapd_bss_setup_multi_link() local
3157 struct hostapd_mld *mld, **all_mld; in hostapd_cleanup_unused_mlds() local
4938 struct hostapd_mld *mld = hapd->mld; in hostapd_mld_add_link() local
4965 struct hostapd_mld *mld = hapd->mld; in hostapd_mld_remove_link() local
5001 struct hostapd_mld *mld = hapd->mld; in hostapd_mld_is_first_bss() local
5021 struct hostapd_mld *mld = hapd->mld; in hostapd_mld_get_first_bss() local
H A Dhostapd.h98 struct hostapd_mld **mld; member
493 struct hostapd_mld *mld; member
H A Dsta_info.h421 static inline void ap_sta_set_mld(struct sta_info *sta, bool mld) in ap_sta_set_mld()
H A Dieee802_1x.c114 bool authorized, bool mld) in ieee802_1x_set_authorized()
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c4744 static int hostapd_mld_ctrl_iface_receive_process(struct hostapd_mld *mld, in hostapd_mld_ctrl_iface_receive_process()
4837 struct hostapd_mld *mld = eloop_ctx; in hostapd_mld_ctrl_iface_receive() local
4884 static char * hostapd_mld_ctrl_iface_path(struct hostapd_mld *mld) in hostapd_mld_ctrl_iface_path()
4911 int hostapd_mld_ctrl_iface_init(struct hostapd_mld *mld) in hostapd_mld_ctrl_iface_init()
5027 void hostapd_mld_ctrl_iface_deinit(struct hostapd_mld *mld) in hostapd_mld_ctrl_iface_deinit()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc227 Matcher<long double> mld = Not(IsNan()); in TEST() local
241 Matcher<long double> mld = IsNan(); in TEST() local
253 Matcher<long double> mld = Not(IsNan()); in TEST() local
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc229 Matcher<long double> mld = Not(IsNan()); in TEST() local
243 Matcher<long double> mld = IsNan(); in TEST() local
255 Matcher<long double> mld = Not(IsNan()); in TEST() local
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc227 Matcher<long double> mld = Not(IsNan()); in TEST() local
241 Matcher<long double> mld = IsNan(); in TEST() local
253 Matcher<long double> mld = Not(IsNan()); in TEST() local
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h783 bool mld; member