Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c922 if (priv->wep_key_curr_index >= NUM_WEP_KEYS) in mwifiex_sec_ioctl_set_wep_key()
923 priv->wep_key_curr_index = 0; in mwifiex_sec_ioctl_set_wep_key()
924 wep_key = &priv->wep_key[priv->wep_key_curr_index]; in mwifiex_sec_ioctl_set_wep_key()
943 priv->wep_key_curr_index = (u16) index; in mwifiex_sec_ioctl_set_wep_key()
H A Dinit.c100 priv->wep_key_curr_index = 0; in mwifiex_init_priv()
H A Duap_cmd.c128 if (priv->wep_key_curr_index == i) in mwifiex_set_secure_params()
H A Dcfg80211.c456 priv->wep_key_curr_index = key_index; in mwifiex_cfg80211_set_default_key()
2193 priv->wep_key_curr_index = 0; in mwifiex_cfg80211_assoc()
2252 priv->wep_key_curr_index = sme->key_idx; in mwifiex_cfg80211_assoc()
H A Dsta_cmd.c560 wep_key_curr_index & HostCmd_WEP_KEY_INDEX_MASK)) in mwifiex_set_keyparamset_wep()
724 (priv->wep_key_curr_index & KEY_INDEX_MASK)) in mwifiex_cmd_802_11_key_material_v2()
H A Dmain.h597 u16 wep_key_curr_index; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c910 if (priv->wep_key_curr_index >= NUM_WEP_KEYS) in mwifiex_sec_ioctl_set_wep_key()
911 priv->wep_key_curr_index = 0; in mwifiex_sec_ioctl_set_wep_key()
912 wep_key = &priv->wep_key[priv->wep_key_curr_index]; in mwifiex_sec_ioctl_set_wep_key()
931 priv->wep_key_curr_index = (u16) index; in mwifiex_sec_ioctl_set_wep_key()
H A Dinit.c89 priv->wep_key_curr_index = 0; in mwifiex_init_priv()
H A Duap_cmd.c117 if (priv->wep_key_curr_index == i) in mwifiex_set_secure_params()
H A Dcfg80211.c445 priv->wep_key_curr_index = key_index; in mwifiex_cfg80211_set_default_key()
2260 priv->wep_key_curr_index = 0; in mwifiex_cfg80211_assoc()
2319 priv->wep_key_curr_index = sme->key_idx; in mwifiex_cfg80211_assoc()
H A 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()
H A Dmain.h579 u16 wep_key_curr_index; member

Completed in 32 milliseconds