Home
last modified time | relevance | path

Searched refs:WLAN_KEY_LEN_CCMP (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/staging/vt6655/
Drxtx.h166 u8 tx_key[WLAN_KEY_LEN_CCMP];
Drxtx.c1260 memcpy(key_buffer, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey()
/Linux-v4.19/drivers/staging/vt6656/
Dmac.c122 memcpy(set_key.key, key, WLAN_KEY_LEN_CCMP); in vnt_mac_set_keyentry()
Dmac.h354 u8 key[WLAN_KEY_LEN_CCMP];
Drxtx.h211 u8 tx_key[WLAN_KEY_LEN_CCMP];
Drxtx.c778 memcpy(key_buffer, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c1509 conf.conf.keylen = WLAN_KEY_LEN_CCMP; in iwl_mvm_setup_connection_keep()
1511 WLAN_KEY_LEN_CCMP); in iwl_mvm_setup_connection_keep()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_cmd.c787 if (enc_key->key_len == WLAN_KEY_LEN_CCMP) in mwifiex_cmd_802_11_key_material_v2()
900 if (enc_key->key_len == WLAN_KEY_LEN_CCMP) { in mwifiex_cmd_802_11_key_material_v1()
Dsta_cmdresp.c630 WLAN_KEY_LEN_CCMP); in mwifiex_ret_802_11_key_material_v2()
Dfw.h956 u8 key[WLAN_KEY_LEN_CCMP];
Dcfg80211.c512 encrypt_key.key_len = WLAN_KEY_LEN_CCMP; in mwifiex_cfg80211_set_default_mgmt_key()
/Linux-v4.19/net/wireless/
Dutil.c273 if (params->key_len != WLAN_KEY_LEN_CCMP) in cfg80211_validate_key_settings()
/Linux-v4.19/include/linux/
Dieee80211.h2509 WLAN_KEY_LEN_CCMP = 16, enumerator