Searched refs:ie_list (Results 1 – 3 of 3) sorted by relevance
82 struct mwifiex_ie_list *ie_list) in mwifiex_update_autoindex_ies() argument89 input_len = le16_to_cpu(ie_list->len); in mwifiex_update_autoindex_ies()92 ie_list->len = 0; in mwifiex_update_autoindex_ies()95 ie = (struct mwifiex_ie *)(((u8 *)ie_list) + travel_len); in mwifiex_update_autoindex_ies()132 le16_add_cpu(&ie_list->len, in mwifiex_update_autoindex_ies()140 UAP_CUSTOM_IE_I, ie_list); in mwifiex_update_autoindex_ies()165 pos = (u8 *)ap_custom_ie->ie_list; in mwifiex_update_uap_custom_ie()191 pos = (u8 *)(&ap_custom_ie->ie_list[0].ie_index); in mwifiex_update_uap_custom_ie()194 *beacon_idx = le16_to_cpu(ap_custom_ie->ie_list[0].ie_index); in mwifiex_update_uap_custom_ie()
641 if (!ap_ie || !ap_ie->len || !ap_ie->ie_list) in mwifiex_uap_custom_ie_prepare()650 memcpy(tlv, ap_ie->ie_list, le16_to_cpu(ap_ie->len)); in mwifiex_uap_custom_ie_prepare()
1573 struct mwifiex_ie ie_list[MAX_MGMT_IE_INDEX]; member