Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dutils_mlo.c3167 struct wlan_ie_multilink *mlie_fixed; in util_get_mlie_common_info_len() local
3177 mlie_fixed = (struct wlan_ie_multilink *)mlieseq; in util_get_mlie_common_info_len()
3179 if (mlie_fixed->elem_id != WLAN_ELEMID_EXTN_ELEM || in util_get_mlie_common_info_len()
3180 mlie_fixed->elem_id_ext != WLAN_EXTN_ELEMID_MULTI_LINK) in util_get_mlie_common_info_len()
3183 mlcontrol = qdf_le16_to_cpu(mlie_fixed->mlcontrol); in util_get_mlie_common_info_len()
3209 struct wlan_ie_multilink *mlie_fixed; in util_get_bvmlie_bssparamchangecnt() local
3227 mlie_fixed = (struct wlan_ie_multilink *)mlieseq; in util_get_bvmlie_bssparamchangecnt()
3229 if (mlie_fixed->elem_id != WLAN_ELEMID_EXTN_ELEM || in util_get_bvmlie_bssparamchangecnt()
3230 mlie_fixed->elem_id_ext != WLAN_EXTN_ELEMID_MULTI_LINK) in util_get_bvmlie_bssparamchangecnt()
3233 mlcontrol = qdf_le16_to_cpu(mlie_fixed->mlcontrol); in util_get_bvmlie_bssparamchangecnt()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_utils_api.c2144 struct wlan_ie_multilink *mlie_fixed; in util_get_link_info_offset() local
2171 mlie_fixed = (struct wlan_ie_multilink *)ml_ie; in util_get_link_info_offset()
2172 mlcontrol = le16toh(mlie_fixed->mlcontrol); in util_get_link_info_offset()
2176 parsed_ie_len += sizeof(*mlie_fixed); in util_get_link_info_offset()