|
@@ -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;
|