mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +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)
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user