supplicant/trivial: move code around
This commit is contained in:
@@ -47,6 +47,13 @@ typedef struct {
|
|||||||
|
|
||||||
struct _AddNetworkData;
|
struct _AddNetworkData;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
NMSupplicantInterface *self;
|
||||||
|
const char *type;
|
||||||
|
char *bssid;
|
||||||
|
char *pin;
|
||||||
|
} WpsEnrollStartData;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
NMSupplicantInterface *self;
|
NMSupplicantInterface *self;
|
||||||
NMSupplicantConfig *cfg;
|
NMSupplicantConfig *cfg;
|
||||||
@@ -587,12 +594,7 @@ nm_supplicant_interface_set_pmf_support (NMSupplicantInterface *self,
|
|||||||
priv->pmf_support = pmf_support;
|
priv->pmf_support = pmf_support;
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct {
|
/*****************************************************************************/
|
||||||
NMSupplicantInterface *self;
|
|
||||||
const char *type;
|
|
||||||
char *bssid;
|
|
||||||
char *pin;
|
|
||||||
} WpsEnrollStartData;
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
wps_enroll_start_data_free (WpsEnrollStartData *data)
|
wps_enroll_start_data_free (WpsEnrollStartData *data)
|
||||||
|
Reference in New Issue
Block a user