Home
last modified time | relevance | path

Searched refs:pr_ie (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Die.c156 struct mwifiex_ie *pr_ie, u16 *probe_idx, in mwifiex_update_uap_custom_ie() argument
178 if (pr_ie) { in mwifiex_update_uap_custom_ie()
180 le16_to_cpu(pr_ie->ie_length); in mwifiex_update_uap_custom_ie()
181 memcpy(pos, pr_ie, len); in mwifiex_update_uap_custom_ie()
203 if (pr_ie && le16_to_cpu(pr_ie->ie_index) == MWIFIEX_AUTO_IDX_MASK) { in mwifiex_update_uap_custom_ie()
206 len = sizeof(*pr_ie) - IEEE_MAX_IE_SIZE + in mwifiex_update_uap_custom_ie()
207 le16_to_cpu(pr_ie->ie_length); in mwifiex_update_uap_custom_ie()
264 struct mwifiex_ie *beacon_ie = NULL, *pr_ie = NULL, *ar_ie = NULL; in mwifiex_set_mgmt_beacon_data_ies() local
281 data->proberesp_ies_len, &pr_ie, in mwifiex_set_mgmt_beacon_data_ies()
285 data->proberesp_ies_len, &pr_ie, in mwifiex_set_mgmt_beacon_data_ies()
[all …]