summaryrefslogtreecommitdiff
path: root/src/devices/wifi/nm-device-wifi.c
Commit message (Expand)AuthorAgeFilesLines
* core: use NML3ConfigData (WIP)th/l3cfg-6Thomas Haller2020-09-031-2/+2
* wifi: avoid crash due to incomplete Wi-Fi API infoThomas Haller2020-08-031-0/+7
* all: fix typo in man pagesSayed Shah2020-07-031-1/+1
* supplicant,device: support AP isolationbg/ap-isolationBeniamino Galvani2020-07-011-0/+12
* wifi: renew dynamic IP configuration after roamingbg/wifi-renew-dhcp-on-roamBeniamino Galvani2020-06-301-0/+9
* Revert "wifi: don't autoconnect to networks that have never been successful"Thomas Haller2020-06-031-10/+0
* wifi: clear scan_request_ssids_hash if not neededThomas Haller2020-04-301-17/+30
* wifi: don't unnecessarily trim tracked ssid listThomas Haller2020-04-301-7/+5
* wifi: pass now_msec to _scan_request_ssids_fetch()Thomas Haller2020-04-301-4/+5
* wifi: fix trimming list of tracked ssids to scanThomas Haller2020-04-301-1/+1
* wifi: really fix crash during dispose of NMDeviceWifiThomas Haller2020-04-301-1/+6
* wifi: fix crash during dispose of NMDeviceWifiThomas Haller2020-04-291-1/+1
* wifi: reduce scan rate limiting while not being activatedThomas Haller2020-04-291-20/+32
* wifi: don't limit active scans for SSIDs to 5Thomas Haller2020-04-291-5/+15
* wifi: rework scanning of Wi-Fi deviceThomas Haller2020-04-291-322/+542
* wifi: express SCAN_RAND_MAC_ADDRESS_EXPIRE time in secondsThomas Haller2020-04-291-2/+2
* device: implement "auth-request" as async operation nm_manager_device_auth_re...Thomas Haller2020-04-291-8/+8
* wifi: add callback to nm_supplicant_interface_request_scan()Thomas Haller2020-04-241-1/+5
* shared: add nm_utils_invoke_on_timeout()Thomas Haller2020-04-241-1/+1
* wifi: rework scanning-prohibited tracking for Wi-Fi companion and OLPC deviceThomas Haller2020-04-031-32/+61
* wifi: add and use nm_device_wifi_get_scanning()Thomas Haller2020-04-031-1/+9
* wifi: rename scan-interval variable to indicate they are in secondsThomas Haller2020-04-031-21/+21
* wifi: parse RequestScan D-Bus arguments before authenticating requestThomas Haller2020-04-031-23/+23
* wifi: drop workaround for bad values in nm_platform_wifi_get_quality()Thomas Haller2020-04-031-6/+2
* wifi: cleanup periodic_update() in "nm-device-wifi.c"Thomas Haller2020-04-031-28/+34
* wifi: fix and improve handling of Wi-Fi scanning stateThomas Haller2020-04-031-41/+41
* wifi: print age of Wi-Fi access point with milliseconds precisionThomas Haller2020-04-031-8/+15
* wifi/trivial: rename field NMDeviceWifiPrivate.last_scan to last_scan_msecThomas Haller2020-04-031-6/+7
* device: allow scheduling nm_device_activate_schedule_stage1_prepare() right awayThomas Haller2020-03-171-2/+2
* device: various code cleanups in devicesThomas Haller2020-03-171-29/+19
* wifi: track access point via hash table for supplicant D-Bus pathThomas Haller2020-03-121-2/+11
* wifi: expose NMRefString for nm_wifi_ap_get_supplicant_path()Thomas Haller2020-03-121-2/+2
* supplicant: large rework of wpa_supplicant handlingThomas Haller2020-03-121-148/+163
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-2/+2
* supplicant: rework handling of capabilities (features) to use capabilities en...Thomas Haller2020-02-101-9/+5
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-101-1/+1
* device/wifi: cleanup ssids_options_to_ptrarray()th/ssids-options-to-ptrarrayThomas Haller2020-01-081-7/+8
* wifi/tests: add test for ssids_options_to_ptrarray()Thomas Haller2020-01-081-0/+8
* device/wifi: fix memleak parsing SSID arguments for "RequestScan"Thomas Haller2020-01-081-1/+2
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-7/+7
* device: allow reapply when the device is activatingBeniamino Galvani2019-10-231-1/+3
* device: fix setting MTU from connection when limited by parentBeniamino Galvani2019-10-101-1/+3
* wifi: guess metered flag based on Network Cost information elementBeniamino Galvani2019-10-011-0/+10
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* wifi: allow reapply when the seen-bssids property changedBeniamino Galvani2019-09-131-0/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* device: let devices call stage1 again after being ready to proceedThomas Haller2019-08-281-2/+4
* device: set failure reason when settings hardware address failsThomas Haller2019-08-281-1/+3
* device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-281-5/+0
* device/wifi: cleanup supplicant_iface_wps_credentials_cb()Thomas Haller2019-08-281-20/+21