Searched refs:beacon_idx (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Die.c143 struct mwifiex_ie *beacon_ie, u16 *beacon_idx,
184 if (beacon_ie && *beacon_idx == MWIFIEX_AUTO_IDX_MASK) {
186 *beacon_idx = le16_to_cpu(ap_custom_ie->ie_list[0].ie_index);
253 u16 beacon_idx = MWIFIEX_AUTO_IDX_MASK, pr_idx = MWIFIEX_AUTO_IDX_MASK; local
294 &beacon_idx, pr_ie,
300 priv->beacon_idx = beacon_idx;
459 if (priv->beacon_idx != MWIFIEX_AUTO_IDX_MASK) {
465 beacon_ie->ie_index = cpu_to_le16(priv->beacon_idx);
492 beacon_ie, &priv->beacon_idx,
142 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
[all...]
H A Dmain.c1355 priv->beacon_idx = MWIFIEX_AUTO_IDX_MASK;
H A Dmain.h644 u16 beacon_idx; member in struct:mwifiex_private

Completed in 131 milliseconds