Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/
H A Dkey.c87 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac) in ath_hw_keysetmac() function
127 EXPORT_SYMBOL(ath_hw_keysetmac);
220 (void) ath_hw_keysetmac(common, entry, mac); in ath_hw_set_keycache_entry()
333 (void) ath_hw_keysetmac(common, entry, mac); in ath_hw_set_keycache_entry()
593 ath_hw_keysetmac(common, hw_key_idx, NULL); in ath_key_delete()
H A Dath.h210 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac);
/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c1839 ath_hw_keysetmac(common, key->hw_key_idx, NULL); in ath9k_set_key()