summaryrefslogtreecommitdiff
path: root/src/nm-device-wifi.c
Commit message (Expand)AuthorAgeFilesLines
* core: move devices into a subdirectoryDan Winship2013-05-081-3778/+0
* libnm-glib, core: use g_cclosure_marshal_genericDan Winship2013-05-081-9/+4
* core: reorganize hw-address propertiesDan Winship2013-05-031-82/+14
* wifi: fix NM crash on mode == NULLJiří Klimeš2013-04-111-3/+3
* wifi: AP mode connections are always availableDan Williams2013-04-101-1/+1
* core: silence warning about failure to read permanent MAC address (rh #907912)Dan Williams2013-04-051-1/+1
* Revert :carrier-detect properties and associated codeDan Winship2013-04-031-2/+2
* all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2013-03-251-2/+2
* core: make nm_device_check_connection_compatible() check interface-nameDan Winship2013-03-131-0/+3
* core: simplify nm_device_get_best_auto_connection()Dan Winship2013-03-131-68/+34
* core: simplify nm_device_spec_match_list()Dan Winship2013-03-131-15/+0
* wifi: optimize AvailableConnections updating on device disableDan Williams2013-03-081-9/+13
* core: Update device activation for :carrier-detectDan Winship2013-02-151-2/+2
* all: remove pointless NULL checksDan Winship2013-02-131-5/+0
* wifi: ensure new supplicant is noticed if previous one quit quicklyDan Williams2013-02-121-0/+8
* core: add NM_WIFI_DEVICE_CAP_ADHOCDan Winship2013-02-111-2/+12
* core: simplify nm_device_get_best_auto_connection() implementationsDan Winship2013-01-291-7/+1
* core: fix GObject parent method calling for hw_is_up()Dan Williams2013-01-251-1/+1
* core: add generic way of getting device hardware addressesDan Williams2013-01-241-19/+10
* core: consolidate reading device hardware addressesDan Williams2013-01-241-32/+11
* device: share implementation of hw_is_up, hw_bring_up and hw_take_downPavel Šimerda2013-01-221-16/+2
* wifi: fix supplicant interface state handling for is_available()Dan Williams2013-01-111-1/+2
* wifi: fix wifi device 'mode' property for AP modeJiří Klimeš2012-11-011-1/+1
* wifi: mode changes must happen when device is downDan Williams2012-10-171-3/+9
* wifi: update Hotspot AP object with BSSID and frequency when knownDan Williams2012-10-171-28/+38
* wifi: request scan after deactivating a hotspot connectionDan Williams2012-10-171-1/+9
* wifi: various AP mode fixupsDan Williams2012-10-171-33/+68
* wifi: detect whether supplicant supports AP mode or notDan Williams2012-10-171-7/+30
* trivial: fix AP mode message log levelDan Williams2012-10-171-1/+1
* wifi: support ap-mode with wpa_supplicantJan Luebbe2012-10-171-11/+25
* core: implement NMDevice::state-changed more idiomaticallyDan Winship2012-10-021-3/+3
* core: remove "real_" prefix from method implementation namesDan Winship2012-10-021-60/+60
* wifi: add "Speedport W 501V" to list of BSSID-locked SSIDsDan Williams2012-09-241-0/+1
* wifi: handle supplicant's deauthentication disconnect reasonDan Williams2012-09-201-2/+7
* wifi: request new PSK if disconnected during the 4-way handshakeDan Williams2012-09-201-26/+85
* wifi: rename set_current_ap -> set_active_apDan Williams2012-09-201-6/+6
* wifi: add SSID_NOT_FOUND reason and use it when we canDan Williams2012-09-201-4/+17
* wifi: only request new secrets during the initial connectionDan Williams2012-09-201-5/+13
* wifi: remove associated AP on failureDan Williams2012-09-201-8/+42
* wifi: don't autoconnect to networks that have never been successfulDan Williams2012-09-201-0/+10
* trivial: whitespace fixupDan Williams2012-09-121-2/+4
* wifi: ensure hidden SSIDs get added to AvailableConnectionsDan Williams2012-08-161-0/+4
* core: add AvailableConnections property for NMDevice objectsNathanael D. Noblet2012-08-151-16/+43
* core: move failure logging to device superclassDan Williams2012-06-281-7/+0
* wifi: remove unused codeDan Williams2012-06-281-4/+0
* wifi: merge two functionsDan Williams2012-06-281-29/+16
* wifi: use supplicant's last_scan time for on-demand scan checkingDan Williams2012-06-071-9/+39
* wifi: kill usage of deprecated GTimeValDan Williams2012-06-071-24/+11
* wifi: add on-demand WiFi scan supportGary Ching-Pang Lin2012-06-071-0/+60
* core: use correct device state for supplicant link timeoutsDan Williams2012-06-061-2/+5