Lines Matching refs:ie_index
101 index = le16_to_cpu(ie->ie_index); in mwifiex_update_autoindex_ies()
114 priv->mgmt_ie[index].ie_index = cpu_to_le16(index); in mwifiex_update_autoindex_ies()
118 ie->ie_index = cpu_to_le16(index); in mwifiex_update_autoindex_ies()
194 pos = (u8 *)(&ap_custom_ie->ie_list[0].ie_index); in mwifiex_update_uap_custom_ie()
197 *beacon_idx = le16_to_cpu(ap_custom_ie->ie_list[0].ie_index); in mwifiex_update_uap_custom_ie()
202 if (pr_ie && le16_to_cpu(pr_ie->ie_index) == MWIFIEX_AUTO_IDX_MASK) { in mwifiex_update_uap_custom_ie()
209 if (ar_ie && le16_to_cpu(ar_ie->ie_index) == MWIFIEX_AUTO_IDX_MASK) in mwifiex_update_uap_custom_ie()
247 ie->ie_index = cpu_to_le16(MWIFIEX_AUTO_IDX_MASK); in mwifiex_update_vs_ie()
335 gen_ie->ie_index = cpu_to_le16(gen_idx); in mwifiex_uap_set_head_tail_ies()
411 gen_ie->ie_index = cpu_to_le16(priv->gen_idx); in mwifiex_del_mgmt_ies()
430 beacon_ie->ie_index = cpu_to_le16(priv->beacon_idx); in mwifiex_del_mgmt_ies()
440 pr_ie->ie_index = cpu_to_le16(priv->proberesp_idx); in mwifiex_del_mgmt_ies()
450 ar_ie->ie_index = cpu_to_le16(priv->assocresp_idx); in mwifiex_del_mgmt_ies()