Searched refs:block_tx (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
H A Dcmd.c48 cmd->stop_tx = ch_switch->block_tx; wl18xx_cmd_channel_switch()
/linux-4.1.27/net/mac80211/
H A Dtrace.h1035 __field(bool, block_tx)
1045 __entry->block_tx = ch_switch->block_tx;
2158 __field(bool, block_tx)
2168 __entry->block_tx = ch_switch->block_tx;
2174 CHANDEF_PR_FMT " count:%d block_tx:%d timestamp:%llu",
2176 __entry->block_tx, __entry->timestamp
H A Dmesh.c698 *pos++ |= csa->settings.block_tx ? ieee80211_mesh_build_beacon()
928 params.block_tx = csa_ie.mode & WLAN_EID_CHAN_SWITCH_PARAM_TX_RESTRICT; ieee80211_mesh_process_chnswitch()
H A Dibss.c144 *pos++ = csa_settings->block_tx ? 1 : 0; ieee80211_ibss_build_presp()
893 params.block_tx = !!csa_ie.mode; ieee80211_ibss_process_chanswitch()
H A Dcfg.c3182 ch_switch.block_tx = params->block_tx; __ieee80211_channel_switch()
3210 sdata->csa_block_tx = params->block_tx; __ieee80211_channel_switch()
H A Dutil.c2871 *pos++ = csa_settings->block_tx ? 1 : 0; /* CSA mode */ ieee80211_send_action_csa()
2898 *pos++ |= csa_settings->block_tx ? ieee80211_send_action_csa()
H A Dmlme.c1185 ch_switch.block_tx = csa_ie.mode; ieee80211_sta_process_chanswitch()
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
H A Dcmd.c306 cmd->stop_tx = ch_switch->block_tx; wl12xx_cmd_channel_switch()
/linux-4.1.27/net/wireless/
H A Dtrace.h1934 __field(bool, block_tx)
1944 __entry->block_tx = params->block_tx;
1957 ", block_tx: %d, count: %u, radar_required: %d",
1959 __entry->block_tx, __entry->count, __entry->radar_required)
H A Dnl80211.c6508 params.block_tx = true; nl80211_channel_switch()
/linux-4.1.27/include/net/
H A Dcfg80211.h747 * @block_tx: whether transmissions should be blocked while changing
759 bool block_tx; member in struct:cfg80211_csa_settings
H A Dmac80211.h1279 * @block_tx: Indicates whether transmission must be blocked before the
1287 bool block_tx; member in struct:ieee80211_channel_switch
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dmac80211.c3770 if (chsw->block_tx) iwl_mvm_pre_channel_switch()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dmain.c5476 .block_tx = true, wlcore_op_channel_switch_beacon()

Completed in 1825 milliseconds