Home
last modified time | relevance | path

Searched refs:mbo_ie (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/wpa_supplicant/
Dmbo.c42 const u8 * mbo_attr_from_mbo_ie(const u8 *mbo_ie, enum mbo_attr_id attr) in mbo_attr_from_mbo_ie() argument
45 u8 ie_len = mbo_ie[1]; in mbo_attr_from_mbo_ie()
49 mbo = mbo_ie + MBO_IE_HEADER; in mbo_attr_from_mbo_ie()
58 const u8 *mbo_ie; in mbo_get_attr_from_ies() local
60 mbo_ie = get_vendor_ie(ies, ies_len, MBO_IE_VENDOR_TYPE); in mbo_get_attr_from_ies()
61 if (!mbo_ie) in mbo_get_attr_from_ies()
64 return mbo_attr_from_mbo_ie(mbo_ie, attr); in mbo_get_attr_from_ies()
485 void wpas_mbo_ie_trans_req(struct wpa_supplicant *wpa_s, const u8 *mbo_ie, in wpas_mbo_ie_trans_req() argument
492 if (len <= 4 || WPA_GET_BE24(mbo_ie) != OUI_WFA || in wpas_mbo_ie_trans_req()
493 mbo_ie[3] != MBO_OUI_TYPE) in wpas_mbo_ie_trans_req()
[all …]
Dsme.c571 const u8 *mbo_ie; in sme_send_authentication() local
1003 mbo_ie = wpa_bss_get_vendor_ie(bss, MBO_IE_VENDOR_TYPE); in sme_send_authentication()
1004 if (!wpa_s->disable_mbo_oce && mbo_ie) { in sme_send_authentication()
1011 !!mbo_attr_from_mbo_ie(mbo_ie, in sme_send_authentication()
Dwpa_supplicant_i.h1799 const u8 * mbo_attr_from_mbo_ie(const u8 *mbo_ie, enum mbo_attr_id attr);
Dwpa_supplicant.c3332 const u8 *mbo_ie; in wpas_populate_assoc_ies() local
3623 mbo_ie = bss ? wpa_bss_get_vendor_ie(bss, MBO_IE_VENDOR_TYPE) : NULL; in wpas_populate_assoc_ies()
3624 if (!wpa_s->disable_mbo_oce && mbo_ie) { in wpas_populate_assoc_ies()
3629 !!mbo_attr_from_mbo_ie(mbo_ie, in wpas_populate_assoc_ies()
/hostap-latest/tests/hwsim/
Dtest_mbo.py534 for test, mbo_ie in tests:
537 frame = hdr + btm_hdr + mbo_ie
544 mbo_ie = "dd08506f9a1608020000"
545 frame = hdr + btm_hdr + mbo_ie