Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Die.c154 struct mwifiex_ie *beacon_ie, u16 *beacon_idx, in mwifiex_update_uap_custom_ie() argument
170 if (beacon_ie) { in mwifiex_update_uap_custom_ie()
172 le16_to_cpu(beacon_ie->ie_length); in mwifiex_update_uap_custom_ie()
173 memcpy(pos, beacon_ie, len); in mwifiex_update_uap_custom_ie()
195 if (beacon_ie && *beacon_idx == MWIFIEX_AUTO_IDX_MASK) { in mwifiex_update_uap_custom_ie()
198 len = sizeof(*beacon_ie) - IEEE_MAX_IE_SIZE + in mwifiex_update_uap_custom_ie()
199 le16_to_cpu(beacon_ie->ie_length); in mwifiex_update_uap_custom_ie()
263 struct mwifiex_ie *beacon_ie = NULL, *pr_ie = NULL, *ar_ie = NULL; in mwifiex_set_mgmt_beacon_data_ies() local
270 &beacon_ie, MGMT_MASK_BEACON, in mwifiex_set_mgmt_beacon_data_ies()
274 &beacon_ie, MGMT_MASK_BEACON, in mwifiex_set_mgmt_beacon_data_ies()
[all …]
Dsta_ioctl.c145 u8 *beacon_ie; in mwifiex_fill_new_bss_desc() local
152 beacon_ie = kmemdup(ies->data, ies->len, GFP_ATOMIC); in mwifiex_fill_new_bss_desc()
157 if (!beacon_ie) { in mwifiex_fill_new_bss_desc()
166 bss_desc->beacon_buf = beacon_ie; in mwifiex_fill_new_bss_desc()
/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.h169 u8 beacon_ie[IE_MAX_LEN]; member
Dcfg80211.c3930 mgmt_ie_buf = saved_ie->beacon_ie; in brcmf_vif_set_mgmt_ie()
3932 mgmt_ie_buf_len = sizeof(saved_ie->beacon_ie); in brcmf_vif_set_mgmt_ie()
/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c684 const u8 *beacon_ie, in ath6kl_add_bss_if_needed() argument
719 memcpy(ie + 2 + vif->ssid_len, beacon_ie, beacon_ie_len); in ath6kl_add_bss_if_needed()