Searched refs:sta_key (Results 1 – 1 of 1) sorted by relevance
3480 struct wlan_crypto_key *sta_key; in wlan_crypto_set_peer_wep_keys() local3556 sta_key = qdf_mem_malloc( in wlan_crypto_set_peer_wep_keys()3558 if (!sta_key) { in wlan_crypto_set_peer_wep_keys()3563 sta_priv->key[i] = sta_key; in wlan_crypto_set_peer_wep_keys()3564 qdf_mem_copy(sta_key, key, in wlan_crypto_set_peer_wep_keys()3567 sta_key->flags &= ~WLAN_CRYPTO_KEY_DEFAULT; in wlan_crypto_set_peer_wep_keys()3570 sta_key->flags in wlan_crypto_set_peer_wep_keys()3580 tx_ops)(vdev, sta_key, in wlan_crypto_set_peer_wep_keys()3587 sta_key->flags &= ~WLAN_CRYPTO_KEY_GROUP; in wlan_crypto_set_peer_wep_keys()3590 vdev, sta_key, in wlan_crypto_set_peer_wep_keys()