Bug 155902 - ifconfig(8): ifconfig wlan0 create wlandev foo0 wlanaddr 00:... fails
Summary: ifconfig(8): ifconfig wlan0 create wlandev foo0 wlanaddr 00:... fails
Status: Closed Unable to Reproduce
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 9.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-24 05:10 UTC by Doug Barton
Modified: 2019-01-25 14:08 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Barton freebsd_committer freebsd_triage 2011-03-24 05:10:00 UTC
	If I create a wlan0 device as follows:

	ifconfig wlan0 create wlandev foo0 wlanaddr 00:... 

	the wlan0 device gets created properly with the specified mac,
	however the device never associates. The same commands without
	'wlanaddr 00:...' works just fine on the same hardware.

How-To-Repeat: 	See above
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:01:28 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 2 Andriy Voskoboinyk freebsd_committer freebsd_triage 2019-01-25 14:08:44 UTC
Checked with rtwn(4):
ifconfig wlan0 create wlandev rtwn0 wlanaddr 00:11:22:33:44:55

Everything works fine (I'm using it right now).