Home
last modified time | relevance | path

Searched refs:block_tx (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c5362 .cs_mode = chsw->block_tx, in iwl_mvm_schedule_client_csa()
5397 if (chsw->block_tx) in iwl_mvm_old_pre_chan_sw_sta()
5486 if (chsw->block_tx) { in iwl_mvm_pre_channel_switch()
5541 .cs_mode = chsw->block_tx, in iwl_mvm_channel_switch_rx_beacon()
5556 mvmvif->id, chsw->count, mvmvif->csa_count, chsw->block_tx); in iwl_mvm_channel_switch_rx_beacon()
5558 if (chsw->count >= mvmvif->csa_count && chsw->block_tx) { in iwl_mvm_channel_switch_rx_beacon()
/freebsd/contrib/wpa/src/ap/
H A Ddfs.c1113 csa_settings.block_tx = 1; in hostapd_dfs_start_channel_switch()
H A Dctrl_iface_ap.c921 settings->block_tx = !!os_strstr(pos, " blocktx"); in hostapd_parse_csa_settings()
H A Dhostapd.c3591 hapd->cs_block_tx = settings->block_tx; in hostapd_fill_csa_settings()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h2390 u8 block_tx; member
H A Ddriver_nl80211.c9813 settings->cs_count, settings->block_tx, in nl80211_switch_channel()
9889 (settings->block_tx && in nl80211_switch_channel()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h324 int block_tx, count, delay, device_timestamp, timestamp; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c9668 csa_settings.block_tx = P2P_GO_CSA_BLOCK_TX; in wpas_p2p_move_go_csa()