Lines Matching refs:ie_length
37 if (ie->mgmt_subtype_mask && ie->ie_length) in mwifiex_ie_index_used_by_other_intf()
54 len = le16_to_cpu(ie->ie_length); in mwifiex_ie_get_autoidx()
67 if (!priv->mgmt_ie[i].ie_length) { in mwifiex_ie_get_autoidx()
96 tlv_len = le16_to_cpu(ie->ie_length); in mwifiex_update_autoindex_ies()
112 memcpy(tmp, &ie->ie_buffer, le16_to_cpu(ie->ie_length)); in mwifiex_update_autoindex_ies()
113 priv->mgmt_ie[index].ie_length = ie->ie_length; in mwifiex_update_autoindex_ies()
129 ie->ie_length = 0; in mwifiex_update_autoindex_ies()
136 priv->mgmt_ie[index].ie_length) + in mwifiex_update_autoindex_ies()
173 le16_to_cpu(beacon_ie->ie_length); in mwifiex_update_uap_custom_ie()
180 le16_to_cpu(pr_ie->ie_length); in mwifiex_update_uap_custom_ie()
187 le16_to_cpu(ar_ie->ie_length); in mwifiex_update_uap_custom_ie()
200 le16_to_cpu(beacon_ie->ie_length); in mwifiex_update_uap_custom_ie()
207 le16_to_cpu(pr_ie->ie_length); in mwifiex_update_uap_custom_ie()
244 if (le16_to_cpu(ie->ie_length) + vs_ie->len + 2 > in mwifiex_update_vs_ie()
247 memcpy(ie->ie_buffer + le16_to_cpu(ie->ie_length), in mwifiex_update_vs_ie()
249 le16_unaligned_add_cpu(&ie->ie_length, vs_ie->len + 2); in mwifiex_update_vs_ie()
414 gen_ie->ie_length = cpu_to_le16(ie_len); in mwifiex_uap_parse_tail_ies()
460 gen_ie->ie_length = 0; in mwifiex_del_mgmt_ies()
479 beacon_ie->ie_length = 0; in mwifiex_del_mgmt_ies()
489 pr_ie->ie_length = 0; in mwifiex_del_mgmt_ies()
499 ar_ie->ie_length = 0; in mwifiex_del_mgmt_ies()