mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
unit: Fix style
This commit is contained in:
parent
a5c79de774
commit
86ad3c4e03
@ -2099,14 +2099,14 @@ static void eapol_sm_test_tls_test_ready(const char *peer_identity,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void eapol_sm_test_tls_test_disconnected(enum l_tls_alert_desc reason,
|
static void eapol_sm_test_tls_test_disconnected(enum l_tls_alert_desc reason,
|
||||||
bool remote, void *user_data)
|
bool remote, void *user_data)
|
||||||
{
|
{
|
||||||
assert(false);
|
assert(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void verify_deauthenticate(uint32_t ifindex, const uint8_t *aa,
|
static void verify_deauthenticate(uint32_t ifindex, const uint8_t *aa,
|
||||||
const uint8_t *spa, uint16_t reason_code,
|
const uint8_t *spa,
|
||||||
void *user_data)
|
uint16_t reason_code, void *user_data)
|
||||||
{
|
{
|
||||||
assert(false);
|
assert(false);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user