mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-09 08:22:42 +01:00
eapol: Use CamelCase for [EAPoL] settings
This commit is contained in:
parent
7e9df2cbd5
commit
d4d35c7872
@ -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)
|
void __eapol_set_config(struct l_settings *config)
|
||||||
{
|
{
|
||||||
if (!l_settings_get_uint(config, "EAPoL",
|
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;
|
eapol_4way_handshake_time = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user