Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c909 if (priv->wep_key_curr_index >= NUM_WEP_KEYS) in mwifiex_sec_ioctl_set_wep_key()
910 priv->wep_key_curr_index = 0; in mwifiex_sec_ioctl_set_wep_key()
911 wep_key = &priv->wep_key[priv->wep_key_curr_index]; in mwifiex_sec_ioctl_set_wep_key()
930 priv->wep_key_curr_index = (u16) index; in mwifiex_sec_ioctl_set_wep_key()
Dinit.c92 priv->wep_key_curr_index = 0; in mwifiex_init_priv()
Dcfg80211.c467 priv->wep_key_curr_index = key_index; in mwifiex_cfg80211_set_default_key()
2289 priv->wep_key_curr_index = 0; in mwifiex_cfg80211_assoc()
2348 priv->wep_key_curr_index = sme->key_idx; in mwifiex_cfg80211_assoc()
4497 priv->wep_key_curr_index = 0; in mwifiex_cfg80211_associate()
Dsta_cmd.c552 wep_key_curr_index & HostCmd_WEP_KEY_INDEX_MASK)) in mwifiex_set_keyparamset_wep()
716 (priv->wep_key_curr_index & KEY_INDEX_MASK)) in mwifiex_cmd_802_11_key_material_v2()
Duap_cmd.c112 if (priv->wep_key_curr_index == i) in mwifiex_set_secure_params()
Dmain.h581 u16 wep_key_curr_index; member