Home
last modified time | relevance | path

Searched refs:MACSEC_CAK_MAX_LEN (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h924 #define MACSEC_CAK_MAX_LEN 32 macro
926 u8 mka_cak[MACSEC_CAK_MAX_LEN];
H A Dconfig.c2199 if (len > 2 * MACSEC_CAK_MAX_LEN || in wpa_config_parse_mka_cak()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h861 #define MACSEC_CAK_MAX_LEN 32 macro
863 u8 mka_cak[MACSEC_CAK_MAX_LEN];
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4667 if (len > 2 * MACSEC_CAK_MAX_LEN || in hostapd_config_fill()