Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/vt6656/
Drxtx.h153 u8 tx_key[WLAN_KEY_LEN_CCMP];
Dmac.c70 memcpy(set_key.key, key, WLAN_KEY_LEN_CCMP); in vnt_mac_set_keyentry()
Dmac.h353 u8 key[WLAN_KEY_LEN_CCMP];
Drxtx.c362 memcpy(fifo->tx_key, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey()
/linux-6.1.9/drivers/staging/vt6655/
Drxtx.h164 u8 tx_key[WLAN_KEY_LEN_CCMP];
Drxtx.c1211 memcpy(key_buffer, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c1904 BUILD_BUG_ON(WLAN_KEY_LEN_CCMP != WLAN_KEY_LEN_GCMP); in iwl_mvm_setup_connection_keep()
1905 BUILD_BUG_ON(sizeof(conf.key) < WLAN_KEY_LEN_CCMP); in iwl_mvm_setup_connection_keep()
1915 conf.conf.keylen = WLAN_KEY_LEN_CCMP; in iwl_mvm_setup_connection_keep()
Dftm-initiator.c56 expected_tk_len = WLAN_KEY_LEN_CCMP; in iwl_mvm_ftm_add_pasn_sta()
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dsta_cmd.c779 if (enc_key->key_len == WLAN_KEY_LEN_CCMP) in mwifiex_cmd_802_11_key_material_v2()
886 if (enc_key->key_len == WLAN_KEY_LEN_CCMP) { in mwifiex_cmd_802_11_key_material_v1()
Dcfg80211.c507 encrypt_key.key_len = WLAN_KEY_LEN_CCMP; in mwifiex_cfg80211_set_default_mgmt_key()
/linux-6.1.9/net/wireless/
Dutil.c390 if (params->key_len != WLAN_KEY_LEN_CCMP) in cfg80211_validate_key_settings()
/linux-6.1.9/include/linux/
Dieee80211.h3557 WLAN_KEY_LEN_CCMP = 16, enumerator