eapol: Use CamelCase for [EAPoL] settings

This commit is contained in:
Denis Kenzior 2019-10-24 15:29:40 -05:00
parent 7e9df2cbd5
commit d4d35c7872
1 changed files with 1 additions and 1 deletions

View File

@ -2707,7 +2707,7 @@ void __eapol_tx_packet(uint32_t ifindex, const uint8_t *dst, uint16_t proto,
void __eapol_set_config(struct l_settings *config)
{
if (!l_settings_get_uint(config, "EAPoL",
"max_4way_handshake_time", &eapol_4way_handshake_time))
"MaxHandshakeTime", &eapol_4way_handshake_time))
eapol_4way_handshake_time = 5;
}