Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dsta_ioctl.c995 struct mwifiex_ds_encrypt_key *encrypt_key) in mwifiex_sec_ioctl_set_wapi_key() argument
1000 encrypt_key); in mwifiex_sec_ioctl_set_wapi_key()
1010 struct mwifiex_ds_encrypt_key *encrypt_key) in mwifiex_sec_ioctl_set_wep_key() argument
1019 index = encrypt_key->key_index; in mwifiex_sec_ioctl_set_wep_key()
1020 if (encrypt_key->key_disable) { in mwifiex_sec_ioctl_set_wep_key()
1022 } else if (!encrypt_key->key_len) { in mwifiex_sec_ioctl_set_wep_key()
1037 encrypt_key->key_material, in mwifiex_sec_ioctl_set_wep_key()
1038 encrypt_key->key_len); in mwifiex_sec_ioctl_set_wep_key()
1040 wep_key->key_length = encrypt_key->key_len; in mwifiex_sec_ioctl_set_wep_key()
1074 struct mwifiex_ds_encrypt_key *encrypt_key) in mwifiex_sec_ioctl_set_wpa_key() argument
[all …]