Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dsta_ioctl.c878 struct mwifiex_ds_encrypt_key *encrypt_key) in mwifiex_sec_ioctl_set_wapi_key() argument
883 encrypt_key, true); in mwifiex_sec_ioctl_set_wapi_key()
893 struct mwifiex_ds_encrypt_key *encrypt_key) in mwifiex_sec_ioctl_set_wep_key() argument
903 index = encrypt_key->key_index; in mwifiex_sec_ioctl_set_wep_key()
904 if (encrypt_key->key_disable) { in mwifiex_sec_ioctl_set_wep_key()
906 } else if (!encrypt_key->key_len) { in mwifiex_sec_ioctl_set_wep_key()
916 memcpy(encrypt_key->key_material, in mwifiex_sec_ioctl_set_wep_key()
918 encrypt_key->key_len = wep_key->key_length; in mwifiex_sec_ioctl_set_wep_key()
928 encrypt_key->key_material, in mwifiex_sec_ioctl_set_wep_key()
929 encrypt_key->key_len); in mwifiex_sec_ioctl_set_wep_key()
[all …]