Home
last modified time | relevance | path

Searched refs:IEEE80211_CLONE_MACADDR (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/net80211/
HDieee80211_ioctl.h861 #define IEEE80211_CLONE_MACADDR 0x0008 /* use specified mac addr */ macro
HDieee80211_freebsd.c108 cp.icp_flags & IEEE80211_CLONE_MACADDR ? in wlan_clone_create()
HDieee80211.c546 if (flags & (IEEE80211_CLONE_BSSID|IEEE80211_CLONE_MACADDR)) in ieee80211_vap_setup()
/freebsd-11-stable/sys/dev/mwl/
HDif_mwl.c608 if ((flags & IEEE80211_CLONE_MACADDR) == 0) in mwl_vap_create()
612 if ((flags & IEEE80211_CLONE_MACADDR) == 0) in mwl_vap_create()
618 if ((flags & IEEE80211_CLONE_MACADDR) == 0) in mwl_vap_create()
622 if ((flags & IEEE80211_CLONE_MACADDR) == 0) in mwl_vap_create()
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_sys.c775 wcp.icp_flags |= IEEE80211_CLONE_MACADDR; in wlan_clone_create()
/freebsd-11-stable/sbin/ifconfig/
HDifieee80211.c5273 params.icp_flags |= IEEE80211_CLONE_MACADDR; in DECL_CMD_FUNC()