OVMS3-idf/components/wpa_supplicant/src
Anton Maklakov 1f3320ebdf wpa_supplicant: fix errors for GCC 8 support
components/wpa_supplicant/port/include/os.h:259:29: error: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Werror=stringop-truncation]
 #define os_strncpy(d, s, n) strncpy((d), (s), (n))
                             ^~~~~~~~~~~~~~~~~~~~~~
components/wpa_supplicant/src/wpa2/eap_peer/eap.c:410:3: note: in expansion of macro 'os_strncpy'
   os_strncpy(sm->blob[0].name, CLIENT_CERT_NAME, BLOB_NAME_LEN);
   ^~~~~~~~~~
2018-07-02 09:05:00 +00:00
..
crypto Add the fast crypto function in supplicant 2017-08-09 21:36:13 +08:00
fast_crypto mbedtls: update usage of mbedtls_aes_encrypt/decrypt 2018-05-09 23:15:28 +08:00
wpa2 wpa_supplicant: fix errors for GCC 8 support 2018-07-02 09:05:00 +00:00
wps wpa_supplicant:move part of codes to IDF 2018-05-09 10:44:35 +08:00