mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
cleanup: Remove extra empty lines
This commit is contained in:
parent
c1bf85ec13
commit
9ff1c4da3a
@ -28,7 +28,6 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
bool mschapv2_get_asymmetric_start_key(const uint8_t master_key[static 16],
|
||||
uint8_t *session_key, size_t session_len,
|
||||
bool server, bool send);
|
||||
|
@ -435,7 +435,6 @@ error:
|
||||
eap_method_error(eap);
|
||||
}
|
||||
|
||||
|
||||
static void eap_pwd_handle_confirm(struct eap_state *eap,
|
||||
const uint8_t *pkt, size_t len)
|
||||
{
|
||||
|
1
src/ie.c
1
src/ie.c
@ -2406,7 +2406,6 @@ int ie_parse_neighbor_report(struct ie_tlv_iter *iter,
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int ie_parse_roaming_consortium(struct ie_tlv_iter *iter, size_t *num_anqp_out,
|
||||
const uint8_t **oi1_out, size_t *oi1_len_out,
|
||||
const uint8_t **oi2_out, size_t *oi2_len_out,
|
||||
|
@ -31,4 +31,3 @@ struct auth_proto *sae_sm_new(struct handshake_state *hs,
|
||||
sae_tx_authenticate_func_t tx_auth,
|
||||
sae_tx_associate_func_t tx_assoc,
|
||||
void *user_data);
|
||||
|
||||
|
@ -2066,7 +2066,6 @@ void station_ap_directed_roam(struct station *station,
|
||||
l_timeout_remove(station->roam_trigger_timeout);
|
||||
station->roam_trigger_timeout = NULL;
|
||||
|
||||
|
||||
if (req_mode & WNM_REQUEST_MODE_PREFERRED_CANDIDATE_LIST) {
|
||||
l_debug("roam: AP sent a preferred candidate list");
|
||||
station_neighbor_report_cb(station->netdev, 0, body + pos,
|
||||
@ -2560,7 +2559,6 @@ static void station_disconnect_cb(struct netdev *netdev, bool success,
|
||||
} else
|
||||
reply = dbus_error_failed(station->disconnect_pending);
|
||||
|
||||
|
||||
dbus_pending_reply(&station->disconnect_pending, reply);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user