1
0
Fork 0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git synced 2025-12-05 22:37:12 +00:00
No description
Find a file
Wonseok Kim b9f9dda589 iw: connect: Add support for WPA3 SAE association
If the driver advertises NL80211_EXT_FEATURE_SAE_OFFLOAD, pass the
SAE password and let it handle SAE.

Added extra auth and key option to connect since SAE requires a separate
AUTHTYPE and a password instead of pre-shared keys.

Signed-off-by: Wonseok Kim <wonseok.kim@morsemicro.com>
Link: https://patch.msgid.link/20251008044847.16966-1-wonseok.kim@morsemicro.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2025-10-27 11:37:31 +01:00
.gitignore iw: generate command list at build time 2019-12-05 12:43:52 +01:00
Android.mk iw: remove android-nl.c with unneeded workaround 2015-08-13 10:58:52 +02:00
ap.c iw: refactor frequency help 2024-06-05 13:41:51 +02:00
bitrate.c iw: bitrate: support link id 2025-10-27 11:36:55 +01:00
bloom.c iw: nan: Add NAN Commands 2018-10-11 12:37:36 +02:00
coalesce.c iw: remove superfluous includes 2015-10-21 14:25:36 +02:00
connect.c iw: connect: Add support for WPA3 SAE association 2025-10-27 11:37:31 +01:00
CONTRIBUTING iw: embrace the Developer Certificate of Origin for contributions 2014-03-28 09:56:54 +01:00
COPYING iw: add get regulatory domain support 2009-02-04 23:34:48 +01:00
cqm.c iw: cqm: check nlmsg_alloc() return 2015-08-13 15:16:31 +02:00
event.c bump version to 6.9 2024-05-17 11:19:09 +02:00
ftm.c iw: Prevent segfault in ftm get stats 2025-06-24 09:29:48 +02:00
genl.c whitespace cleanups 2011-12-07 09:08:40 +01:00
hwsim.c iw: remove superfluous includes 2015-10-08 11:32:36 +02:00
ibss.c iw: S1G: add frequency set in kHz and offset options 2023-04-14 13:01:26 +02:00
ieee80211.h iw: scan: Add partial Multi-Link element printing 2025-06-24 09:41:15 +02:00
info.c update nl80211.h 2025-09-19 12:25:49 +02:00
interface.c iw: Add command to enable/disable EPCS 2025-06-24 09:31:38 +02:00
iw.8 man: update wikipage URL, reformat SEE ALSO section 2020-11-30 09:58:43 +01:00
iw.c iw: don't set stupid socket buffer size 2025-09-03 09:43:39 +02:00
iw.h iw: util: support parsing link id 2025-10-27 11:36:51 +01:00
keys.c iw: add support for retrieving keys 2023-01-18 11:22:06 +01:00
link.c iw: scan: add eht capability parsing 2025-04-23 16:37:15 +02:00
Makefile iw: fix formats under MIPS64/PPC 2024-07-03 10:35:23 +02:00
measurements.c iw: add support for configuring the bss color for ranging measurements 2021-09-08 09:28:59 +02:00
mesh.c iw: S1G: add frequency set in kHz and offset options 2023-04-14 13:01:26 +02:00
mgmt.c iw: fix mgmt dump missing arguments segfault 2021-04-16 11:21:21 +02:00
mpath.c iw: fix double tab in mesh path header 2022-05-04 11:37:13 +02:00
mpp.c iw: remove superfluous includes 2015-10-21 14:25:36 +02:00
nan.c nan: fix memory leak 2019-05-24 10:49:01 +02:00
nl80211.h update nl80211.h 2025-09-19 12:25:49 +02:00
ocb.c iw: S1G: add frequency set in kHz and offset options 2023-04-14 13:01:26 +02:00
offch.c iw: Fix segfault when no args are given to offchannel 2015-10-21 14:04:46 +02:00
p2p.c iw: remove superfluous includes 2015-10-21 14:25:36 +02:00
phy.c iw: Add support to set per-radio RTS threshold in multi-radio wiphy 2025-09-03 09:45:59 +02:00
ps.c iw: ps: fix "get power_save" documentation 2021-07-23 10:30:41 +02:00
README iw: update wikipage URL 2020-10-27 08:53:11 +01:00
reason.c fix a reason string 2009-07-09 23:02:03 +02:00
reg.c iw: print NO-EHT flags for reg get command 2025-05-16 10:54:27 +02:00
roc.c iw: remove superfluous includes 2015-10-08 11:32:36 +02:00
sar.c iw: add set sar_specs command 2021-10-21 17:19:14 +02:00
scan.c iw: scan: Add partial Multi-Link element printing 2025-06-24 09:41:15 +02:00
sections.c separate commands into sections 2009-08-24 13:28:55 +02:00
sha256.c iw: make all code files non-executable 2019-01-08 12:42:42 +01:00
sha256.h iw: make all code files non-executable 2019-01-08 12:42:42 +01:00
station.c iw: add support to print link level information in station dump 2025-09-03 09:46:25 +02:00
status.c print status 2009-05-05 12:39:30 +02:00
survey.c iw: survey: add support for radio stats 2021-11-26 11:37:27 +01:00
util.c iw: connect: Add support for WPA3 SAE association 2025-10-27 11:37:31 +01:00
vendor.c iw: fix fp handling inside handle_vendor 2019-05-24 10:44:25 +02:00
version.sh bump version to 6.17 2025-09-03 09:47:25 +02:00
wowlan.c wowlan: Use MAX_NL80211_ATTR instead of NUM in nla_parse 2018-10-11 12:31:14 +02:00

This is 'iw', a tool to use nl80211.


To build iw, just enter 'make'. If that fails, set the
PKG_CONFIG_PATH environment variable to allow the Makefile
to find libnl.


'iw' is currently maintained at http://git.sipsolutions.net/iw.git/,
some more documentation is available at
https://wireless.wiki.kernel.org/en/users/Documentation/iw

Please send all patches to Johannes Berg <johannes@sipsolutions.net>
and CC linux-wireless@vger.kernel.org for community review.