Home
last modified time | relevance | path

Searched refs:punctured (Results 1 – 10 of 10) sorted by relevance

/linux/net/wireless/tests/
H A Dchan.c154 .punctured = 0xf,
164 .punctured = 0xc0,
170 .punctured = 0xc000,
180 .punctured = 0x80,
186 .punctured = 0xc000,
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dphy.c138 .puncture_mask = cpu_to_le16(chandef->punctured), in iwl_mld_phy_fw_action()
H A Dlink.c710 n_subchannels -= hweight16(link_conf->chanreq.oper.punctured); in iwl_mld_get_n_subchannels()
869 link_conf->chanreq.oper.punctured, link_rssi); in iwl_mld_get_link_grade()
/linux/net/wireless/
H A Dtrace.h144 __field(u16, punctured)
157 __entry->punctured = (chandef)->punctured; \
166 __entry->punctured = 0; \
174 __entry->center_freq2, __entry->punctured
H A Dnl80211.c3615 chandef->punctured = in _nl80211_parse_chandef()
3618 if (chandef->punctured && in _nl80211_parse_chandef()
4178 if (chandef->punctured && in nl80211_send_chandef()
4179 nla_put_u32(msg, NL80211_ATTR_PUNCT_BITMAP, chandef->punctured)) in nl80211_send_chandef()
/linux/include/net/
H A Dcfg80211.h831 u16 punctured; member
977 chandef1->punctured == chandef2->punctured && in cfg80211_chandef_identical()
1105 u16 *punctured);
/linux/net/mac80211/
H A Dchan.c701 if (ctx->conf.def.punctured != chanreq->oper.punctured) in _ieee80211_change_chanctx()
H A Dmlme.c325 eht_chandef.punctured = in ieee80211_determine_ap_chan()
773 if (chandef->punctured && in ieee80211_chandef_usable()
H A Dcfg.c4369 if (chanreq.oper.punctured && !link_conf->eht_support) in __ieee80211_channel_switch()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c11169 u32_encode_bits((~def.punctured), in ath12k_mac_update_peer_puncturing_width()
11174 def.punctured, def.width, arvif->vdev_id); in ath12k_mac_update_peer_puncturing_width()
11225 arvif->punct_bitmap = vifs[i].new_ctx->def.punctured; in ath12k_mac_update_vif_chan()
11257 vifs[i].new_ctx->def.punctured, in ath12k_mac_update_vif_chan()
11849 arvif->punct_bitmap = ctx->def.punctured; in ath12k_mac_op_assign_vif_chanctx()