Home
last modified time | relevance | path

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

/drivers/net/wireless/marvell/mwifiex/
Die.c143 struct mwifiex_ie *beacon_ie, u16 *beacon_idx, in mwifiex_update_uap_custom_ie() argument
159 if (beacon_ie) { in mwifiex_update_uap_custom_ie()
161 le16_to_cpu(beacon_ie->ie_length); in mwifiex_update_uap_custom_ie()
162 memcpy(pos, beacon_ie, len); in mwifiex_update_uap_custom_ie()
184 if (beacon_ie && *beacon_idx == MWIFIEX_AUTO_IDX_MASK) { in mwifiex_update_uap_custom_ie()
187 len = sizeof(*beacon_ie) - IEEE_MAX_IE_SIZE + in mwifiex_update_uap_custom_ie()
188 le16_to_cpu(beacon_ie->ie_length); in mwifiex_update_uap_custom_ie()
252 struct mwifiex_ie *beacon_ie = NULL, *pr_ie = NULL, *ar_ie = NULL; in mwifiex_set_mgmt_beacon_data_ies() local
259 &beacon_ie, MGMT_MASK_BEACON, in mwifiex_set_mgmt_beacon_data_ies()
263 &beacon_ie, MGMT_MASK_BEACON, in mwifiex_set_mgmt_beacon_data_ies()
[all …]
Dsta_ioctl.c133 u8 *beacon_ie; in mwifiex_fill_new_bss_desc() local
140 beacon_ie = kmemdup(ies->data, ies->len, GFP_ATOMIC); in mwifiex_fill_new_bss_desc()
145 if (!beacon_ie) { in mwifiex_fill_new_bss_desc()
154 bss_desc->beacon_buf = beacon_ie; in mwifiex_fill_new_bss_desc()
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.h196 u8 beacon_ie[IE_MAX_LEN]; member
Dcfg80211.c4486 mgmt_ie_buf = saved_ie->beacon_ie; in brcmf_vif_set_mgmt_ie()
4488 mgmt_ie_buf_len = sizeof(saved_ie->beacon_ie); in brcmf_vif_set_mgmt_ie()
/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c683 const u8 *beacon_ie, in ath6kl_add_bss_if_needed() argument
718 memcpy(ie + 2 + vif->ssid_len, beacon_ie, beacon_ie_len); in ath6kl_add_bss_if_needed()