Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A 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 …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h213 u8 beacon_ie[IE_MAX_LEN]; member
H A Dcfg80211.c4902 mgmt_ie_buf = saved_ie->beacon_ie; in brcmf_vif_set_mgmt_ie()
4904 mgmt_ie_buf_len = sizeof(saved_ie->beacon_ie); in brcmf_vif_set_mgmt_ie()
/linux/drivers/net/wireless/ath/ath6kl/
H A 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()