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

/drivers/net/wireless/mwifiex/
H A Dsta_ioctl.c1005 struct mwifiex_ds_encrypt_key *encrypt_key)
1010 encrypt_key);
1020 struct mwifiex_ds_encrypt_key *encrypt_key)
1029 index = encrypt_key->key_index;
1030 if (encrypt_key->key_disable) {
1032 } else if (!encrypt_key->key_len) {
1047 encrypt_key->key_material,
1048 encrypt_key->key_len);
1050 wep_key->key_length = encrypt_key->key_len;
1084 struct mwifiex_ds_encrypt_key *encrypt_key)
1004 mwifiex_sec_ioctl_set_wapi_key(struct mwifiex_private *priv, struct mwifiex_ds_encrypt_key *encrypt_key) argument
1019 mwifiex_sec_ioctl_set_wep_key(struct mwifiex_private *priv, struct mwifiex_ds_encrypt_key *encrypt_key) argument
1083 mwifiex_sec_ioctl_set_wpa_key(struct mwifiex_private *priv, struct mwifiex_ds_encrypt_key *encrypt_key) argument
1150 mwifiex_sec_ioctl_encrypt_key(struct mwifiex_private *priv, struct mwifiex_ds_encrypt_key *encrypt_key) argument
1229 struct mwifiex_ds_encrypt_key encrypt_key; local
[all...]

Completed in 1379 milliseconds