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