Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dieee80211.h1874 WLAN_KEY_LEN_CCMP_256 = 32,
1882 WLAN_KEY_LEN_CCMP_256 = 32, global() enumerator
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h991 u8 key[WLAN_KEY_LEN_CCMP_256];
/linux/net/wireless/
H A Dutil.c361 if (params->key_len != WLAN_KEY_LEN_CCMP_256) in cfg80211_validate_key_settings()