Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/ !
H A Die.c301 priv->assocresp_idx = ar_idx; in mwifiex_set_mgmt_beacon_data_ies()
450 NULL, &priv->assocresp_idx)) { in mwifiex_del_mgmt_ies()
478 if (priv->assocresp_idx != MWIFIEX_AUTO_IDX_MASK) { in mwifiex_del_mgmt_ies()
484 ar_ie->ie_index = cpu_to_le16(priv->assocresp_idx); in mwifiex_del_mgmt_ies()
493 ar_ie, &priv->assocresp_idx); in mwifiex_del_mgmt_ies()
H A Dmain.c1339 priv->assocresp_idx = MWIFIEX_AUTO_IDX_MASK; in mwifiex_init_priv_params()
H A Dmain.h648 u16 assocresp_idx; member