| /freebsd/sys/net80211/ |
| H A D | ieee80211_var.h | 97 ((ic)->ic_flags_ext & IEEE80211_FEXT_VHT) 100 ((ic)->ic_flags_ext & IEEE80211_FEXT_SEQNO_OFFLOAD) 102 ((ic)->ic_flags_ext & IEEE80211_FEXT_FRAG_OFFLOAD) 104 ((ic)->ic_flags_ext & IEEE80211_FEXT_AMPDU_OFFLOAD) 162 uint32_t ic_flags_ext; /* extended state flags */ member 875 return (ic->ic_flags_ext & IEEE80211_FEXT_BPF) != 0; in ieee80211_radiotap_active()
|
| H A D | ieee80211_scan_sw.c | 206 ic->ic_flags_ext |= IEEE80211_FEXT_BGSCAN; in ieee80211_swscan_start_scan_locked() 410 ic->ic_flags_ext |= IEEE80211_FEXT_BGSCAN; in ieee80211_swscan_bg_scan() 934 ic->ic_flags_ext &= ~IEEE80211_FEXT_BGSCAN; in scan_done()
|
| H A D | ieee80211_adhoc.c | 757 if (ic->ic_flags_ext & IEEE80211_FEXT_PROBECHAN) { in adhoc_recv_mgmt() 767 ic->ic_flags_ext &= ~IEEE80211_FEXT_PROBECHAN; in adhoc_recv_mgmt()
|
| H A D | ieee80211_sta.c | 1340 return ((ic->ic_flags_ext & IEEE80211_FEXT_BGSCAN) && in contbgscan() 1681 if (ic->ic_flags_ext & IEEE80211_FEXT_PROBECHAN) { in sta_recv_mgmt() 1691 ic->ic_flags_ext &= ~IEEE80211_FEXT_PROBECHAN; in sta_recv_mgmt()
|
| H A D | ieee80211_power.c | 576 } else if ((set == 1) && (ic->ic_flags_ext & IEEE80211_FEXT_BGSCAN)) { in ieee80211_sta_tim_notify()
|
| H A D | ieee80211_scan.c | 533 ic->ic_flags_ext |= IEEE80211_FEXT_PROBECHAN; in ieee80211_probe_curchan()
|
| H A D | ieee80211.c | 563 vap->iv_flags_ext = ic->ic_flags_ext; in ieee80211_vap_setup() 1010 ic->ic_flags_ext |= flag; in ieee80211_syncflag_ext_locked() 1012 ic->ic_flags_ext &= ~flag; in ieee80211_syncflag_ext_locked()
|
| H A D | ieee80211_proto.c | 960 ic->ic_flags_ext |= IEEE80211_FEXT_NONERP_PR; in vap_update_erp_protmode() 962 ic->ic_flags_ext &= ~IEEE80211_FEXT_NONERP_PR; in vap_update_erp_protmode()
|
| H A D | ieee80211_hostap.c | 1835 (ic->ic_flags_ext & IEEE80211_FEXT_PROBECHAN)) { in hostap_recv_mgmt() 1845 ic->ic_flags_ext &= ~IEEE80211_FEXT_PROBECHAN; in hostap_recv_mgmt()
|
| H A D | ieee80211_ddb.c | 681 db_printf("\tflags_ext=%b\n", ic->ic_flags_ext, IEEE80211_FEXT_BITS); in _db_show_com()
|
| H A D | ieee80211_mesh.c | 1872 if (ic->ic_flags_ext & IEEE80211_FEXT_PROBECHAN) { in mesh_recv_mgmt() 1882 ic->ic_flags_ext &= ~IEEE80211_FEXT_PROBECHAN; in mesh_recv_mgmt()
|
| H A D | ieee80211_output.c | 1086 if ((ic->ic_flags_ext & IEEE80211_FEXT_NO_NULLDATA) != 0) { in ieee80211_send_nulldata() 2135 if (ic->ic_flags_ext & IEEE80211_FEXT_NONERP_PR) in ieee80211_add_erp()
|
| H A D | ieee80211_node.c | 140 ic->ic_flags_ext |= IEEE80211_FEXT_INACT; /* inactivity processing */ in ieee80211_node_attach()
|
| /freebsd/sys/dev/rtwn/ |
| H A D | if_rtwn.c | 268 ic->ic_flags_ext |= IEEE80211_FEXT_WATCHDOG; in rtwn_attach() 272 ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD; in rtwn_attach() 276 ic->ic_flags_ext |= IEEE80211_FEXT_NO_NULLDATA; in rtwn_attach()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 4524 lhw->ic->ic_flags_ext |= IEEE80211_FEXT_SCAN_OFFLOAD; in lkpi_enable_hw_scan() 4782 if ((ic->ic_flags_ext & IEEE80211_FEXT_BGSCAN) != 0) { in lkpi_ic_scan_start() 4788 ic->ic_flags_ext, IEEE80211_FEXT_BITS, in lkpi_ic_scan_start() 6434 ic->ic_flags_ext |= IEEE80211_FEXT_VHT; 6755 ic->ic_flags_ext |= IEEE80211_FEXT_FRAG_OFFLOAD; 6759 ic->ic_flags_ext |= IEEE80211_FEXT_AMPDU_OFFLOAD;
|
| /freebsd/sys/dev/usb/wlan/ |
| H A D | if_rsu.c | 581 ic->ic_flags_ext |= IEEE80211_FEXT_SCAN_OFFLOAD; in rsu_attach() 582 ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD; in rsu_attach()
|
| H A D | if_ural.c | 476 ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD; in ural_attach()
|
| H A D | if_mtw.c | 650 ic->ic_flags_ext |= IEEE80211_FEXT_SWBMISS; in mtw_attach() 651 ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD; in mtw_attach()
|
| H A D | if_upgt.c | 357 ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD; in upgt_attach()
|
| /freebsd/sys/dev/iwi/ |
| H A D | if_iwi.c | 374 ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD; in iwi_attach() 2720 if (ic->ic_flags_ext & IEEE80211_FEXT_BGSCAN) { in iwi_scanchan()
|
| /freebsd/sys/dev/malo/ |
| H A D | if_malo.c | 266 ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD; in malo_attach()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx.c | 10529 ic->ic_flags_ext = IEEE80211_FEXT_SCAN_OFFLOAD; in iwx_attach() 10531 ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD; in iwx_attach() 10533 ic->ic_flags_ext |= IEEE80211_FEXT_NO_NULLDATA; in iwx_attach() 10558 ic->ic_flags_ext |= IEEE80211_FEXT_VHT; in iwx_attach() 10789 if ((ic->ic_flags_ext & IEEE80211_FEXT_BGSCAN) == 0) in iwx_scan_start()
|
| /freebsd/sys/dev/ipw/ |
| H A D | if_ipw.c | 286 ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD; in ipw_attach()
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm.c | 6149 ic->ic_flags_ext |= IEEE80211_FEXT_SCAN_OFFLOAD; in iwm_attach() 6150 ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD; in iwm_attach()
|
| /freebsd/sys/dev/ral/ |
| H A D | rt2560.c | 284 ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD; in rt2560_attach()
|