Lines Matching refs:mwifiex_ie

32 	struct mwifiex_ie *ie;  in mwifiex_ie_index_used_by_other_intf()
48 struct mwifiex_ie *ie, u16 *index) in mwifiex_ie_get_autoidx()
86 struct mwifiex_ie *ie; in mwifiex_update_autoindex_ies()
95 ie = (struct mwifiex_ie *)(((u8 *)ie_list) + travel_len); in mwifiex_update_autoindex_ies()
131 sizeof(struct mwifiex_ie)); in mwifiex_update_autoindex_ies()
154 struct mwifiex_ie *beacon_ie, u16 *beacon_idx, in mwifiex_update_uap_custom_ie()
155 struct mwifiex_ie *pr_ie, u16 *probe_idx, in mwifiex_update_uap_custom_ie()
156 struct mwifiex_ie *ar_ie, u16 *assoc_idx) in mwifiex_update_uap_custom_ie()
171 len = sizeof(struct mwifiex_ie) - IEEE_MAX_IE_SIZE + in mwifiex_update_uap_custom_ie()
178 len = sizeof(struct mwifiex_ie) - IEEE_MAX_IE_SIZE + in mwifiex_update_uap_custom_ie()
185 len = sizeof(struct mwifiex_ie) - IEEE_MAX_IE_SIZE + in mwifiex_update_uap_custom_ie()
225 struct mwifiex_ie **ie_ptr, u16 mask, in mwifiex_update_vs_ie()
229 struct mwifiex_ie *ie = *ie_ptr; in mwifiex_update_vs_ie()
235 *ie_ptr = kzalloc(sizeof(struct mwifiex_ie), in mwifiex_update_vs_ie()
260 struct mwifiex_ie *beacon_ie = NULL, *pr_ie = NULL, *ar_ie = NULL; in mwifiex_set_mgmt_beacon_data_ies()
326 struct mwifiex_ie *gen_ie; in mwifiex_uap_set_head_tail_ies()
402 struct mwifiex_ie *beacon_ie = NULL, *pr_ie = NULL; in mwifiex_del_mgmt_ies()
403 struct mwifiex_ie *ar_ie = NULL, *gen_ie = NULL; in mwifiex_del_mgmt_ies()
425 beacon_ie = kmalloc(sizeof(struct mwifiex_ie), GFP_KERNEL); in mwifiex_del_mgmt_ies()
435 pr_ie = kmalloc(sizeof(struct mwifiex_ie), GFP_KERNEL); in mwifiex_del_mgmt_ies()
445 ar_ie = kmalloc(sizeof(struct mwifiex_ie), GFP_KERNEL); in mwifiex_del_mgmt_ies()