Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_ioctl.h875 #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.c599 if (flags & (IEEE80211_CLONE_BSSID|IEEE80211_CLONE_MACADDR)) in ieee80211_vap_setup()
/f-stack/tools/ifconfig/
H A Difieee80211.c5798 params.icp_flags |= IEEE80211_CLONE_MACADDR; in DECL_CMD_FUNC()