Page MenuHomeFreeBSD

ifconfig: 80211, add assoc parameter
AbandonedPublic

Authored by enweiwu on Aug 17 2022, 2:23 PM.
Referenced Files
Unknown Object (File)
Tue, Sep 1, 2:42 AM
Unknown Object (File)
Mon, Aug 24, 11:19 AM
Unknown Object (File)
Sun, Aug 23, 6:39 AM
Unknown Object (File)
Aug 12 2026, 5:03 PM
Unknown Object (File)
Aug 4 2026, 2:12 AM
Unknown Object (File)
Aug 3 2026, 3:52 AM
Unknown Object (File)
Jul 27 2026, 12:43 AM
Unknown Object (File)
Jul 24 2026, 6:40 PM
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.