Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw.h19 WLAN_CIPHER_SUITE_TKIP,
/Linux-v4.19/drivers/net/wireless/ath/
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()
592 if (key->cipher != WLAN_CIPHER_SUITE_TKIP) in ath_key_delete()
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00crypto.c37 case WLAN_CIPHER_SUITE_TKIP: in rt2x00crypto_key_to_cipher()
95 if (key->cipher == WLAN_CIPHER_SUITE_TKIP) in rt2x00crypto_tx_overhead()
/Linux-v4.19/net/mac80211/
Ddebugfs_key.c97 case WLAN_CIPHER_SUITE_TKIP: in key_tx_spec_write()
134 case WLAN_CIPHER_SUITE_TKIP: in key_tx_spec_read()
173 case WLAN_CIPHER_SUITE_TKIP: in key_rx_spec_read()
293 if (key->conf.cipher != WLAN_CIPHER_SUITE_TKIP) in key_mic_failures_read()
Dkey.c204 case WLAN_CIPHER_SUITE_TKIP: in ieee80211_key_enable_hw_accel()
417 case WLAN_CIPHER_SUITE_TKIP: in ieee80211_key_alloc()
639 new->conf.cipher == WLAN_CIPHER_SUITE_TKIP && in ieee80211_key_identical()
1005 case WLAN_CIPHER_SUITE_TKIP: in ieee80211_get_key_rx_seq()
1058 case WLAN_CIPHER_SUITE_TKIP: in ieee80211_set_key_rx_seq()
Dwpa.c43 if (!tx->key || tx->key->conf.cipher != WLAN_CIPHER_SUITE_TKIP || in ieee80211_tx_h_michael_mic_add()
125 rx->key->conf.cipher == WLAN_CIPHER_SUITE_TKIP) in ieee80211_rx_h_michael_mic_verify()
136 if (!rx->key || rx->key->conf.cipher != WLAN_CIPHER_SUITE_TKIP || in ieee80211_rx_h_michael_mic_verify()
Dmain.c720 WLAN_CIPHER_SUITE_TKIP, in ieee80211_init_cipher_suites()
807 suites[w++] = WLAN_CIPHER_SUITE_TKIP; in ieee80211_init_cipher_suites()
/Linux-v4.19/drivers/staging/vt6655/
Dkey.c121 case WLAN_CIPHER_SUITE_TKIP: in vnt_set_keys()
/Linux-v4.19/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c488 (key->cipher == WLAN_CIPHER_SUITE_TKIP || in ath5k_set_key()
498 case WLAN_CIPHER_SUITE_TKIP: in ath5k_set_key()
517 if (key->cipher == WLAN_CIPHER_SUITE_TKIP) in ath5k_set_key()
/Linux-v4.19/drivers/staging/vt6656/
Dkey.c136 case WLAN_CIPHER_SUITE_TKIP: in vnt_set_keys()
/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c47 WLAN_CIPHER_SUITE_TKIP,
738 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
743 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
761 if (ciphers_pairwise == WLAN_CIPHER_SUITE_TKIP) in connect()
941 case WLAN_CIPHER_SUITE_TKIP: in add_key()
952 params->cipher == WLAN_CIPHER_SUITE_TKIP) { in add_key()
959 if (params->cipher == WLAN_CIPHER_SUITE_TKIP) in add_key()
968 if (params->cipher == WLAN_CIPHER_SUITE_TKIP) in add_key()
982 params->cipher == WLAN_CIPHER_SUITE_TKIP) { in add_key()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_common.c181 case WLAN_CIPHER_SUITE_TKIP: in mt76x2_set_key()
194 (key->cipher == WLAN_CIPHER_SUITE_TKIP || in mt76x2_set_key()
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dtx.c131 info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in wl18xx_tx_complete_packet()
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dtx.c194 control->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in wl1251_tx_send_packet()
439 info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in wl1251_tx_packet_cb()
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/
Dcfg.c84 priv->cipher_suites[i] = WLAN_CIPHER_SUITE_TKIP; in orinoco_wiphy_register()
/Linux-v4.19/drivers/net/wireless/intersil/p54/
Dtxrx.c765 case WLAN_CIPHER_SUITE_TKIP: in p54_convert_algo()
806 if (info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in p54_tx_80211()
905 if (info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in p54_tx_80211()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c249 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_wowlan_program_keys()
1371 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_set_key_rx_seq()
1405 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_d3_update_keys()
1433 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_d3_update_keys()
1513 case WLAN_CIPHER_SUITE_TKIP: in iwl_mvm_setup_connection_keep()
/Linux-v4.19/net/wireless/
Dwext-compat.c162 case WLAN_CIPHER_SUITE_TKIP: in cfg80211_wext_giwrange()
663 cipher = WLAN_CIPHER_SUITE_TKIP; in cfg80211_wext_siwencodeext()
978 WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_group()
1009 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
Dutil.c231 case WLAN_CIPHER_SUITE_TKIP: in cfg80211_validate_key_settings()
268 case WLAN_CIPHER_SUITE_TKIP: in cfg80211_validate_key_settings()
325 case WLAN_CIPHER_SUITE_TKIP: in cfg80211_validate_key_settings()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dcfg.c86 WLAN_CIPHER_SUITE_TKIP,
1354 case WLAN_CIPHER_SUITE_TKIP: in lbs_cfg_connect()
1493 case WLAN_CIPHER_SUITE_TKIP: in lbs_cfg_add_key()
1498 key_type = (params->cipher == WLAN_CIPHER_SUITE_TKIP) in lbs_cfg_add_key()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dcommon.c284 case WLAN_CIPHER_SUITE_TKIP: in ath9k_cmn_get_hw_crypto_keytype()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dtx.c400 info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) in wl1271_prepare_tx_frame()
967 info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) { in wl1271_tx_complete_packet()
1130 WLAN_CIPHER_SUITE_TKIP) { in wl12xx_tx_reset()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c96 case WLAN_CIPHER_SUITE_TKIP: in mwifiex_set_secure_params()
141 case WLAN_CIPHER_SUITE_TKIP: in mwifiex_set_secure_params()
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dmain.c315 case WLAN_CIPHER_SUITE_TKIP: in mt7601u_set_key()
/Linux-v4.19/drivers/net/wireless/ath/carl9170/
Dmain.c1214 case WLAN_CIPHER_SUITE_TKIP: in carl9170_op_set_key()
1252 if (key->cipher == WLAN_CIPHER_SUITE_TKIP) { in carl9170_op_set_key()
1286 if (key->cipher == WLAN_CIPHER_SUITE_TKIP) { in carl9170_op_set_key()

1234