Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A 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()
481 void wpas_mbo_ie_trans_req(struct wpa_supplicant *wpa_s, const u8 *mbo_ie, in wpas_mbo_ie_trans_req() argument
488 if (len <= 4 || WPA_GET_BE24(mbo_ie) != OUI_WFA || in wpas_mbo_ie_trans_req()
489 mbo_ie[3] != MBO_OUI_TYPE) in wpas_mbo_ie_trans_req()
[all …]
H A Dsme.c568 const u8 *mbo_ie; in sme_send_authentication() local
1000 mbo_ie = wpa_bss_get_vendor_ie(bss, MBO_IE_VENDOR_TYPE); in sme_send_authentication()
1001 if (!wpa_s->disable_mbo_oce && mbo_ie) { in sme_send_authentication()
1008 !!mbo_attr_from_mbo_ie(mbo_ie, in sme_send_authentication()
H A Dwpa_supplicant_i.h1786 const u8 * mbo_attr_from_mbo_ie(const u8 *mbo_ie, enum mbo_attr_id attr);
H A Dwpa_supplicant.c3432 const u8 *mbo_ie; in wpas_populate_assoc_ies() local
3745 mbo_ie = bss ? wpa_bss_get_vendor_ie(bss, MBO_IE_VENDOR_TYPE) : NULL; in wpas_populate_assoc_ies()
3746 if (!wpa_s->disable_mbo_oce && mbo_ie) { in wpas_populate_assoc_ies()
3751 !!mbo_attr_from_mbo_ie(mbo_ie, in wpas_populate_assoc_ies()