summaryrefslogtreecommitdiff
path: root/src/supplicant-manager/nm-supplicant-interface.c
Commit message (Expand)AuthorAgeFilesLines
* supplicant: ignore NotConnected errors when disconnectingDan Williams2015-04-101-2/+4
* supplicant: track and expose wpa_supplicant's CurrentBSS propertyDan Williams2015-04-101-6/+42
* supplicant-manager, wifi: (trivial) fix signal argument typesDan Winship2015-04-061-1/+1
* core: use _nm_dbus_error_has_name()Dan Winship2015-04-031-15/+2
* libnm, core: use typechecked proxy_call methodsDan Winship2015-04-031-20/+19
* libnm, core: use _nm_dbus_signal_connect()Dan Winship2015-04-031-27/+52
* supplicant: disconnect properties handler on disposeDan Williams2015-03-101-0/+2
* supplicant: remove unused variableThomas Haller2015-03-041-1/+0
* supplicant: remove unused nm-call-store.c/.hdcbw/wifi-gdbusDan Williams2015-03-031-1/+0
* supplicant: convert interface/config to GDBusDan Williams2015-03-031-764/+645
* supplicant: clean up some whitespaceDan Williams2015-03-031-28/+28
* supplicant: make NMSupplicantInterface independent of NMSupplicantManagerDan Williams2015-03-031-33/+6
* supplicant: clean up NMSupplicantInterface::dispose()Dan Williams2015-03-031-27/+23
* all: consistently include config.hDan Winship2014-11-131-1/+2
* supplicant: fix expected return type of AddBlob D-Bus callGeoffrey Thomas2014-08-201-2/+1
* supplicant: fix invalid parameter type in AddBlob D-Bus callGeoffrey Thomas2014-08-041-1/+1
* supplicant: fix crash passing invalid parameter to AddBlob when adding networkThomas Haller2014-07-021-1/+1
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-6/+6
* core: use nm_utils_get_monotonic_timestamp_s in nm-supplicant-interfaceThomas Haller2014-01-301-7/+8
* supplicant: suppress more bus activation failure errorsDan Williams2013-09-191-1/+3
* wifi: remove NMSupplicantInfo pending call tracking structDan Williams2013-06-071-195/+116
* wifi: simplify NMCallStoreDan Williams2013-06-071-22/+7
* wifi: fix obvious copy & paste bugDan Williams2013-06-071-1/+1
* Revert "wifi: fix compatibility with wpa_supplicant 0.7.x"Dan Williams2013-06-071-67/+12
* core: convert the DBus manager to a single-ref objectDan Williams2013-05-201-2/+1
* libnm-glib, core: use g_cclosure_marshal_genericDan Winship2013-05-081-20/+11
* all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2013-03-251-1/+1
* all: remove redundant return-if-fail checksDan Winship2013-03-071-5/+0
* all: remove more pointless NULL checksDan Winship2013-02-131-17/+15
* wifi: detect whether supplicant supports AP mode or notDan Williams2012-10-171-1/+79
* supplicant: handle some D-Bus spawn errors betterDan Williams2012-10-061-0/+1
* wifi: handle supplicant's deauthentication disconnect reasonDan Williams2012-09-201-3/+26
* wifi: use supplicant's last_scan time for on-demand scan checkingDan Williams2012-06-071-2/+26
* wifi: kill usage of deprecated GTimeValDan Williams2012-06-071-9/+4
* supplicant: handle interface state 'disabled'Dan Williams2012-05-111-1/+5
* wifi: don't report supplicant interface is READY until we've read propertiesDan Williams2012-05-041-8/+37
* wifi: probe-scan for hidden SSIDsDan Williams2012-05-021-1/+13
* wifi: cache number of available scan SSIDsDan Williams2012-05-021-0/+52
* wifi: don't remove APs still known to the supplicantDan Williams2012-03-021-0/+12
* wifi: let WEXT be disabled with --with-wext=noDan Williams2012-02-291-1/+8
* supplicant: fix an error in demarshalling object pathJiří Klimeš2012-02-271-1/+1
* wifi: fix compatibility with wpa_supplicant 0.7.xDan Williams2012-02-221-17/+65
* wifi: ensure APs remain in scan list when supplicant updates themDan Williams2012-02-201-29/+120
* supplicant: early exit if EAP-FAST is not supported by the supplicantDan Williams2012-02-071-1/+12
* core: expose supplicant credentials request/reply functionalityDan Williams2011-12-191-10/+50
* wifi: detect whether supplicant supports credentials requestsDan Williams2011-12-191-0/+72
* supplicant: fix DBus signal signaturesDaniel Gnoutcheff2011-07-291-3/+6
* wifi: handle a few more possible D-Bus activation errorsDan Williams2011-07-281-0/+3
* wifi: allow supplicant disconnect request more oftenDan Williams2011-06-291-11/+7
* supplicant: add 'authenticating' stateDan Williams2011-03-171-0/+5