Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_ioctl.h861 #define IEEE80211_CLONE_MACADDR 0x0008 /* use specified mac addr */ macro
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_dragonfly.c117 cp.icp_flags & IEEE80211_CLONE_MACADDR ? in wlan_clone_create()
H A Dieee80211.c621 if (flags & (IEEE80211_CLONE_BSSID|IEEE80211_CLONE_MACADDR)) in ieee80211_vap_setup()
/dragonfly/sbin/ifconfig/
H A Difieee80211.c5338 params.icp_flags |= IEEE80211_CLONE_MACADDR; in set80211clone_wlanaddr()