Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 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 Dcfg80211.c456 priv->wep_key_curr_index = key_index; in mwifiex_cfg80211_set_default_key()
2191 priv->wep_key_curr_index = 0; in mwifiex_cfg80211_assoc()
2250 priv->wep_key_curr_index = sme->key_idx; in mwifiex_cfg80211_assoc()
H A Dmain.h597 u16 wep_key_curr_index; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_ioctl.c2809 if (pmpriv->wep_key_curr_index >= MRVL_NUM_WEP_KEY) in wlan_sec_ioctl_set_wep_key()
2810 pmpriv->wep_key_curr_index = 0; in wlan_sec_ioctl_set_wep_key()
2811 pwep_key = &pmpriv->wep_key[pmpriv->wep_key_curr_index]; in wlan_sec_ioctl_set_wep_key()
2814 index = pmpriv->wep_key_curr_index; in wlan_sec_ioctl_set_wep_key()
2916 pmpriv->wep_key_curr_index = (t_u16)index; in wlan_sec_ioctl_set_wep_key()
2920 pmpriv->wep_key_curr_index = (t_u16)index; in wlan_sec_ioctl_set_wep_key()
3049 if (pmpriv->wep_key_curr_index >= MRVL_NUM_WEP_KEY) in wlan_sec_ioctl_get_key()
3050 pmpriv->wep_key_curr_index = 0; in wlan_sec_ioctl_get_key()
3061 if ((pmpriv->wep_key[pmpriv->wep_key_curr_index].key_length) && in wlan_sec_ioctl_get_key()
3063 index = pmpriv->wep_key_curr_index; in wlan_sec_ioctl_get_key()
H A Dmlan_init.c456 priv->wep_key_curr_index = 0; in wlan_init_priv()
H A Dmlan_main.h1212 t_u16 wep_key_curr_index;
H A Dmlan_sta_cmd.c1130 (pmpriv->wep_key_curr_index & KEY_INDEX_MASK)) in wlan_cmd_802_11_key_material()
H A Dmlan_uap_cmdevent.c3524 (pmpriv->wep_key_curr_index & KEY_INDEX_MASK)) in wlan_uap_cmd_key_material()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_ioctl.c2920 if (pmpriv->wep_key_curr_index >= MRVL_NUM_WEP_KEY) in wlan_sec_ioctl_set_wep_key()
2921 pmpriv->wep_key_curr_index = 0; in wlan_sec_ioctl_set_wep_key()
2922 pwep_key = &pmpriv->wep_key[pmpriv->wep_key_curr_index]; in wlan_sec_ioctl_set_wep_key()
2925 index = pmpriv->wep_key_curr_index; in wlan_sec_ioctl_set_wep_key()
3023 pmpriv->wep_key_curr_index = (t_u16)index; in wlan_sec_ioctl_set_wep_key()
3027 pmpriv->wep_key_curr_index = (t_u16)index; in wlan_sec_ioctl_set_wep_key()
3209 if (pmpriv->wep_key_curr_index >= MRVL_NUM_WEP_KEY) in wlan_sec_ioctl_get_key()
3210 pmpriv->wep_key_curr_index = 0; in wlan_sec_ioctl_get_key()
3222 if ((pmpriv->wep_key[pmpriv->wep_key_curr_index].key_length)&& in wlan_sec_ioctl_get_key()
3224 index = pmpriv->wep_key_curr_index; in wlan_sec_ioctl_get_key()
H A Dmlan_init.c373 priv->wep_key_curr_index = 0; in wlan_init_priv()
H A Dmlan_main.h1111 t_u16 wep_key_curr_index; member
H A Dmlan_sta_cmd.c944 (pmpriv->wep_key_curr_index & KEY_INDEX_MASK)) in wlan_cmd_802_11_key_material()
H A Dmlan_uap_cmdevent.c3126 (pmpriv->wep_key_curr_index & KEY_INDEX_MASK)) in wlan_uap_cmd_key_material()