summaryrefslogtreecommitdiff
path: root/src/devices/wifi
Commit message (Expand)AuthorAgeFilesLines
* wifi: reject WPS PSK secret with non-UTF-8 characters (part 2)Thomas Haller2017-05-201-1/+1
* wifi: properly handle floating GVariant in supplicant_iface_wps_credentials_cb()Thomas Haller2017-05-191-0/+1
* wifi: reject WPS PSK secret with non-UTF-8 charactersThomas Haller2017-05-191-6/+10
* wifi: fix check for PSK for new WPS credentialsThomas Haller2017-05-181-1/+1
* wifi: attempt a WPS enroll when secrets are missingLubomir Rintel2017-05-151-7/+144
* wifi/ap: maintain the WPS flagsLubomir Rintel2017-05-152-2/+14
* wifi/ap: add flags accessorLubomir Rintel2017-05-152-0/+9
* supplicant: configure PMF for each connectionBeniamino Galvani2017-04-281-0/+36
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-182-25/+29
* wifi/test-general: don't do g_message() in testLubomir Rintel2017-04-151-4/+4
* wifi: only attempt to set the scan MAC address when it actually changesLubomir Rintel2017-04-111-13/+10
* wifi: fix HT max rate calculationBeniamino Galvani2017-04-101-13/+17
* wifi: parse the first 77 bits of the supported mcs setJames Kalbfleisch2017-04-101-7/+7
* wifi: avoid buffer overflow reading IEsThomas Haller2017-04-101-17/+49
* wifi: rename ieee80211_eid capability definesThomas Haller2017-04-101-7/+11
* wifi/trivial: rename get_max_rate*() functionsThomas Haller2017-04-101-20/+24
* wifi: collect maximum max-bitrate in nm_wifi_ap_update_from_properties()Thomas Haller2017-04-101-15/+8
* wifi: fix unsigned error return value for get_max_rate()Thomas Haller2017-04-101-4/+6
* wifi: replace "if" checks for rate with switch statementThomas Haller2017-04-101-194/+140
* wifi: set changed flag for max-rate in nm_wifi_ap_update_from_properties()Thomas Haller2017-04-101-1/+1
* wifi: fix compiler warningsThomas Haller2017-04-101-2/+4
* wifi/trivial: fix whitespace and styleThomas Haller2017-04-101-141/+136
* wifi: parse BSS IEs for 80211n and 80211ac data ratesJames Kalbfleisch2017-04-101-0/+342
* all: use "unsigned" instead of "unsigned int"Thomas Haller2017-03-141-1/+1
* device: allow reapply of MTUBeniamino Galvani2017-03-091-0/+28
* include: use double-quotes to include our own headersThomas Haller2017-03-091-5/+5
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-222-53/+56
* device: add support for 802-1x.auth-timeoutBeniamino Galvani2017-02-211-2/+6
* device/wifi: fix #if check for more-loggingThomas Haller2017-02-191-1/+1
* device/wifi: silence some logging for AP changesThomas Haller2017-02-171-12/+16
* device/wifi: block autoconnect while scanning is in progressth/device-wifi-wait-for-scan-bgo770938Thomas Haller2017-02-171-1/+16
* wifi: also show the NM D-Bus path for the Wi-Fi AP in nm_wifi_ap_to_string()Thomas Haller2017-02-171-3/+11
* wifi: only react on AP update signal when there are actual changesThomas Haller2017-02-173-67/+109
* wifi: check for invalid BSSID in nm_wifi_ap_update_from_properties()Thomas Haller2017-02-171-22/+22
* supplicant: merge NEW_BSS signal with BSS_UPDATEDThomas Haller2017-02-171-80/+45
* supplicant: remove unused return value from nm_supplicant_interface_request_s...Thomas Haller2017-02-171-15/+7
* supplicant: rework nm_supplicant_interface_set_config() to invoke result call...Thomas Haller2017-02-171-50/+13
* wifi: introduce enum type NMSupplicantInterfaceState instead of plain intThomas Haller2017-02-141-19/+21
* core: drop nm_settings_get_best_connections() for new nm_settings_get_connect...Thomas Haller2017-02-101-19/+24
* device/wifi: prevent clearing pending wifi scan action during inactive suppli...Thomas Haller2017-02-101-9/+16
* device/wifi: don't reschedule idle handler for schedule_ap_list_dump()Thomas Haller2017-02-101-2/+2
* device/wifi: cache GObject property "scanning"Thomas Haller2017-02-101-12/+28
* device/wifi/trivial: reorder code in "nm-device-wifi.c"Thomas Haller2017-02-101-73/+74
* device/wifi: give wifi-scan related logging message common prefixThomas Haller2017-02-101-11/+11
* device/wifi: ensure consistent timestamp for dumping Wi-Fi APThomas Haller2017-02-103-11/+15
* device/wifi: log scanning related messages with LOGD_WIFI instead of LOGD_WIF...Thomas Haller2017-02-101-26/+29
* device/wifi: refactor logging of Wi-Fi AP by preserving logging context of de...Thomas Haller2017-02-103-39/+48
* device: refactor pending-action strings as named definesThomas Haller2017-02-102-8/+8
* device: queue recheck-available before removing "wait for supplicant" pending...Thomas Haller2017-02-101-9/+6
* core: use define for GObject property name NM_SUPPLICANT_INTERFACE_SCANNINGThomas Haller2017-02-101-1/+1