summaryrefslogtreecommitdiff
path: root/src/devices/wifi
Commit message (Expand)AuthorAgeFilesLines
* build: disable deprecation checks for internal compilationThomas Haller2016-04-052-2/+0
* utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-152-2/+4
* all: drop str_if_set() in favor of the "?:" operatorThomas Haller2016-03-081-1/+1
* all: don't include error->code in log messagesThomas Haller2016-03-031-1/+1
* all: clean-up usage of GErrorThomas Haller2016-03-031-2/+2
* device: when activating without cloned-mac-address, set the permanent oneLubomir Rintel2016-02-261-2/+1
* wifi/test: fix bug in test code wpa_flags_for_idx()Thomas Haller2016-02-261-1/+1
* wifi: ignore monitor interfacesDan Williams2016-02-241-0/+11
* wifi: avoid autoconnecting Ad-Hoc networks with method=autoLubomir Rintel2016-02-221-4/+5
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-196-11/+6
* wifi: don't touch by default current powersave settingBeniamino Galvani2016-02-161-7/+34
* wifi: allow autoconnect on AP/AdHoc mode connections with manual IP configura...Dan Williams2016-02-111-6/+13
* wifi: fixed some strings "cannot specific" => "cannot specify"gunchleoc2016-02-111-4/+4
* wifi: fix crash due to wrong ownership handling in nm_supplicant_manager_ifac...Thomas Haller2016-01-211-9/+7
* device/wifi: remove unnecessary call to remove_supplicant_interface_error_han...Thomas Haller2016-01-211-2/+0
* device/wifi: replace cancel_pending_scan() with nm_clear_g_source()Thomas Haller2016-01-211-16/+8
* device: pass NMPlatformLink instance as const pointerThomas Haller2016-01-111-1/+1
* device: move implementation of NMDevice:setup_start() to realize_start_setup()Thomas Haller2016-01-111-3/+3
* wifi: refactor creation of NMDeviceWifi/NMDeviceOlpcMesh to initialize in con...Thomas Haller2016-01-062-34/+13
* wifi: don't fail construction of NMDeviceWifi in constructorThomas Haller2016-01-064-33/+40
* wifi-olpc: refactor NMDeviceOlpcMesh to hold pointer to NMManagerThomas Haller2016-01-061-5/+15
* wifi: use "bool" members instead of gboolean in NMDeviceWifiPrivate structThomas Haller2016-01-061-2/+2
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-25/+6
* build: rename directory "include" to "shared"Thomas Haller2015-12-242-4/+4
* device: pass const NMPlatformLink instance to setup_start()/setup_finish()Thomas Haller2015-12-091-1/+1
* device: set link type from all factoriesLubomir Rintel2015-12-082-0/+2
* core: use define for NMDevice's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* wifi: fix supplicant_connection_timeout_cb() using settings-connectionThomas Haller2015-12-051-1/+1
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-12-042-0/+4
* core: create devices first and realize them laterDan Williams2015-12-041-3/+3
* wifi: only try adding supplicant interface 5 times on errors (bgo #753971)Jiří Klimeš2015-11-301-1/+36
* wifi: (trivial) remove unused failed_link_countJiří Klimeš2015-11-251-1/+0
* wifi: do update BSSID cache in activation_success_handler() (rh #1094298)Jiří Klimeš2015-11-191-0/+2
* wifi: propagte errors from supplicant-config to callerThomas Haller2015-11-191-13/+19
* wifi: implement MAC address randomizationDan Williams2015-11-181-1/+16
* trivial: wifi/supplicant: change ApSupport to NMSupplicantFeatureDan Williams2015-11-181-2/+2
* wifi: fix handling APs list using string-hashingThomas Haller2015-11-161-1/+1
* wifi: clean up removal of current AP if it fails during association (bgo #733...Dan Williams2015-11-121-19/+9
* wifi: minor refactoring logging BSSID in supplicant_iface_new_bss_cb()Thomas Haller2015-11-111-4/+2
* Revert "wifi: do no crash when getting BSSID fails"Thomas Haller2015-11-111-5/+1
* wifi: don't accept any BSSes with missing BSSIDs (rh #1276426)Dan Williams2015-11-112-3/+4
* wifi: fix a crash while attempting to connect hidden AP (bgo #757814)Jiří Klimeš2015-11-111-2/+2
* wifi/ap: use direct-hashing for aps hashThomas Haller2015-11-101-3/+8
* wifi/ap: explicitly unexport AP and refactor add/remove APThomas Haller2015-11-101-32/+44
* wifi/ap: set the current-ap after adding the new APThomas Haller2015-11-101-1/+1
* wifi: do no crash when getting BSSID failsjk/fixesJiří Klimeš2015-10-221-1/+5
* wifi: fix a problem in removing non-existing sourceJiří Klimeš2015-10-221-0/+3
* build: drop generating empty nm-*-enum-types for device pluginsThomas Haller2015-10-053-17/+1
* wifi: align logging AP dumpsThomas Haller2015-10-031-1/+1
* wifi: fix alignment of logging strength in nm_ap_dump()Thomas Haller2015-10-031-2/+1