Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/
H A Dkey.c339 static int ath_setkey_tkip(struct ath_common *common, u16 keyix, const u8 *key, in ath_setkey_tkip() argument
362 return ath_hw_set_keycache_entry(common, keyix, hk, addr); in ath_setkey_tkip()
368 return ath_hw_set_keycache_entry(common, keyix, hk, addr); in ath_setkey_tkip()
375 if (!ath_hw_set_keycache_entry(common, keyix, hk, NULL)) { in ath_setkey_tkip()
383 return ath_hw_set_keycache_entry(common, keyix + 32, hk, addr); in ath_setkey_tkip()
/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c830 static bool ath9k_txq_list_has_key(struct list_head *txq_list, u32 keyix) in ath9k_txq_list_has_key() argument
842 if (fi->keyix == keyix) in ath9k_txq_list_has_key()
849 static bool ath9k_txq_has_key(struct ath_softc *sc, u32 keyix) in ath9k_txq_has_key() argument
866 key_in_use = ath9k_txq_list_has_key(&txq->axq_q, keyix); in ath9k_txq_has_key()
874 &txq->txq_fifo[idx], keyix); in ath9k_txq_has_key()
884 static void ath9k_pending_key_del(struct ath_softc *sc, u8 keyix) in ath9k_pending_key_del() argument
889 if (!test_bit(keyix, ah->pending_del_keymap) || in ath9k_pending_key_del()
890 ath9k_txq_has_key(sc, keyix)) in ath9k_pending_key_del()
894 clear_bit(keyix, ah->pending_del_keymap); in ath9k_pending_key_del()
895 ath_key_delete(common, keyix); in ath9k_pending_key_del()
H A Dhtc.h80 u8 keyix; member
91 u8 keyix; member
H A Dhtc_drv_txrx.c251 mgmt_hdr.keyix = (u8) ATH9K_TXKEYIX_INVALID; in ath9k_htc_tx_mgmt()
253 mgmt_hdr.keyix = tx_info->control.hw_key->hw_key_idx; in ath9k_htc_tx_mgmt()
323 tx_hdr.keyix = (u8) ATH9K_TXKEYIX_INVALID; in ath9k_htc_tx_data()
325 tx_hdr.keyix = tx_info->control.hw_key->hw_key_idx; in ath9k_htc_tx_data()