Lines Matching refs:ap_custom_ie
147 struct mwifiex_ie_list *ap_custom_ie; in mwifiex_update_uap_custom_ie() local
152 ap_custom_ie = kzalloc(sizeof(*ap_custom_ie), GFP_KERNEL); in mwifiex_update_uap_custom_ie()
153 if (!ap_custom_ie) in mwifiex_update_uap_custom_ie()
156 ap_custom_ie->type = cpu_to_le16(TLV_TYPE_MGMT_IE); in mwifiex_update_uap_custom_ie()
157 pos = (u8 *)ap_custom_ie->ie_list; in mwifiex_update_uap_custom_ie()
164 le16_unaligned_add_cpu(&ap_custom_ie->len, len); in mwifiex_update_uap_custom_ie()
171 le16_unaligned_add_cpu(&ap_custom_ie->len, len); in mwifiex_update_uap_custom_ie()
178 le16_unaligned_add_cpu(&ap_custom_ie->len, len); in mwifiex_update_uap_custom_ie()
181 ret = mwifiex_update_autoindex_ies(priv, ap_custom_ie); in mwifiex_update_uap_custom_ie()
183 pos = (u8 *)(&ap_custom_ie->ie_list[0].ie_index); in mwifiex_update_uap_custom_ie()
186 *beacon_idx = le16_to_cpu(ap_custom_ie->ie_list[0].ie_index); in mwifiex_update_uap_custom_ie()
202 kfree(ap_custom_ie); in mwifiex_update_uap_custom_ie()