I'm trying to make wpa_supplicant fips-safe and one step is to set up: #openssl_ciphers=DEFAULT:!EXP:!LOW (based on http://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf) https://www.openssl.org/docs/apps/ciphers.html has a list of all ciphers. Is there a way somehow to set up a FIPS suite for openssl_ciphers,something like: openssl_ciphers=FIPS? I'm using the FIPS-compatible openssl library etc. Just don't know how to set up the openssl_ciphers in wpa_supplicant.conf. Thanks, xxiao