Page MenuHomeFreeBSD

wirelessGroup
ActivePublic

Details

Description

Working on wireless improvements

Recent Activity

Sat, Jun 1

adrian updated the diff for D45397: net80211: Add crypto module support for AES-GCMP 128 and 256 bit..

add the modules Makefile

Sat, Jun 1, 6:41 AM · wireless

Fri, May 31

adrian added inline comments to D44964: net80211: add IEEE80211_IOC_DEVCAPS2, include versioned responses.
Fri, May 31, 1:30 AM · wireless
bz added inline comments to D44964: net80211: add IEEE80211_IOC_DEVCAPS2, include versioned responses.
Fri, May 31, 1:10 AM · wireless
adrian added inline comments to D44964: net80211: add IEEE80211_IOC_DEVCAPS2, include versioned responses.
Fri, May 31, 1:01 AM · wireless

Thu, May 30

adrian added a comment to D44920: net80211: bump maximum key size to 384 bits.

The real problem isn't the ABI key size, it's that the current net80211 API routine expects the ioctl size is fixed. If that size check wasn't there and we relied on the key request key size and verified it fit inside the ioctl buffer size then we'd be fine.

Thu, May 30, 7:31 PM · wireless

Wed, May 29

adrian updated the summary of D45397: net80211: Add crypto module support for AES-GCMP 128 and 256 bit..
Wed, May 29, 12:55 AM · wireless
adrian added a reviewer for D45397: net80211: Add crypto module support for AES-GCMP 128 and 256 bit.: wireless.
Wed, May 29, 12:51 AM · wireless
adrian updated the summary of D45397: net80211: Add crypto module support for AES-GCMP 128 and 256 bit..
Wed, May 29, 12:51 AM · wireless

Thu, May 23

imp added a comment to D44964: net80211: add IEEE80211_IOC_DEVCAPS2, include versioned responses.

Would nv lists be better?

Thu, May 23, 12:49 AM · wireless
bz added inline comments to D44920: net80211: bump maximum key size to 384 bits.
Thu, May 23, 12:47 AM · wireless
bz requested changes to D44964: net80211: add IEEE80211_IOC_DEVCAPS2, include versioned responses.
Thu, May 23, 12:41 AM · wireless

Wed, May 22

imp added inline comments to D44920: net80211: bump maximum key size to 384 bits.
Wed, May 22, 8:34 PM · wireless
imp added inline comments to D44964: net80211: add IEEE80211_IOC_DEVCAPS2, include versioned responses.
Wed, May 22, 8:33 PM · wireless

Sat, May 18

adrian added a comment to D44920: net80211: bump maximum key size to 384 bits.

Can we decouple userland use in ifconfig? i.e., have ifconfig support 384 bits now

Sat, May 18, 4:59 AM · wireless

Tue, May 14

adrian closed D44919: net80211: add initial key management suites from 802.11-2016, APIs to register them.
Tue, May 14, 9:40 PM · wireless
adrian closed D44901: net80211: allow a single wlan crypto module to register for >1 cipher.
Tue, May 14, 9:40 PM · wireless
adrian closed D44900: net80211: add placeholder module names for the new ciphers.
Tue, May 14, 9:40 PM · wireless
adrian closed D44899: net80211: add the 802.11-2016 cipher list to the crypto array set..
Tue, May 14, 9:40 PM · wireless

Mon, May 13

patryk_cisek.email removed a watcher for wireless: patryk_cisek.email.
Mon, May 13, 3:08 PM
cc requested changes to D44936: wlan: update drivers to use ieee80211_set_hardware_ciphers().

I see you made comments of "ieee80211_set_software_ciphers() is not needed" in if_rtwn.c. Do you mind to add it in the rest of the drivers files? Or is there any better/central place to put such comment or document it?

Mon, May 13, 2:37 PM · wireless

Sun, May 12

adrian added inline comments to D44921: net80211: add 256 bit CCMP support.
Sun, May 12, 10:35 PM · wireless
adrian added inline comments to D44921: net80211: add 256 bit CCMP support.
Sun, May 12, 10:32 PM · wireless
adrian updated the summary of D44919: net80211: add initial key management suites from 802.11-2016, APIs to register them.
Sun, May 12, 10:28 PM · wireless
adrian updated the diff for D44919: net80211: add initial key management suites from 802.11-2016, APIs to register them.

remove the VAP keymgmt flags for now; will reintroduce it and change the
ioctl API to use that instead when it's necessary.

Sun, May 12, 10:28 PM · wireless
adrian added inline comments to D44919: net80211: add initial key management suites from 802.11-2016, APIs to register them.
Sun, May 12, 10:25 PM · wireless
adrian added inline comments to D44899: net80211: add the 802.11-2016 cipher list to the crypto array set..
Sun, May 12, 10:21 PM · wireless
adrian updated the diff for D44899: net80211: add the 802.11-2016 cipher list to the crypto array set..

remove NONE, from bz@

Sun, May 12, 10:20 PM · wireless

Thu, May 9

adrian closed D44864: net80211: add new ciphers and RSN flags.
Thu, May 9, 12:50 AM · wireless
adrian closed D44827: net80211: add driver / crypto methods to set the hardware / software cipher suites.
Thu, May 9, 12:50 AM · wireless
adrian closed D44821: wpa: Remove the now not-needed local logic to hard-code cipher support.
Thu, May 9, 12:50 AM · wireless
adrian closed D44820: net80211: add a new field specifically for announcing specific ciphers.
Thu, May 9, 12:50 AM · wireless

May 3 2024

adrian added a comment to D44920: net80211: bump maximum key size to 384 bits.

OK, I rebuilt world and found where this breaks userland.

May 3 2024, 6:30 PM · wireless
adrian added inline comments to D44864: net80211: add new ciphers and RSN flags.
May 3 2024, 4:45 PM · wireless
adrian added a comment to D44827: net80211: add driver / crypto methods to set the hardware / software cipher suites.
In D44827#1027553, @bz wrote:

This still has changes not marked "done".
Is there a change in the stack which does change the drivers to use this?

May 3 2024, 4:41 PM · wireless
adrian added a comment to D44820: net80211: add a new field specifically for announcing specific ciphers.
In D44820#1027551, @bz wrote:

Can you please update the commit message? Apart from that it seems fine-ish with what cc@ said.

May 3 2024, 4:39 PM · wireless

May 2 2024

bz added a comment to D44919: net80211: add initial key management suites from 802.11-2016, APIs to register them.

Is there any implementation for these new functions, i.e., something which updates the drivers or is this just dead wood swimming down the river?

May 2 2024, 7:54 PM · wireless
bz accepted D44901: net80211: allow a single wlan crypto module to register for >1 cipher.

Would be great if the commit message would mention IEEE80211_CRYPTO_MODULE() somehow so one can find this in the future more easily.

May 2 2024, 7:48 PM · wireless
bz added a comment to D44900: net80211: add placeholder module names for the new ciphers.

In theory I am fine with this once these modules actually exist. I would also fantastic if the annoying printf instead of loading them could be fixed. reverse order.

May 2 2024, 7:44 PM · wireless
bz requested changes to D44899: net80211: add the 802.11-2016 cipher list to the crypto array set..
May 2 2024, 7:40 PM · wireless
bz added a comment to D44864: net80211: add new ciphers and RSN flags.

Most of the comments were marked "done" and changed some since the original comments but the "RSN AKM suite element" table still has a mix of #define suffixes and comments for the "256" cases? Is this on purpose for some reason beyond this file? At least the TDLS case I had originally asked for _256? I just wonder why not? Can you explain?

May 2 2024, 7:34 PM · wireless
bz added a comment to D44827: net80211: add driver / crypto methods to set the hardware / software cipher suites.

This still has changes not marked "done".
Is there a change in the stack which does change the drivers to use this?

May 2 2024, 7:29 PM · wireless
bz added a comment to D44821: wpa: Remove the now not-needed local logic to hard-code cipher support.

You didn't answer my previous question?

May 2 2024, 7:27 PM · wireless
bz added a comment to D44820: net80211: add a new field specifically for announcing specific ciphers.

Can you please update the commit message? Apart from that it seems fine-ish with what cc@ said.

May 2 2024, 7:27 PM · wireless
cc accepted D44864: net80211: add new ciphers and RSN flags.

Individual accept.

May 2 2024, 5:54 PM · wireless

May 1 2024

adrian added inline comments to D44864: net80211: add new ciphers and RSN flags.
May 1 2024, 10:16 PM · wireless
cc accepted D44899: net80211: add the 802.11-2016 cipher list to the crypto array set..
May 1 2024, 8:55 PM · wireless
cc added inline comments to D44899: net80211: add the 802.11-2016 cipher list to the crypto array set..
May 1 2024, 7:28 PM · wireless
cc added inline comments to D44899: net80211: add the 802.11-2016 cipher list to the crypto array set..
May 1 2024, 7:25 PM · wireless
adrian updated the diff for D44864: net80211: add new ciphers and RSN flags.

address comments from cc@

May 1 2024, 2:19 AM · wireless
cy accepted D44901: net80211: allow a single wlan crypto module to register for >1 cipher.
May 1 2024, 1:33 AM · wireless