Home
last modified time | relevance | path

Searched refs:IEEE80211_CLONE_BSSID (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ioctl.h870 #define IEEE80211_CLONE_BSSID 0x0001 /* allocate unique mac/bssid */ macro
H A Dieee80211.c629 if (flags & (IEEE80211_CLONE_BSSID|IEEE80211_CLONE_MACADDR)) in ieee80211_vap_setup()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c603 assign_address(sc, mac, flags & IEEE80211_CLONE_BSSID); in mwl_vap_create()
613 assign_address(sc, mac, flags & IEEE80211_CLONE_BSSID); in mwl_vap_create()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c735 wcp.icp_flags |= IEEE80211_CLONE_BSSID; in wlan_clone_create()
/freebsd/sys/dev/ath/
H A Dif_ath.c1613 flags &= ~IEEE80211_CLONE_BSSID; in ath_vap_create()
1633 assign_address(sc, mac, flags & IEEE80211_CLONE_BSSID); in ath_vap_create()
/freebsd/sbin/ifconfig/
H A Difieee80211.c5865 params.icp_flags |= IEEE80211_CLONE_BSSID; in set80211clone_bssid()
5867 params.icp_flags &= ~IEEE80211_CLONE_BSSID; in set80211clone_bssid()
/freebsd/sys/dev/ral/
H A Drt2661.c389 flags &= ~IEEE80211_CLONE_BSSID; in rt2661_vap_create()
H A Drt2560.c396 flags &= ~IEEE80211_CLONE_BSSID; in rt2560_vap_create()
H A Drt2860.c455 flags &= ~IEEE80211_CLONE_BSSID; in rt2860_vap_create()
/freebsd/sys/dev/usb/wlan/
H A Dif_run.c1017 flags &= ~IEEE80211_CLONE_BSSID; in run_vap_create()