Lines Matching refs:ie_length
25 if (ie->mgmt_subtype_mask && ie->ie_length) in mwifiex_ie_index_used_by_other_intf()
42 len = le16_to_cpu(ie->ie_length); in mwifiex_ie_get_autoidx()
55 if (!priv->mgmt_ie[i].ie_length) { in mwifiex_ie_get_autoidx()
84 tlv_len = le16_to_cpu(ie->ie_length); in mwifiex_update_autoindex_ies()
100 memcpy(tmp, &ie->ie_buffer, le16_to_cpu(ie->ie_length)); in mwifiex_update_autoindex_ies()
101 priv->mgmt_ie[index].ie_length = ie->ie_length; in mwifiex_update_autoindex_ies()
117 ie->ie_length = 0; in mwifiex_update_autoindex_ies()
124 priv->mgmt_ie[index].ie_length) + in mwifiex_update_autoindex_ies()
161 le16_to_cpu(beacon_ie->ie_length); in mwifiex_update_uap_custom_ie()
168 le16_to_cpu(pr_ie->ie_length); in mwifiex_update_uap_custom_ie()
175 le16_to_cpu(ar_ie->ie_length); in mwifiex_update_uap_custom_ie()
188 le16_to_cpu(beacon_ie->ie_length); in mwifiex_update_uap_custom_ie()
195 le16_to_cpu(pr_ie->ie_length); in mwifiex_update_uap_custom_ie()
232 if (le16_to_cpu(ie->ie_length) + vs_ie->len + 2 > in mwifiex_update_vs_ie()
235 memcpy(ie->ie_buffer + le16_to_cpu(ie->ie_length), in mwifiex_update_vs_ie()
237 le16_unaligned_add_cpu(&ie->ie_length, vs_ie->len + 2); in mwifiex_update_vs_ie()
402 gen_ie->ie_length = cpu_to_le16(ie_len); in mwifiex_uap_parse_tail_ies()
448 gen_ie->ie_length = 0; in mwifiex_del_mgmt_ies()
467 beacon_ie->ie_length = 0; in mwifiex_del_mgmt_ies()
477 pr_ie->ie_length = 0; in mwifiex_del_mgmt_ies()
487 ar_ie->ie_length = 0; in mwifiex_del_mgmt_ies()