opnsense-src/sys/dev/wtap
En-Wei Wu f7f4ce2d28
wtap(4): Rename interface name
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
2022-07-09 01:29:15 +08:00
..
plugins wtap: clean up empty lines in .c and .h files 2020-09-01 21:45:35 +00:00
wtap_hal wtap(4): Rename interface name 2022-07-09 01:29:15 +08:00
if_medium.c
if_medium.h
if_wtap.c Remove store-only variable and unnecessary bzero() 2022-06-29 20:02:01 +08:00
if_wtap_module.c Remove store-only variable and unnecessary bzero() 2022-06-29 20:02:01 +08:00
if_wtapioctl.h
if_wtapvar.h Remove unused function. 2020-03-04 22:31:41 +00:00