Searched refs:icp_flags (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.c96 if ((cp.icp_flags & IEEE80211_CLONE_TDMA) &&
107 cp.icp_opmode, cp.icp_flags, cp.icp_bssid,
108 cp.icp_flags & IEEE80211_CLONE_MACADDR ?
H A Dieee80211_ioctl.h854 uint16_t icp_flags; /* see below */ member in struct:ieee80211_clone_params
/freebsd-11-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c477 cp.icp_opmode, cp.icp_flags, parent,
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c737 wcp.icp_flags |= IEEE80211_CLONE_BSSID;
739 wcp.icp_flags |= IEEE80211_CLONE_NOBEACONS;
742 wcp.icp_flags |= IEEE80211_CLONE_WDSLEGACY;
768 wcp.icp_flags |= IEEE80211_CLONE_TDMA;
775 wcp.icp_flags |= IEEE80211_CLONE_MACADDR;
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c5273 params.icp_flags |= IEEE80211_CLONE_MACADDR;
5294 params.icp_flags |= IEEE80211_CLONE_TDMA;
5307 params.icp_flags &= ~IEEE80211_CLONE_NOBEACONS;
5309 params.icp_flags |= IEEE80211_CLONE_NOBEACONS;
5316 params.icp_flags |= IEEE80211_CLONE_BSSID;
5318 params.icp_flags &= ~IEEE80211_CLONE_BSSID;
5325 params.icp_flags |= IEEE80211_CLONE_WDSLEGACY;
5327 params.icp_flags &= ~IEEE80211_CLONE_WDSLEGACY;

Completed in 81 milliseconds