Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6655/
Drxtx.h179 u8 tx_key[WLAN_KEY_LEN_CCMP];
Drxtx.c1270 memcpy(key_buffer, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey()
/linux-4.1.27/drivers/staging/vt6656/
Dmac.h368 u8 key[WLAN_KEY_LEN_CCMP];
Dmac.c136 memcpy(set_key.key, key, WLAN_KEY_LEN_CCMP); in vnt_mac_set_keyentry()
Drxtx.h224 u8 tx_key[WLAN_KEY_LEN_CCMP];
Drxtx.c771 memcpy(key_buffer, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dd3.c1523 conf.conf.keylen = WLAN_KEY_LEN_CCMP; in iwl_mvm_setup_connection_keep()
1525 WLAN_KEY_LEN_CCMP); in iwl_mvm_setup_connection_keep()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_cmdresp.c630 WLAN_KEY_LEN_CCMP); in mwifiex_ret_802_11_key_material_v2()
Dsta_cmd.c749 if (enc_key->key_len == WLAN_KEY_LEN_CCMP) in mwifiex_cmd_802_11_key_material_v2()
861 if (enc_key->key_len == WLAN_KEY_LEN_CCMP) { in mwifiex_cmd_802_11_key_material_v1()
Dfw.h800 u8 key[WLAN_KEY_LEN_CCMP];
/linux-4.1.27/include/linux/
Dieee80211.h2005 WLAN_KEY_LEN_CCMP = 16, enumerator
/linux-4.1.27/net/wireless/
Dutil.c267 if (params->key_len != WLAN_KEY_LEN_CCMP) in cfg80211_validate_key_settings()