Symbol: IEEE80211_F_WEPON
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
6319
if ((ic->ic_flags & IEEE80211_F_WEPON) &&
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
6824
if ((ic->ic_flags & IEEE80211_F_WEPON) &&
src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/pci/if_wpi.c
1791
if ((ic->ic_flags & IEEE80211_F_WEPON) &&
src/libs/compat/openbsd_wlan/net80211/ieee80211_input.c
2725
} else if (ic->ic_flags & IEEE80211_F_WEPON)
src/libs/compat/openbsd_wlan/net80211/ieee80211_input.c
579
if ((ic->ic_flags & IEEE80211_F_WEPON) ||
src/libs/compat/openbsd_wlan/net80211/ieee80211_ioctl.c
206
ic->ic_flags &= ~IEEE80211_F_WEPON;
src/libs/compat/openbsd_wlan/net80211/ieee80211_ioctl.c
233
if (!(ic->ic_flags & IEEE80211_F_WEPON))
src/libs/compat/openbsd_wlan/net80211/ieee80211_ioctl.c
235
ic->ic_flags &= ~IEEE80211_F_WEPON;
src/libs/compat/openbsd_wlan/net80211/ieee80211_ioctl.c
273
ic->ic_flags |= IEEE80211_F_WEPON;
src/libs/compat/openbsd_wlan/net80211/ieee80211_ioctl.c
286
if (ic->ic_flags & IEEE80211_F_WEPON)
src/libs/compat/openbsd_wlan/net80211/ieee80211_ioctl.c
622
if (ess->flags & IEEE80211_F_WEPON)
src/libs/compat/openbsd_wlan/net80211/ieee80211_ioctl.c
658
if (ic->ic_flags & IEEE80211_F_WEPON)
src/libs/compat/openbsd_wlan/net80211/ieee80211_ioctl.c
688
if (error == 0 && (ic->ic_flags & IEEE80211_F_WEPON))
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
1109
if (ic->ic_flags & (IEEE80211_F_WEPON | IEEE80211_F_RSNON)) {
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
1360
else if (ic->ic_flags & IEEE80211_F_WEPON)
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
170
if (ess->flags & IEEE80211_F_WEPON) {
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
238
if (!(ess->flags & IEEE80211_F_WEPON))
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
240
ess->flags &= ~IEEE80211_F_WEPON;
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
267
ess->flags |= IEEE80211_F_WEPON;
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
361
ess->flags &= ~IEEE80211_F_WEPON;
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
571
} else if (ess->flags & IEEE80211_F_WEPON) {
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
685
} else if (ess->flags & IEEE80211_F_WEPON) {
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
699
ic->ic_flags |= IEEE80211_F_WEPON;
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
997
if (ic->ic_flags & IEEE80211_F_WEPON)
src/libs/compat/openbsd_wlan/net80211/ieee80211_output.c
1543
if (ic->ic_flags & IEEE80211_F_WEPON)
src/libs/compat/openbsd_wlan/net80211/ieee80211_output.c
770
if ((ic->ic_flags & IEEE80211_F_WEPON) ||
src/libs/compat/openbsd_wlan/net80211/ieee80211_output.c
811
(ic->ic_flags & (IEEE80211_F_WEPON | IEEE80211_F_RSNON)))
src/libs/compat/openbsd_wlan/net80211/ieee80211_proto.c
601
if (ic->ic_flags & IEEE80211_F_WEPON) {