mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
The original interface created by wtap is named "wlan%d", which is the
same as the name of the vap created by wlan(4) and cause ifconfig(8)
may output like this:
wlan0:
parent interface: wlan0
Rename the interface created by wtap(4) to "wtap%d" to avoid confusing.
Reviewed by: adrian
Sponsored by: Google, Inc. (GSoC 2022)
Differential Revision: https://reviews.freebsd.org/D35751
|
||
|---|---|---|
| .. | ||
| plugins | ||
| wtap_hal | ||
| if_medium.c | ||
| if_medium.h | ||
| if_wtap.c | ||
| if_wtap_module.c | ||
| if_wtapioctl.h | ||
| if_wtapvar.h | ||