Searched refs:wep_key_curr_index (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c910 if (priv->wep_key_curr_index >= NUM_WEP_KEYS)
911 priv->wep_key_curr_index = 0;
912 wep_key = &priv->wep_key[priv->wep_key_curr_index];
931 priv->wep_key_curr_index = (u16) index;
H A Dinit.c89 priv->wep_key_curr_index = 0;
H A Duap_cmd.c117 if (priv->wep_key_curr_index == i)
H A Dsta_cmd.c552 wep_key_curr_index & HostCmd_WEP_KEY_INDEX_MASK))
716 (priv->wep_key_curr_index & KEY_INDEX_MASK))
H A Dcfg80211.c445 priv->wep_key_curr_index = key_index;
2261 priv->wep_key_curr_index = 0;
2320 priv->wep_key_curr_index = sme->key_idx;
H A Dmain.h577 u16 wep_key_curr_index; member in struct:mwifiex_private

Completed in 123 milliseconds