Searched refs:mlie_fixed (Results 1 – 2 of 2) sorted by relevance
3167 struct wlan_ie_multilink *mlie_fixed; in util_get_mlie_common_info_len() local3177 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() local3227 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 …]
2144 struct wlan_ie_multilink *mlie_fixed; in util_get_link_info_offset() local2171 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()