Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vt6656/
H A Drxtx.h153 u8 tx_key[WLAN_KEY_LEN_CCMP];
H A Dmac.c70 memcpy(set_key.key, key, WLAN_KEY_LEN_CCMP); in vnt_mac_set_keyentry()
H A Dmac.h353 u8 key[WLAN_KEY_LEN_CCMP];
H A Drxtx.c362 memcpy(fifo->tx_key, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey()
/openbmc/linux/drivers/staging/vt6655/
H A Drxtx.h164 u8 tx_key[WLAN_KEY_LEN_CCMP];
H A Drxtx.c1211 memcpy(key_buffer, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1929 BUILD_BUG_ON(WLAN_KEY_LEN_CCMP != WLAN_KEY_LEN_GCMP); in iwl_mvm_gtk_rekey()
1930 BUILD_BUG_ON(sizeof(conf.key) < WLAN_KEY_LEN_CCMP); in iwl_mvm_gtk_rekey()
1938 conf.conf.keylen = WLAN_KEY_LEN_CCMP; in iwl_mvm_gtk_rekey()
H A Dftm-initiator.c63 expected_tk_len = WLAN_KEY_LEN_CCMP; in iwl_mvm_ftm_add_pasn_sta()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A Dcfg80211.c507 encrypt_key.key_len = WLAN_KEY_LEN_CCMP; in mwifiex_cfg80211_set_default_mgmt_key()
/openbmc/linux/net/wireless/
H A Dutil.c390 if (params->key_len != WLAN_KEY_LEN_CCMP) in cfg80211_validate_key_settings()
/openbmc/linux/include/linux/
H A Dieee80211.h3687 WLAN_KEY_LEN_CCMP = 16, enumerator