Symbol: IEEE80211_FEXT_SEQNO_OFFLOAD
sys/dev/ath/if_ath.c
928
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/bwi/if_bwi.c
502
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/bwn/if_bwn.c
777
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/ipw/if_ipw.c
286
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/iwi/if_iwi.c
374
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/iwm/if_iwm.c
6150
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/iwn/if_iwn.c
588
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/iwx/if_iwx.c
10542
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/malo/if_malo.c
266
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/mwl/if_mwl.c
436
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/otus/if_otus.c
746
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/ral/rt2560.c
284
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/ral/rt2661.c
285
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/ral/rt2860.c
326
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/rtwn/if_rtwn.c
272
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/usb/wlan/if_mtw.c
651
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/usb/wlan/if_rsu.c
582
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/usb/wlan/if_run.c
885
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/usb/wlan/if_uath.c
435
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/usb/wlan/if_upgt.c
357
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/usb/wlan/if_ural.c
476
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/usb/wlan/if_urtw.c
887
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/dev/usb/wlan/if_zyd.c
387
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
sys/net80211/ieee80211_var.h
100
((ic)->ic_flags_ext & IEEE80211_FEXT_SEQNO_OFFLOAD)