Searched refs:priv_key (Results 1 – 7 of 7) sorted by relevance
767 struct wlan_crypto_keys *priv_key = NULL; in wlan_crypto_setkey() local866 priv_key = &crypto_priv->crypto_key; in wlan_crypto_setkey()885 crypto_key = priv_key->igtk_key[igtk_idx]; in wlan_crypto_setkey()889 priv_key->igtk_key[igtk_idx] = key; in wlan_crypto_setkey()890 priv_key->igtk_key_type = req_key->type; in wlan_crypto_setkey()891 priv_key->def_igtk_tx_keyid = igtk_idx; in wlan_crypto_setkey()894 crypto_key = priv_key->bigtk_key[bigtk_idx]; in wlan_crypto_setkey()898 priv_key->bigtk_key[bigtk_idx] = key; in wlan_crypto_setkey()899 priv_key->def_bigtk_tx_keyid = bigtk_idx; in wlan_crypto_setkey()911 if (!priv_key->key[req_key->keyix]) { in wlan_crypto_setkey()[all …]