Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h145 WLAN_KEY_LEN_CCMP = 16, enumerator
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c2084 conf.conf.keylen = WLAN_KEY_LEN_CCMP; in iwl_mvm_setup_connection_keep()
2158 BUILD_BUG_ON(WLAN_KEY_LEN_CCMP != WLAN_KEY_LEN_GCMP); in iwl_mvm_convert_gtk_v3()
2159 BUILD_BUG_ON(sizeof(conf.key) < WLAN_KEY_LEN_CCMP);
2167 conf.conf.keylen = WLAN_KEY_LEN_CCMP; in iwl_mvm_convert_igtk()
H A Dftm-initiator.c69 expected_tk_len = WLAN_KEY_LEN_CCMP; in iwl_mvm_ftm_add_pasn_sta()