Searched refs:ic_crypto (Results 1 – 8 of 8) sorted by relevance
209 (ic)->ic_crypto.cs_key_update_begin(ic)211 (ic)->ic_crypto.cs_key_update_end(ic)216 (ic)->ic_crypto.cs_key_alloc(ic, k, kix, rkix)218 (ic)->ic_crypto.cs_key_delete(ic, k)220 (ic)->ic_crypto.cs_key_set(ic, k, m)
511 struct ieee80211_crypto_state ic_crypto; member617 #define ic_nw_keys ic_crypto.cs_nw_keys618 #define ic_def_txkey ic_crypto.cs_def_txkey
448 struct ieee80211_crypto_state *cs = &ic->ic_crypto; in ieee80211_crypto_attach()
2242 ic->ic_crypto.cs_key_alloc = ath_key_alloc; in ath_attach()2243 ic->ic_crypto.cs_key_delete = ath_key_delete; in ath_attach()2244 ic->ic_crypto.cs_key_set = ath_key_set; in ath_attach()
3203 ic->ic_crypto.cs_key_alloc = arn_key_alloc; in arn_attach()3204 ic->ic_crypto.cs_key_delete = arn_key_delete; in arn_attach()3205 ic->ic_crypto.cs_key_set = arn_key_set; in arn_attach()
4063 ic->ic_crypto.cs_max_keyix = 0; in mwl_attach()4064 ic->ic_crypto.cs_key_alloc = mwl_key_alloc; in mwl_attach()4065 ic->ic_crypto.cs_key_delete = mwl_key_delete; in mwl_attach()4066 ic->ic_crypto.cs_key_set = mwl_key_set; in mwl_attach()
585 ic->ic_crypto.cs_key_set = wpi_key_set; in wpi_attach()
723 ic->ic_crypto.cs_key_set = iwk_key_set; in iwk_attach()