mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 09:50:09 +01:00
supplicant: clean up some whitespace
(cherry picked from commit 47fe1b3196)
This commit is contained in:
parent
7b9cc94e66
commit
7ea33e5c92
1 changed files with 23 additions and 23 deletions
|
|
@ -80,34 +80,34 @@ enum {
|
|||
|
||||
|
||||
typedef struct {
|
||||
NMDBusManager * dbus_mgr;
|
||||
char * dev;
|
||||
gboolean is_wireless;
|
||||
gboolean has_credreq; /* Whether querying 802.1x credentials is supported */
|
||||
ApSupport ap_support; /* Lightweight AP mode support */
|
||||
gboolean fast_supported;
|
||||
guint32 max_scan_ssids;
|
||||
guint32 ready_count;
|
||||
NMDBusManager *dbus_mgr;
|
||||
char * dev;
|
||||
gboolean is_wireless;
|
||||
gboolean has_credreq; /* Whether querying 802.1x credentials is supported */
|
||||
ApSupport ap_support; /* Lightweight AP mode support */
|
||||
gboolean fast_supported;
|
||||
guint32 max_scan_ssids;
|
||||
guint32 ready_count;
|
||||
|
||||
char * object_path;
|
||||
guint32 state;
|
||||
int disconnect_reason;
|
||||
NMCallStore * assoc_pcalls;
|
||||
NMCallStore * other_pcalls;
|
||||
char * object_path;
|
||||
guint32 state;
|
||||
int disconnect_reason;
|
||||
NMCallStore * assoc_pcalls;
|
||||
NMCallStore * other_pcalls;
|
||||
|
||||
gboolean scanning;
|
||||
gboolean scanning;
|
||||
|
||||
DBusGProxy * wpas_proxy;
|
||||
DBusGProxy * introspect_proxy;
|
||||
DBusGProxy * iface_proxy;
|
||||
DBusGProxy * props_proxy;
|
||||
char * net_path;
|
||||
guint32 blobs_left;
|
||||
GHashTable * bss_proxies;
|
||||
DBusGProxy * wpas_proxy;
|
||||
DBusGProxy * introspect_proxy;
|
||||
DBusGProxy * iface_proxy;
|
||||
DBusGProxy * props_proxy;
|
||||
char * net_path;
|
||||
guint32 blobs_left;
|
||||
GHashTable * bss_proxies;
|
||||
|
||||
gint32 last_scan; /* timestamp as returned by nm_utils_get_monotonic_timestamp_s() */
|
||||
gint32 last_scan; /* timestamp as returned by nm_utils_get_monotonic_timestamp_s() */
|
||||
|
||||
NMSupplicantConfig * cfg;
|
||||
NMSupplicantConfig *cfg;
|
||||
} NMSupplicantInterfacePrivate;
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue