Lines Matching refs:mwifiex_ie
20 struct mwifiex_ie *ie; in mwifiex_ie_index_used_by_other_intf()
36 struct mwifiex_ie *ie, u16 *index) in mwifiex_ie_get_autoidx()
74 struct mwifiex_ie *ie; in mwifiex_update_autoindex_ies()
83 ie = (struct mwifiex_ie *)(((u8 *)ie_list) + travel_len); in mwifiex_update_autoindex_ies()
119 sizeof(struct mwifiex_ie)); in mwifiex_update_autoindex_ies()
143 struct mwifiex_ie *beacon_ie, u16 *beacon_idx, in mwifiex_update_uap_custom_ie()
144 struct mwifiex_ie *pr_ie, u16 *probe_idx, in mwifiex_update_uap_custom_ie()
145 struct mwifiex_ie *ar_ie, u16 *assoc_idx) in mwifiex_update_uap_custom_ie()
160 len = sizeof(struct mwifiex_ie) - IEEE_MAX_IE_SIZE + in mwifiex_update_uap_custom_ie()
167 len = sizeof(struct mwifiex_ie) - IEEE_MAX_IE_SIZE + in mwifiex_update_uap_custom_ie()
174 len = sizeof(struct mwifiex_ie) - IEEE_MAX_IE_SIZE + in mwifiex_update_uap_custom_ie()
214 struct mwifiex_ie **ie_ptr, u16 mask, in mwifiex_update_vs_ie()
218 struct mwifiex_ie *ie = *ie_ptr; in mwifiex_update_vs_ie()
224 *ie_ptr = kzalloc(sizeof(struct mwifiex_ie), in mwifiex_update_vs_ie()
252 struct mwifiex_ie *beacon_ie = NULL, *pr_ie = NULL, *ar_ie = NULL; in mwifiex_set_mgmt_beacon_data_ies()
318 struct mwifiex_ie *gen_ie; in mwifiex_uap_parse_tail_ies()
437 struct mwifiex_ie *beacon_ie = NULL, *pr_ie = NULL; in mwifiex_del_mgmt_ies()
438 struct mwifiex_ie *ar_ie = NULL, *gen_ie = NULL; in mwifiex_del_mgmt_ies()
460 beacon_ie = kmalloc(sizeof(struct mwifiex_ie), GFP_KERNEL); in mwifiex_del_mgmt_ies()
470 pr_ie = kmalloc(sizeof(struct mwifiex_ie), GFP_KERNEL); in mwifiex_del_mgmt_ies()
480 ar_ie = kmalloc(sizeof(struct mwifiex_ie), GFP_KERNEL); in mwifiex_del_mgmt_ies()