Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c4542 IEEEtypes_VendorSpecific_t mboie; in wifi_host_mbo_cfg() local
4555 mboie.vend_hdr.element_id = (IEEEtypes_ElementId_e)MGMT_MBO_IE; in wifi_host_mbo_cfg()
4556 pos = mboie.vend_hdr.oui; in wifi_host_mbo_cfg()
4560 meas_vend_hdr_len = pos - mboie.vend_hdr.oui; in wifi_host_mbo_cfg()
4561 mboie.vend_hdr.len = (t_u8)meas_vend_hdr_len; in wifi_host_mbo_cfg()
4563 …wifi_set_mgmt_ie(MLAN_BSS_TYPE_STA, MGMT_MBO_IE, (void *)&(mboie.vend_hdr.oui), mboie.vend_hdr.len… in wifi_host_mbo_cfg()
4577 IEEEtypes_VendorSpecific_t mboie; in wifi_mbo_preferch_cfg() local
4592 mboie.vend_hdr.element_id = (IEEEtypes_ElementId_e)MGMT_MBO_IE; in wifi_mbo_preferch_cfg()
4593 pos = mboie.vend_hdr.oui; in wifi_mbo_preferch_cfg()
4598 meas_vend_hdr_len = pos - mboie.vend_hdr.oui; in wifi_mbo_preferch_cfg()
[all …]