Lines Matching refs:ap_custom_ie
158 struct mwifiex_ie_list *ap_custom_ie; in mwifiex_update_uap_custom_ie() local
163 ap_custom_ie = kzalloc(sizeof(*ap_custom_ie), GFP_KERNEL); in mwifiex_update_uap_custom_ie()
164 if (!ap_custom_ie) in mwifiex_update_uap_custom_ie()
167 ap_custom_ie->type = cpu_to_le16(TLV_TYPE_MGMT_IE); in mwifiex_update_uap_custom_ie()
168 pos = (u8 *)ap_custom_ie->ie_list; in mwifiex_update_uap_custom_ie()
175 le16_add_cpu(&ap_custom_ie->len, len); in mwifiex_update_uap_custom_ie()
182 le16_add_cpu(&ap_custom_ie->len, len); in mwifiex_update_uap_custom_ie()
189 le16_add_cpu(&ap_custom_ie->len, len); in mwifiex_update_uap_custom_ie()
192 ret = mwifiex_update_autoindex_ies(priv, ap_custom_ie); in mwifiex_update_uap_custom_ie()
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()
213 kfree(ap_custom_ie); in mwifiex_update_uap_custom_ie()