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

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_ioctl.h835 * IEEE80211_CLONE_BSSID flag should be supplied. This is
854 #define IEEE80211_CLONE_BSSID 0x0001 /* allocate unique mac/bssid */ macro
H A Dieee80211.c488 if (flags & (IEEE80211_CLONE_BSSID|IEEE80211_CLONE_MACADDR))
/freebsd-10.0-release/sys/dev/ral/
H A Drt2661.c406 flags &= ~IEEE80211_CLONE_BSSID;
H A Drt2560.c411 flags &= ~IEEE80211_CLONE_BSSID;
H A Drt2860.c465 flags &= ~IEEE80211_CLONE_BSSID;
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c735 wcp.icp_flags |= IEEE80211_CLONE_BSSID;
/freebsd-10.0-release/sbin/ifconfig/
H A Difieee80211.c5122 params.icp_flags |= IEEE80211_CLONE_BSSID;
5124 params.icp_flags &= ~IEEE80211_CLONE_BSSID;
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath.c1222 flags &= ~IEEE80211_CLONE_BSSID;
1242 assign_address(sc, mac, flags & IEEE80211_CLONE_BSSID);
/freebsd-10.0-release/sys/dev/mwl/
H A Dif_mwl.c631 assign_address(sc, mac, flags & IEEE80211_CLONE_BSSID);
641 assign_address(sc, mac, flags & IEEE80211_CLONE_BSSID);
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_run.c788 flags &= ~IEEE80211_CLONE_BSSID;

Completed in 182 milliseconds