Home
last modified time | relevance | path

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

/openbmc/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
184 if (beacon_ie && *beacon_idx == MWIFIEX_AUTO_IDX_MASK) { in mwifiex_update_uap_custom_ie()
186 *beacon_idx = le16_to_cpu(ap_custom_ie->ie_list[0].ie_index); in mwifiex_update_uap_custom_ie()
253 u16 beacon_idx = MWIFIEX_AUTO_IDX_MASK, pr_idx = MWIFIEX_AUTO_IDX_MASK; in mwifiex_set_mgmt_beacon_data_ies() local
294 &beacon_idx, pr_ie, in mwifiex_set_mgmt_beacon_data_ies()
300 priv->beacon_idx = beacon_idx; in mwifiex_set_mgmt_beacon_data_ies()
459 if (priv->beacon_idx != MWIFIEX_AUTO_IDX_MASK) { in mwifiex_del_mgmt_ies()
465 beacon_ie->ie_index = cpu_to_le16(priv->beacon_idx); in mwifiex_del_mgmt_ies()
492 beacon_ie, &priv->beacon_idx, in mwifiex_del_mgmt_ies()
H A Dmain.c1355 priv->beacon_idx = MWIFIEX_AUTO_IDX_MASK; in mwifiex_init_priv_params()
H A Dmain.h646 u16 beacon_idx; member