Home
last modified time | relevance | path

Searched refs:WLAN_CIPHER_SUITE_TKIP (Results 1 – 25 of 102) sorted by relevance

12345

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw.h16 WLAN_CIPHER_SUITE_TKIP,
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00crypto.c26 case WLAN_CIPHER_SUITE_TKIP: in rt2x00crypto_key_to_cipher()
84 if (key->cipher == WLAN_CIPHER_SUITE_TKIP) in rt2x00crypto_tx_overhead()
/linux/net/mac80211/
H A Ddebugfs_key.c94 case WLAN_CIPHER_SUITE_TKIP: in key_tx_spec_write()
131 case WLAN_CIPHER_SUITE_TKIP: in key_tx_spec_read()
170 case WLAN_CIPHER_SUITE_TKIP: in key_rx_spec_read()
290 if (key->conf.cipher != WLAN_CIPHER_SUITE_TKIP) in key_mic_failures_read()
H A Dkey.c208 case WLAN_CIPHER_SUITE_TKIP: in ieee80211_key_enable_hw_accel()
620 case WLAN_CIPHER_SUITE_TKIP: in ieee80211_key_alloc()
828 new->conf.cipher == WLAN_CIPHER_SUITE_TKIP && in ieee80211_key_identical()
1256 case WLAN_CIPHER_SUITE_TKIP: in ieee80211_get_key_rx_seq()
1309 case WLAN_CIPHER_SUITE_TKIP: in ieee80211_set_key_rx_seq()
H A Dwpa.c41 if (!tx->key || tx->key->conf.cipher != WLAN_CIPHER_SUITE_TKIP || in ieee80211_tx_h_michael_mic_add()
123 rx->key->conf.cipher == WLAN_CIPHER_SUITE_TKIP) in ieee80211_rx_h_michael_mic_verify()
134 if (!rx->key || rx->key->conf.cipher != WLAN_CIPHER_SUITE_TKIP || in ieee80211_rx_h_michael_mic_verify()
/linux/drivers/net/wireless/ath/
H A Dkey.c410 if (cipher == WLAN_CIPHER_SUITE_TKIP) in ath_reserve_key_cache_slot()
494 case WLAN_CIPHER_SUITE_TKIP: in ath_key_config()
552 if (key->cipher == WLAN_CIPHER_SUITE_TKIP) in ath_key_config()
565 if (key->cipher == WLAN_CIPHER_SUITE_TKIP) { in ath_key_config()
/linux/drivers/staging/vt6656/
H A Dkey.c117 case WLAN_CIPHER_SUITE_TKIP: in vnt_set_keys()
/linux/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c487 (key->cipher == WLAN_CIPHER_SUITE_TKIP || in ath5k_set_key()
497 case WLAN_CIPHER_SUITE_TKIP: in ath5k_set_key()
516 if (key->cipher == WLAN_CIPHER_SUITE_TKIP) in ath5k_set_key()
/linux/drivers/staging/vt6655/
H A Dkey.c118 case WLAN_CIPHER_SUITE_TKIP: in vnt_set_keys()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-key.c81 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_get_sec_flags()
215 if (keyconf->cipher == WLAN_CIPHER_SUITE_TKIP) { in iwl_mvm_mld_send_key()
H A Dd3.c183 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_wowlan_program_keys()
235 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_wowlan_get_rsc_tsc_data()
354 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_wowlan_get_rsc_v5_data()
386 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_wowlan_get_rsc_v5_data()
542 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_wowlan_get_tkip_data()
608 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_wowlan_gtk_type_iter()
1775 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_set_key_rx_seq_idx()
1845 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_d3_find_last_keys()
1943 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_d3_update_keys()
2171 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_gtk_rekey()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c319 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
324 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
341 if (ciphers_pairwise == WLAN_CIPHER_SUITE_TKIP) in connect()
554 case WLAN_CIPHER_SUITE_TKIP: in add_key()
565 params->cipher == WLAN_CIPHER_SUITE_TKIP) { in add_key()
572 if (params->cipher == WLAN_CIPHER_SUITE_TKIP) in add_key()
581 if (params->cipher == WLAN_CIPHER_SUITE_TKIP) in add_key()
595 params->cipher == WLAN_CIPHER_SUITE_TKIP) { in add_key()
H A Dnetdev.h69 WLAN_CIPHER_SUITE_TKIP,
/linux/drivers/net/wireless/ti/wl18xx/
H A Dtx.c117 info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in wl18xx_tx_complete_packet()
/linux/drivers/net/wireless/ti/wl1251/
H A Dtx.c180 control->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in wl1251_tx_send_packet()
425 info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in wl1251_tx_packet_cb()
/linux/drivers/net/wireless/intersil/p54/
H A Dtxrx.c767 case WLAN_CIPHER_SUITE_TKIP: in p54_convert_algo()
808 if (info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in p54_tx_80211()
907 if (info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in p54_tx_80211()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dwow.c66 case WLAN_CIPHER_SUITE_TKIP: in _pn_to_iv()
142 case WLAN_CIPHER_SUITE_TKIP: in _iv_to_pn()
287 case WLAN_CIPHER_SUITE_TKIP: in rtw89_wow_get_key_info_iter()
354 case WLAN_CIPHER_SUITE_TKIP: in rtw89_wow_set_key_info_iter()
/linux/net/wireless/
H A Dwext-compat.c168 case WLAN_CIPHER_SUITE_TKIP: in cfg80211_wext_giwrange()
700 cipher = WLAN_CIPHER_SUITE_TKIP; in cfg80211_wext_siwencodeext()
1063 WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_group()
1094 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
/linux/drivers/net/wireless/marvell/libertas/
H A Dcfg.c86 WLAN_CIPHER_SUITE_TKIP,
1405 case WLAN_CIPHER_SUITE_TKIP: in lbs_cfg_connect()
1544 case WLAN_CIPHER_SUITE_TKIP: in lbs_cfg_add_key()
1549 key_type = (params->cipher == WLAN_CIPHER_SUITE_TKIP) in lbs_cfg_add_key()
/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c383 info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) in wl1271_prepare_tx_frame()
949 info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in wl1271_tx_complete_packet()
1112 WLAN_CIPHER_SUITE_TKIP) { in wl12xx_tx_reset()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_util.c422 case WLAN_CIPHER_SUITE_TKIP: in mt76x02_set_key()
435 (key->cipher == WLAN_CIPHER_SUITE_TKIP || in mt76x02_set_key()
/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon.c284 case WLAN_CIPHER_SUITE_TKIP: in ath9k_cmn_get_hw_crypto_keytype()
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmain.c493 case WLAN_CIPHER_SUITE_TKIP: in mt7603_set_key()
506 (key->cipher == WLAN_CIPHER_SUITE_TKIP || in mt7603_set_key()
/linux/drivers/net/wireless/silabs/wfx/
H A Dkey.c173 } else if (key->cipher == WLAN_CIPHER_SUITE_TKIP) { in wfx_add_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.c172 case WLAN_CIPHER_SUITE_TKIP: in rtl92de_tx_fill_desc()

12345