NetworkManager/src/devices/wifi
Thomas Haller c69d703017 all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()
In all the cases, we don't want to perform locale dependent comparison.

  $ sed -i 's/\<strcasecmp\>/g_ascii_\0/g' $(git grep -w -l strcasecmp -- ':(exclude)shared/systemd/' )
2020-02-11 15:23:06 +01:00
..
tests wifi/tests: add test for ssids_options_to_ptrarray() 2020-01-08 11:23:24 +01:00
meson.build build: build intermediate library with core wifi for device-plugin and tests 2020-01-08 11:23:24 +01:00
nm-device-iwd.c all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_disposing() 2020-02-10 19:11:50 +01:00
nm-device-iwd.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-device-olpc-mesh.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-device-olpc-mesh.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-device-wifi-p2p.c all: rename time related function to spell out nsec/usec/msec/sec 2019-12-13 16:54:40 +01:00
nm-device-wifi-p2p.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-device-wifi.c supplicant: rework handling of capabilities (features) to use capabilities enumeration 2020-02-10 19:11:50 +01:00
nm-device-wifi.h wifi/tests: add test for ssids_options_to_ptrarray() 2020-01-08 11:23:24 +01:00
nm-iwd-manager.c iwd: unbreak iwd-1.0 2019-11-03 07:51:24 +01:00
nm-iwd-manager.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-wifi-ap.c wifi: move nm_wifi_utils_parse_ies() to "src/nm-core-utils.h" 2020-02-10 19:11:50 +01:00
nm-wifi-ap.h wifi: guess metered flag based on Network Cost information element 2019-10-01 13:37:50 +02:00
nm-wifi-common.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-wifi-common.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-wifi-factory.c all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp() 2020-02-11 15:23:06 +01:00
nm-wifi-p2p-peer.c wifi: cleanup property setters in "wifi/nm-wifi-p2p-peer.c" 2020-02-10 19:11:50 +01:00
nm-wifi-p2p-peer.h core: remove code for unused NM_WIFI_P2P_PEER_GROUPS property 2020-01-15 13:54:45 +01:00
nm-wifi-utils.c wifi: move nm_wifi_utils_level_to_quality() to "src/nm-core-utils.h" 2020-02-10 19:11:50 +01:00
nm-wifi-utils.h wifi: move nm_wifi_utils_level_to_quality() to "src/nm-core-utils.h" 2020-02-10 19:11:50 +01:00