Searched defs:beacon_ie (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/mwifiex/
H A Die.c154 struct mwifiex_ie *beacon_ie, u16 *beacon_idx,
170 if (beacon_ie) {
172 le16_to_cpu(beacon_ie->ie_length);
173 memcpy(pos, beacon_ie, len);
195 if (beacon_ie && *beacon_idx == MWIFIEX_AUTO_IDX_MASK) {
198 len = sizeof(*beacon_ie) - IEEE_MAX_IE_SIZE +
199 le16_to_cpu(beacon_ie->ie_length);
260 struct mwifiex_ie *beacon_ie = NULL, *pr_ie = NULL, *ar_ie = NULL; local
267 &beacon_ie, MGMT_MASK_BEACON,
271 &beacon_ie, MGMT_MASK_BEACO
153 mwifiex_update_uap_custom_ie(struct mwifiex_private *priv, struct mwifiex_ie *beacon_ie, u16 *beacon_idx, struct mwifiex_ie *pr_ie, u16 *probe_idx, struct mwifiex_ie *ar_ie, u16 *assoc_idx) argument
380 struct mwifiex_ie *beacon_ie = NULL, *pr_ie = NULL; local
[all...]
H A Dsta_ioctl.c134 * beacon_ie buffer is allocated in this function. It is caller's
141 u8 *beacon_ie; local
148 beacon_ie = kmemdup(ies->data, ies->len, GFP_ATOMIC);
153 if (!beacon_ie) {
154 dev_err(priv->adapter->dev, " failed to alloc beacon_ie\n");
160 /* The caller of this function will free beacon_ie */
161 bss_desc->beacon_buf = beacon_ie;
370 /* beacon_ie buffer was allocated in function
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.h159 * @beacon_ie: IE info for beacon frame.
167 u8 beacon_ie[IE_MAX_LEN]; member in struct:vif_saved_ie
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c684 const u8 *beacon_ie,
718 memcpy(ie + 2 + vif->ssid_len, beacon_ie, beacon_ie_len);
680 ath6kl_add_bss_if_needed(struct ath6kl_vif *vif, enum network_type nw_type, const u8 *bssid, struct ieee80211_channel *chan, const u8 *beacon_ie, size_t beacon_ie_len) argument

Completed in 885 milliseconds