Symbol: IEEE80211_FC1_WEP
sys/dev/ic/an.c
1512
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/ic/an.c
1517
wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
sys/dev/ic/an.c
769
wh->i_fc[1] |= IEEE80211_FC1_WEP;
sys/dev/ic/ath.c
3632
iswep = wh->i_fc[1] & IEEE80211_FC1_WEP;
sys/dev/ic/atw.c
3080
if ((wh->i_fc[1] & IEEE80211_FC1_WEP) == 0)
sys/dev/ic/atw.c
3257
wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
sys/dev/ic/atw.c
3578
if ((whm->i_fc[1] & IEEE80211_FC1_WEP) == 0)
sys/dev/ic/bwi.c
7575
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/ic/malo.c
1416
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/ic/malo.c
1434
if (wh->i_fc[1] & IEEE80211_FC1_WEP)
sys/dev/ic/rt2560.c
1774
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/ic/rt2560.c
1906
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/ic/rt2661.c
1508
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/ic/rt2661.c
1633
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/ic/rtw.c
3343
if ((wh->i_fc[1] & IEEE80211_FC1_WEP) != 0 &&
sys/dev/ic/wi.c
1202
(wh->i_fc[1] & IEEE80211_FC1_WEP)) {
sys/dev/ic/wi.c
1727
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/ic/wi.c
1732
wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
sys/dev/pci/if_ipw.c
1361
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/pci/if_ipw.c
1384
shdr->hdr->encrypted = (wh->i_fc[1] & IEEE80211_FC1_WEP) ? 1 : 0;
sys/dev/pci/if_iwi.c
1637
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/pci/if_iwi.c
1725
desc->wh.i_fc[1] |= IEEE80211_FC1_WEP;
sys/dev/pci/if_iwm.c
5002
if (wh->i_fc[1] & IEEE80211_FC1_WEP)
sys/dev/pci/if_iwm.c
5009
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/pci/if_iwn.c
3046
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/pci/if_iwn.c
3065
if (wh->i_fc[1] & IEEE80211_FC1_WEP)
sys/dev/pci/if_rtwn.c
1843
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/pci/if_rtwn.c
2000
if (wh->i_fc[1] & IEEE80211_FC1_WEP)
sys/dev/pci/if_wpi.c
1923
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/pci/if_wpi.c
1958
if (wh->i_fc[1] & IEEE80211_FC1_WEP)
sys/dev/usb/if_atu.c
1703
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/usb/if_atu.c
1708
wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
sys/dev/usb/if_otus.c
2041
if (wh->i_fc[1] & IEEE80211_FC1_WEP)
sys/dev/usb/if_rum.c
1085
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/usb/if_run.c
2335
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/usb/if_run.c
2336
wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
sys/dev/usb/if_run.c
2549
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/usb/if_upgt.c
1611
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/usb/if_ural.c
1194
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/usb/if_ural.c
1285
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/usb/if_urtwn.c
2720
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/usb/if_urtwn.c
2738
if (wh->i_fc[1] & IEEE80211_FC1_WEP)
sys/dev/usb/if_zyd.c
2068
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/dev/usb/if_zyd.c
2221
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/net80211/ieee80211_input.c
267
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/net80211/ieee80211_input.c
310
wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
sys/net80211/ieee80211_input.c
424
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
sys/net80211/ieee80211_input.c
453
wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
sys/net80211/ieee80211_input.c
817
((wh->i_fc[1] ^ lwh->i_fc[1]) & IEEE80211_FC1_WEP)) {
sys/net80211/ieee80211_output.c
201
wh->i_fc[1] |= IEEE80211_FC1_WEP;
sys/net80211/ieee80211_output.c
692
wh->i_fc[1] |= IEEE80211_FC1_WEP;
sys/net80211/ieee80211_proto.c
327
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {