summaryrefslogtreecommitdiff
path: root/src/wifi/wifi-utils.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2013-12-12 11:36:06 +0100
committerThomas Haller <thaller@redhat.com>2013-12-12 11:37:52 +0100
commit00347f4655a677cc91930b0cc4f0b10a569ca461 (patch)
treebd62afe0da9b6c50d9315238632d18bcf585e63e /src/wifi/wifi-utils.h
parent5f3360d2952778cc0dbf7a02c076a22be2267076 (diff)
parentd0db82a19f8615fba0130020de48884912f2a97c (diff)
core: rework AP handling in nm-device-wifi (Merge branch 'th/rh1025371_wifi_ap_rework')
This reworks and fixes the handling of current_ap in nm-device-wifi. https://bugzilla.redhat.com/show_bug.cgi?id=1025371 Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'src/wifi/wifi-utils.h')
-rw-r--r--src/wifi/wifi-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wifi/wifi-utils.h b/src/wifi/wifi-utils.h
index 09583e7bd4..b917ef2f9d 100644
--- a/src/wifi/wifi-utils.h
+++ b/src/wifi/wifi-utils.h
@@ -37,8 +37,6 @@ void wifi_utils_deinit (WifiData *data);
NMDeviceWifiCapabilities wifi_utils_get_caps (WifiData *data);
-gboolean wifi_utils_can_scan_ssid (WifiData *data);
-
NM80211Mode wifi_utils_get_mode (WifiData *data);
gboolean wifi_utils_set_mode (WifiData *data, const NM80211Mode mode);