summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33108-Issue_2045.cpp
blob: a1670ffc4c9fc183b32f2f58390fa973e4a2dc60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
void wpa_smk_send_error(struct wpa_authenticator *wpa_auth,
        struct wpa_state_machine *sm, const u8 *peer,
        u16 mui, u16 error_type)
{
    u8 kde[2 + RSN_SELECTOR_LEN + ETH_ALEN +
            2 + RSN_SELECTOR_LEN + sizeof(struct rsn_error_kde)];
    u8 *pos;
    struct rsn_error_kde error;

    wpa_auth_logger(wpa_auth, sm->addr, LOGGER_DEBUG,
            "Sending SMK Error");
}