Searched refs:ap_custom_ie (Results 1 – 1 of 1) sorted by relevance
147 struct mwifiex_ie_list *ap_custom_ie; in mwifiex_update_uap_custom_ie() local152 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()[all …]