]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
privsep: Coding style cleanup for struct definitions
authorJouni Malinen <j@w1.fi>
Sat, 3 Dec 2016 16:05:33 +0000 (18:05 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 3 Dec 2016 16:06:03 +0000 (18:06 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/privsep_commands.h

index f017f08e7cc5e1dd9dc4a3041cb903b08517d464..68656dc027eb6665c20a978dd8a33aa8815382e7 100644 (file)
@@ -29,8 +29,7 @@ enum privsep_cmd {
        PRIVSEP_CMD_AUTHENTICATE,
 };
 
-struct privsep_cmd_authenticate
-{
+struct privsep_cmd_authenticate {
        int freq;
        u8 bssid[ETH_ALEN];
        u8 ssid[SSID_MAX_LEN];
@@ -47,8 +46,7 @@ struct privsep_cmd_authenticate
        /* followed by auth_data_len bytes of auth_data */
 };
 
-struct privsep_cmd_associate
-{
+struct privsep_cmd_associate {
        u8 bssid[ETH_ALEN];
        u8 ssid[SSID_MAX_LEN];
        size_t ssid_len;
@@ -64,8 +62,7 @@ struct privsep_cmd_associate
        /* followed by wpa_ie_len bytes of wpa_ie */
 };
 
-struct privsep_cmd_set_key
-{
+struct privsep_cmd_set_key {
        int alg;
        u8 addr[ETH_ALEN];
        int key_idx;