Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A Die.c173 if (ar_ie) { in mwifiex_update_uap_custom_ie()
175 le16_to_cpu(ar_ie->ie_length); in mwifiex_update_uap_custom_ie()
176 memcpy(pos, ar_ie, len); in mwifiex_update_uap_custom_ie()
198 if (ar_ie && le16_to_cpu(ar_ie->ie_index) == MWIFIEX_AUTO_IDX_MASK) in mwifiex_update_uap_custom_ie()
292 if (beacon_ie || pr_ie || ar_ie) { in mwifiex_set_mgmt_beacon_data_ies()
295 &pr_idx, ar_ie, &ar_idx); in mwifiex_set_mgmt_beacon_data_ies()
307 kfree(ar_ie); in mwifiex_set_mgmt_beacon_data_ies()
481 if (!ar_ie) { in mwifiex_del_mgmt_ies()
487 ar_ie->ie_length = 0; in mwifiex_del_mgmt_ies()
490 if (beacon_ie || pr_ie || ar_ie) in mwifiex_del_mgmt_ies()
[all …]

Completed in 5 milliseconds