Searched refs:ap_custom_ie (Results 1 – 1 of 1) sorted by relevance
159 struct mwifiex_ie_list *ap_custom_ie; in mwifiex_update_uap_custom_ie() local164 ap_custom_ie = kzalloc(sizeof(*ap_custom_ie), GFP_KERNEL); in mwifiex_update_uap_custom_ie()165 if (!ap_custom_ie) in mwifiex_update_uap_custom_ie()168 ap_custom_ie->type = cpu_to_le16(TLV_TYPE_MGMT_IE); in mwifiex_update_uap_custom_ie()169 pos = (u8 *)ap_custom_ie->ie_list; in mwifiex_update_uap_custom_ie()176 le16_unaligned_add_cpu(&ap_custom_ie->len, len); in mwifiex_update_uap_custom_ie()183 le16_unaligned_add_cpu(&ap_custom_ie->len, len); in mwifiex_update_uap_custom_ie()190 le16_unaligned_add_cpu(&ap_custom_ie->len, len); in mwifiex_update_uap_custom_ie()193 ret = mwifiex_update_autoindex_ies(priv, ap_custom_ie); in mwifiex_update_uap_custom_ie()195 pos = (u8 *)(&ap_custom_ie->ie_list[0].ie_index); in mwifiex_update_uap_custom_ie()[all …]