Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c3480 struct wlan_crypto_key *sta_key; in wlan_crypto_set_peer_wep_keys() local
3556 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()