Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wlanwds/
H A Dwlanwds.c565 cp.icp_flags |= IEEE80211_CLONE_MACADDR; in wds_vap_create()
/freebsd/sys/net80211/
H A Dieee80211_ioctl.h873 #define IEEE80211_CLONE_MACADDR 0x0008 /* use specified mac addr */ macro
H A Dieee80211_freebsd.c154 cp.icp_flags & IEEE80211_CLONE_MACADDR ? in wlan_clone_create()
H A Dieee80211.c629 if (flags & (IEEE80211_CLONE_BSSID|IEEE80211_CLONE_MACADDR)) in ieee80211_vap_setup()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c602 if ((flags & IEEE80211_CLONE_MACADDR) == 0) in mwl_vap_create()
606 if ((flags & IEEE80211_CLONE_MACADDR) == 0) in mwl_vap_create()
612 if ((flags & IEEE80211_CLONE_MACADDR) == 0) in mwl_vap_create()
616 if ((flags & IEEE80211_CLONE_MACADDR) == 0) in mwl_vap_create()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c773 wcp.icp_flags |= IEEE80211_CLONE_MACADDR; in wlan_clone_create()
/freebsd/sbin/ifconfig/
H A Difieee80211.c5822 params.icp_flags |= IEEE80211_CLONE_MACADDR; in set80211clone_wlanaddr()