Page MenuHomeFreeBSD

ifconfig: 80211, add assoc parameter
AbandonedPublic

Authored by enweiwu on Aug 17 2022, 2:23 PM.
Referenced Files
Unknown Object (File)
Tue, Apr 16, 9:52 PM
Unknown Object (File)
Dec 10 2023, 2:57 PM
Unknown Object (File)
Nov 7 2023, 12:28 PM
Unknown Object (File)
Nov 5 2023, 7:57 AM
Unknown Object (File)
Jul 30 2023, 3:14 PM
Unknown Object (File)
Jun 23 2023, 4:41 PM
Unknown Object (File)
Jun 17 2023, 9:38 PM
Unknown Object (File)
May 19 2023, 9:40 AM
Subscribers

Details

Reviewers
lwhsu
bz
adrian
Group Reviewers
wireless
Summary

Below is the planned commit:

We often use wpa_supplicant(8) to initiate a sta to auth/assoc an ap. I bring simple (without key) 802.11 auth/assoc intilization into ifconfig(8). in this patch.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sbin/ifconfig/ifieee80211.c
897

Sneaked white space here.

Will there be a man page update for this at some point?

In D36242#823477, @cy wrote:

Will there be a man page update for this at some point?

Sure! I'm going to do this.

This patch is no longer needed since I'm trying to use wpa_supplicant(8) on wtap(4). See D38508.