| /linux-4.4.14/drivers/net/wireless/ipw2x00/ |
| D | ipw.h | 18 WLAN_CIPHER_SUITE_WEP104,
|
| /linux-4.4.14/drivers/staging/wlan-ng/ |
| D | cfg80211.c | 33 WLAN_CIPHER_SUITE_WEP104 155 case WLAN_CIPHER_SUITE_WEP104: in prism2_add_key() 219 params.cipher = WLAN_CIPHER_SUITE_WEP104; in prism2_get_key() 221 params.cipher = WLAN_CIPHER_SUITE_WEP104; in prism2_get_key() 498 (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104); in prism2_connect()
|
| /linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
| D | ioctl_cfg80211.c | 30 WLAN_CIPHER_SUITE_WEP104, 496 keyparms->cipher == WLAN_CIPHER_SUITE_WEP104)) { in rtw_cfg80211_ap_set_encryption() 527 keyparms->cipher == WLAN_CIPHER_SUITE_WEP104) { in rtw_cfg80211_ap_set_encryption() 609 keyparms->cipher == WLAN_CIPHER_SUITE_WEP104) { in rtw_cfg80211_ap_set_encryption() 650 keyparms->cipher == WLAN_CIPHER_SUITE_WEP104) { in rtw_cfg80211_ap_set_encryption() 730 keyparms->cipher == WLAN_CIPHER_SUITE_WEP104) { in rtw_cfg80211_set_encryption() 890 case WLAN_CIPHER_SUITE_WEP104: in cfg80211_rtw_add_key() 975 psecuritypriv->dot11PrivacyAlgrthm == WLAN_CIPHER_SUITE_WEP104)) { in cfg80211_rtw_set_default_key() 985 WLAN_CIPHER_SUITE_WEP104; in cfg80211_rtw_set_default_key() 987 WLAN_CIPHER_SUITE_WEP104; in cfg80211_rtw_set_default_key() [all …]
|
| /linux-4.4.14/drivers/staging/wilc1000/ |
| D | wilc_wfi_cfgoperations.h | 54 WLAN_CIPHER_SUITE_WEP104,
|
| D | wilc_wfi_cfgoperations.c | 896 } else if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104) { in connect() 1106 case WLAN_CIPHER_SUITE_WEP104: in add_key()
|
| /linux-4.4.14/net/mac80211/ |
| D | debugfs_key.c | 95 case WLAN_CIPHER_SUITE_WEP104: in key_tx_spec_write() 131 case WLAN_CIPHER_SUITE_WEP104: in key_tx_spec_read() 169 case WLAN_CIPHER_SUITE_WEP104: in key_rx_spec_read()
|
| D | main.c | 671 WLAN_CIPHER_SUITE_WEP104, in ieee80211_init_cipher_suites() 708 suite == WLAN_CIPHER_SUITE_WEP104) in ieee80211_init_cipher_suites() 765 suites[w++] = WLAN_CIPHER_SUITE_WEP104; in ieee80211_init_cipher_suites()
|
| D | key.c | 198 case WLAN_CIPHER_SUITE_WEP104: in ieee80211_key_enable_hw_accel() 402 case WLAN_CIPHER_SUITE_WEP104: in ieee80211_key_alloc()
|
| D | tx.c | 614 case WLAN_CIPHER_SUITE_WEP104: in ieee80211_tx_h_select_key() 1013 case WLAN_CIPHER_SUITE_WEP104: in ieee80211_tx_h_encrypt() 2597 case WLAN_CIPHER_SUITE_WEP104: in ieee80211_check_fast_xmit()
|
| D | rx.c | 1680 rx->key->conf.cipher != WLAN_CIPHER_SUITE_WEP104 && in ieee80211_rx_h_decrypt() 1697 case WLAN_CIPHER_SUITE_WEP104: in ieee80211_rx_h_decrypt()
|
| D | cfg.c | 163 case WLAN_CIPHER_SUITE_WEP104: in ieee80211_add_key()
|
| D | mlme.c | 4649 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP104) { in ieee80211_mgd_assoc()
|
| /linux-4.4.14/drivers/staging/vt6656/ |
| D | key.c | 140 case WLAN_CIPHER_SUITE_WEP104: in vnt_set_keys()
|
| D | rxtx.c | 731 case WLAN_CIPHER_SUITE_WEP104: in vnt_fill_txkey() 901 case WLAN_CIPHER_SUITE_WEP104: in vnt_tx_packet()
|
| /linux-4.4.14/drivers/staging/vt6655/ |
| D | key.c | 133 case WLAN_CIPHER_SUITE_WEP104: in vnt_set_keys()
|
| D | rxtx.c | 1222 case WLAN_CIPHER_SUITE_WEP104: in vnt_fill_txkey() 1371 case WLAN_CIPHER_SUITE_WEP104: in vnt_generate_fifo_header()
|
| /linux-4.4.14/net/wireless/ |
| D | wext-compat.c | 211 case WLAN_CIPHER_SUITE_WEP104: in cfg80211_wext_giwrange() 537 params->cipher == WLAN_CIPHER_SUITE_WEP104) && in __cfg80211_set_encryption() 638 params.cipher = WLAN_CIPHER_SUITE_WEP104; in cfg80211_wext_siwencode() 679 cipher = WLAN_CIPHER_SUITE_WEP104; in cfg80211_wext_siwencodeext() 996 WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_group() 1025 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()
|
| D | util.c | 282 case WLAN_CIPHER_SUITE_WEP104: in cfg80211_validate_key_settings() 316 case WLAN_CIPHER_SUITE_WEP104: in cfg80211_validate_key_settings()
|
| D | sme.c | 997 cipher == WLAN_CIPHER_SUITE_WEP104) { in cfg80211_connect()
|
| D | nl80211.c | 872 parse.p.cipher == WLAN_CIPHER_SUITE_WEP104) { in nl80211_parse_connkeys() 7008 (key.p.cipher != WLAN_CIPHER_SUITE_WEP104 || in nl80211_authenticate()
|
| /linux-4.4.14/drivers/net/wireless/rt2x00/ |
| D | rt2x00crypto.c | 35 case WLAN_CIPHER_SUITE_WEP104: in rt2x00crypto_key_to_cipher()
|
| D | rt2500usb.c | 354 key->cipher == WLAN_CIPHER_SUITE_WEP104) && in rt2500usb_config_key()
|
| /linux-4.4.14/drivers/net/wireless/orinoco/ |
| D | cfg.c | 79 priv->cipher_suites[i] = WLAN_CIPHER_SUITE_WEP104; in orinoco_wiphy_register()
|
| D | wext.c | 66 WLAN_CIPHER_SUITE_WEP104 : WLAN_CIPHER_SUITE_WEP40; in orinoco_set_key()
|
| /linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
| D | main.c | 407 case WLAN_CIPHER_SUITE_WEP104: in wcn36xx_set_key() 463 (WLAN_CIPHER_SUITE_WEP104 == key_conf->cipher)) { in wcn36xx_set_key() 942 WLAN_CIPHER_SUITE_WEP104, in wcn36xx_init_ieee80211()
|
| /linux-4.4.14/drivers/staging/rtl8723au/include/ |
| D | rtw_security.h | 24 alg == WLAN_CIPHER_SUITE_WEP104)
|
| /linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
| D | common.c | 281 case WLAN_CIPHER_SUITE_WEP104: in ath9k_cmn_get_hw_crypto_keytype()
|
| /linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
| D | sta.c | 1272 case WLAN_CIPHER_SUITE_WEP104: in iwl_mvm_send_sta_key() 1398 case WLAN_CIPHER_SUITE_WEP104: in __iwl_mvm_set_sta_key() 1520 keyconf->cipher == WLAN_CIPHER_SUITE_WEP104) { in iwl_mvm_set_sta_key() 1580 keyconf->cipher == WLAN_CIPHER_SUITE_WEP104) in iwl_mvm_remove_sta_key()
|
| D | d3.c | 165 case WLAN_CIPHER_SUITE_WEP104: { /* hack it for now */ in iwl_mvm_wowlan_program_keys() 1422 case WLAN_CIPHER_SUITE_WEP104: in iwl_mvm_d3_update_gtks()
|
| D | tx.c | 303 case WLAN_CIPHER_SUITE_WEP104: in iwl_mvm_set_tx_cmd_crypto()
|
| D | mac80211.c | 420 WLAN_CIPHER_SUITE_WEP104, in iwl_mvm_mac_setup_register() 2965 case WLAN_CIPHER_SUITE_WEP104: in iwl_mvm_mac_set_key()
|
| /linux-4.4.14/drivers/net/wireless/mwifiex/ |
| D | uap_cmd.c | 93 case WLAN_CIPHER_SUITE_WEP104: in mwifiex_set_secure_params() 117 case WLAN_CIPHER_SUITE_WEP104: in mwifiex_set_secure_params()
|
| D | cfg80211.c | 121 case WLAN_CIPHER_SUITE_WEP104: in mwifiex_is_alg_wep() 442 params->cipher == WLAN_CIPHER_SUITE_WEP104)) { in mwifiex_cfg80211_add_key() 1533 WLAN_CIPHER_SUITE_WEP104, 2071 WLAN_CIPHER_SUITE_WEP104; in mwifiex_cfg80211_assoc()
|
| /linux-4.4.14/drivers/net/wireless/rsi/ |
| D | rsi_91x_mac80211.c | 133 if (((common->secinfo.gtk_cipher == WLAN_CIPHER_SUITE_WEP104) || in rsi_is_cipher_wep() 579 if ((key->cipher == WLAN_CIPHER_SUITE_WEP104) || in rsi_hal_key_config()
|
| D | rsi_91x_mgmt.c | 718 (cipher == WLAN_CIPHER_SUITE_WEP104)) { in rsi_hal_load_key() 739 (cipher == WLAN_CIPHER_SUITE_WEP104)) { in rsi_hal_load_key()
|
| /linux-4.4.14/drivers/staging/rtl8723au/core/ |
| D | rtw_pwrctrl.c | 82 WLAN_CIPHER_SUITE_WEP104) { in ips_leave23a()
|
| D | rtw_recv.c | 483 case WLAN_CIPHER_SUITE_WEP104: in decryptor() 501 case WLAN_CIPHER_SUITE_WEP104: in decryptor() 1361 case WLAN_CIPHER_SUITE_WEP104: in validate_recv_data_frame()
|
| D | rtw_xmit.c | 583 case WLAN_CIPHER_SUITE_WEP104: in update_attrib() 816 case WLAN_CIPHER_SUITE_WEP104: in xmitframe_swencrypt() 1138 case WLAN_CIPHER_SUITE_WEP104: in rtw_xmitframe_coalesce23a()
|
| D | rtw_security.c | 171 pattrib->encrypt != WLAN_CIPHER_SUITE_WEP104) in rtw_wep_encrypt23a() 229 prxattrib->encrypt != WLAN_CIPHER_SUITE_WEP104) in rtw_wep_decrypt23a()
|
| D | rtw_cmd.c | 554 algo != WLAN_CIPHER_SUITE_WEP104 && in rtw_joinbss_cmd23a()
|
| D | rtw_ap.c | 685 WLAN_CIPHER_SUITE_WEP104) in start_bss_network()
|
| D | rtw_mlme.c | 1835 case WLAN_CIPHER_SUITE_WEP104: in rtw_set_key23a()
|
| D | rtw_mlme_ext.c | 945 psecuritypriv->dot11PrivacyAlgrthm != WLAN_CIPHER_SUITE_WEP104) in OnAuth23a()
|
| /linux-4.4.14/drivers/staging/rtl8723au/hal/ |
| D | rtl8723au_xmit.c | 65 case WLAN_CIPHER_SUITE_WEP104: in fill_txdesc_sectype()
|
| D | hal_com.c | 386 case WLAN_CIPHER_SUITE_WEP104: in rtl8723a_set_ampdu_min_space()
|
| /linux-4.4.14/drivers/net/wireless/libertas/ |
| D | cfg.c | 84 WLAN_CIPHER_SUITE_WEP104, 1379 case WLAN_CIPHER_SUITE_WEP104: in lbs_cfg_connect() 1534 case WLAN_CIPHER_SUITE_WEP104: in lbs_cfg_add_key()
|
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
| D | cfg80211.c | 210 WLAN_CIPHER_SUITE_WEP104, 1527 case WLAN_CIPHER_SUITE_WEP104: in brcmf_set_wsec_mode() 1548 case WLAN_CIPHER_SUITE_WEP104: in brcmf_set_wsec_mode() 1671 (WLAN_CIPHER_SUITE_WEP40 | WLAN_CIPHER_SUITE_WEP104))) in brcmf_set_sharedkey() 1687 case WLAN_CIPHER_SUITE_WEP104: in brcmf_set_sharedkey() 2115 case WLAN_CIPHER_SUITE_WEP104: in brcmf_add_keyext() 2167 (params->cipher != WLAN_CIPHER_SUITE_WEP104)) { in brcmf_cfg80211_add_key() 2192 case WLAN_CIPHER_SUITE_WEP104: in brcmf_cfg80211_add_key() 2308 } else if (sec->cipher_pairwise & WLAN_CIPHER_SUITE_WEP104) { in brcmf_cfg80211_get_key() 2309 params.cipher = WLAN_CIPHER_SUITE_WEP104; in brcmf_cfg80211_get_key()
|
| /linux-4.4.14/drivers/net/wireless/ath/ |
| D | key.c | 491 case WLAN_CIPHER_SUITE_WEP104: in ath_key_config()
|
| /linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
| D | mac.c | 503 case WLAN_CIPHER_SUITE_WEP104: in mt76_mac_get_key_info()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| D | trx.c | 469 case WLAN_CIPHER_SUITE_WEP104: in rtl92se_tx_fill_desc()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| D | trx.c | 476 case WLAN_CIPHER_SUITE_WEP104: in rtl8723e_tx_fill_desc()
|
| /linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
| D | mac80211-ops.c | 497 case WLAN_CIPHER_SUITE_WEP104: in ath5k_set_key()
|
| /linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
| D | sta.c | 1125 case WLAN_CIPHER_SUITE_WEP104: in iwlagn_send_sta_key() 1255 case WLAN_CIPHER_SUITE_WEP104: in iwl_set_dynamic_key()
|
| D | lib.c | 932 key->cipher == WLAN_CIPHER_SUITE_WEP104) && in iwlagn_wowlan_program_keys()
|
| D | tx.c | 228 case WLAN_CIPHER_SUITE_WEP104: in iwlagn_tx_cmd_build_hwcrypto()
|
| D | mac80211.c | 667 key->cipher == WLAN_CIPHER_SUITE_WEP104) && !sta) { in iwlagn_mac_set_key()
|
| /linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
| D | cfg80211.c | 242 case WLAN_CIPHER_SUITE_WEP104: in ath6kl_set_cipher() 1170 case WLAN_CIPHER_SUITE_WEP104: in ath6kl_cfg80211_add_key() 1696 WLAN_CIPHER_SUITE_WEP104, 2839 case WLAN_CIPHER_SUITE_WEP104: in ath6kl_start_ap() 2862 case WLAN_CIPHER_SUITE_WEP104: in ath6kl_start_ap()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| D | trx.c | 535 case WLAN_CIPHER_SUITE_WEP104: in rtl92ce_tx_fill_desc()
|
| /linux-4.4.14/drivers/net/wireless/ |
| D | rndis_wlan.c | 409 WLAN_CIPHER_SUITE_WEP104, 599 case WLAN_CIPHER_SUITE_WEP104: in rndis_cipher_to_alg() 1362 cipher = WLAN_CIPHER_SUITE_WEP104; in add_wep_key() 2413 case WLAN_CIPHER_SUITE_WEP104: in rndis_add_key()
|
| D | mwl8k.c | 915 case WLAN_CIPHER_SUITE_WEP104: in mwl8k_encapsulate_tx_frame() 4283 case WLAN_CIPHER_SUITE_WEP104: in mwl8k_encryption_set_cmd_info() 4339 case WLAN_CIPHER_SUITE_WEP104: in mwl8k_cmd_encryption_set_key() 4388 key->cipher == WLAN_CIPHER_SUITE_WEP104) in mwl8k_cmd_encryption_remove_key() 4426 || (key->cipher == WLAN_CIPHER_SUITE_WEP104)) in mwl8k_set_key()
|
| D | at76c50x-usb.c | 2147 (key->cipher != WLAN_CIPHER_SUITE_WEP104)) in at76_set_key()
|
| /linux-4.4.14/drivers/net/wireless/p54/ |
| D | main.c | 539 case WLAN_CIPHER_SUITE_WEP104: in p54_set_key()
|
| D | txrx.c | 763 case WLAN_CIPHER_SUITE_WEP104: in p54_convert_algo()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| D | trx.c | 547 case WLAN_CIPHER_SUITE_WEP104: in rtl8723be_tx_fill_desc()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | trx.c | 624 case WLAN_CIPHER_SUITE_WEP104: in rtl88ee_tx_fill_desc()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| D | trx.c | 575 case WLAN_CIPHER_SUITE_WEP104: in rtl92cu_tx_fill_desc()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| D | trx.c | 671 case WLAN_CIPHER_SUITE_WEP104: in rtl92de_tx_fill_desc()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | trx.c | 790 case WLAN_CIPHER_SUITE_WEP104: in rtl8821ae_tx_fill_desc()
|
| /linux-4.4.14/drivers/net/wireless/iwlegacy/ |
| D | 3945-mac.c | 230 case WLAN_CIPHER_SUITE_WEP104: in il3945_set_dynamic_key() 256 key->cipher == WLAN_CIPHER_SUITE_WEP104) in il3945_set_static_key() 384 case WLAN_CIPHER_SUITE_WEP104: in il3945_build_tx_cmd_hwcrypto()
|
| D | 4965-mac.c | 1634 case WLAN_CIPHER_SUITE_WEP104: in il4965_tx_cmd_build_hwcrypto() 3507 case WLAN_CIPHER_SUITE_WEP104: in il4965_set_dynamic_key() 5948 key->cipher == WLAN_CIPHER_SUITE_WEP104) && !sta) { in il4965_mac_set_key()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| D | trx.c | 799 case WLAN_CIPHER_SUITE_WEP104: in rtl92ee_tx_fill_desc()
|
| /linux-4.4.14/include/linux/ |
| D | ieee80211.h | 2254 #define WLAN_CIPHER_SUITE_WEP104 0x000FAC05 macro
|
| /linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
| D | tx.c | 411 (cipher == WLAN_CIPHER_SUITE_WEP104); in wl1271_prepare_tx_frame()
|
| D | main.c | 3532 case WLAN_CIPHER_SUITE_WEP104: in wlcore_set_key() 6088 WLAN_CIPHER_SUITE_WEP104, in wl1271_init_ieee80211()
|
| /linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
| D | main.c | 851 case WLAN_CIPHER_SUITE_WEP104: in wl1251_set_key_type()
|
| /linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
| D | tx.c | 1024 case WLAN_CIPHER_SUITE_WEP104: in carl9170_tx_prepare()
|
| D | main.c | 1211 case WLAN_CIPHER_SUITE_WEP104: in carl9170_op_set_key()
|
| /linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
| D | mac.c | 189 case WLAN_CIPHER_SUITE_WEP104: in ath10k_send_key() 4995 if (key->cipher == WLAN_CIPHER_SUITE_WEP104) in ath10k_set_key_h_def_keyidx() 5020 key->cipher == WLAN_CIPHER_SUITE_WEP104; in ath10k_set_key() 7134 WLAN_CIPHER_SUITE_WEP104, in ath10k_mac_register()
|
| /linux-4.4.14/drivers/net/wireless/cw1200/ |
| D | wsm.c | 1540 tx_info->control.hw_key->cipher == WLAN_CIPHER_SUITE_WEP104)) { in wsm_handle_tx_data()
|
| D | sta.c | 713 case WLAN_CIPHER_SUITE_WEP104: in cw1200_set_key()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
| D | core.c | 1520 case WLAN_CIPHER_SUITE_WEP104: in rtl_op_set_key()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
| D | rtl8xxxu.c | 4806 case WLAN_CIPHER_SUITE_WEP104: in rtl8xxxu_tx() 5326 case WLAN_CIPHER_SUITE_WEP104: in rtl8xxxu_set_key()
|
| /linux-4.4.14/drivers/net/wireless/b43/ |
| D | main.c | 4219 case WLAN_CIPHER_SUITE_WEP104: in b43_op_set_key()
|