| /linux-6.15/net/wireless/tests/ |
| H A D | chan.c | 154 .punctured = 0xf, 164 .punctured = 0xc0, 170 .punctured = 0xc000, 180 .punctured = 0x80, 186 .punctured = 0xc000,
|
| /linux-6.15/net/wireless/ |
| H A D | chan.c | 93 for (u32 punctured = chandef->punctured, \ 100 punctured = 0) : (punctured >>= 1))) \ 101 if (!(punctured & 1)) 152 return chandef->punctured == 0; in valid_puncturing_bitmap() 155 if (!chandef->punctured) in valid_puncturing_bitmap() 470 u16 *punctured) in cfg80211_chandef_primary() argument 485 if (!punctured) in cfg80211_chandef_primary() 486 punctured = &_punct; in cfg80211_chandef_primary() 488 *punctured = c->punctured; in cfg80211_chandef_primary() 495 *punctured >>= bits_to_drop; in cfg80211_chandef_primary() [all …]
|
| H A D | trace.h | 144 __field(u16, punctured) 157 __entry->punctured = (chandef)->punctured; \ 166 __entry->punctured = 0; \ 174 __entry->center_freq2, __entry->punctured
|
| H A D | nl80211.c | 3462 chandef->punctured = in _nl80211_parse_chandef() 3465 if (chandef->punctured && in _nl80211_parse_chandef() 3957 if (chandef->punctured && in nl80211_send_chandef() 3958 nla_put_u32(msg, NL80211_ATTR_PUNCT_BITMAP, chandef->punctured)) in nl80211_send_chandef()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/tests/ |
| H A D | links.c | 137 .punctured = 0x0000 146 .punctured = 0x3 155 .punctured = 0x3 164 .punctured = 0x3
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | link.c | 700 u16 punctured; in iwl_mld_check_omi_bw_reduction() local 747 &punctured) < 0 || in iwl_mld_check_omi_bw_reduction() 748 punctured != 0) in iwl_mld_check_omi_bw_reduction() 1028 n_subchannels -= hweight16(link_conf->chanreq.oper.punctured); in iwl_mld_get_n_subchannels() 1192 link_conf->chanreq.oper.punctured, link_rssi); in iwl_mld_get_link_grade()
|
| H A D | phy.c | 135 .puncture_mask = cpu_to_le16(chandef->punctured), in iwl_mld_phy_fw_action()
|
| H A D | mac80211.c | 892 chandef->punctured == phy->chandef.punctured) { in iwl_mld_change_chanctx()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | phy-ctxt.c | 232 cmd.puncture_mask = cpu_to_le16(chandef->punctured); in iwl_mvm_phy_ctxt_apply()
|
| H A D | link.c | 336 cmd.puncture_mask = cpu_to_le16(def->punctured); in iwl_mvm_link_changed() 505 n_punctured = hweight16(link_conf->chanreq.oper.punctured); in iwl_mvm_get_puncturing_factor()
|
| /linux-6.15/net/mac80211/ |
| H A D | spectmgmt.c | 359 new_chandef.punctured = in ieee80211_parse_ch_switch_ie()
|
| H A D | util.c | 3176 he_chandef.punctured = in ieee80211_chandef_he_6ghz_oper() 3598 c->punctured = 0; in ieee80211_chandef_downgrade() 3606 c->punctured = 0; in ieee80211_chandef_downgrade() 3648 &c->punctured); in ieee80211_chandef_downgrade() 3657 if (!cfg80211_chandef_valid(c) && c->punctured) in ieee80211_chandef_downgrade()
|
| H A D | chan.c | 566 if (ctx->conf.def.punctured != chanreq->oper.punctured) in _ieee80211_change_chanctx()
|
| H A D | mlme.c | 327 eht_chandef.punctured = in ieee80211_determine_ap_chan() 775 if (chandef->punctured && in ieee80211_chandef_usable() 779 if (chandef->punctured && chandef->chan->band == NL80211_BAND_5GHZ && in ieee80211_chandef_usable()
|
| H A D | cfg.c | 4052 if (chanreq.oper.punctured && !link_conf->eht_support) in __ieee80211_channel_switch()
|
| /linux-6.15/include/net/ |
| H A D | cfg80211.h | 832 u16 punctured; member 974 chandef1->punctured == chandef2->punctured); in cfg80211_chandef_identical() 1088 u16 *punctured);
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 9220 u32_encode_bits((~def.punctured), in ath12k_mac_update_peer_puncturing_width() 9225 def.punctured, def.width, arvif->vdev_id); in ath12k_mac_update_peer_puncturing_width() 9274 arvif->punct_bitmap = vifs[i].new_ctx->def.punctured; in ath12k_mac_update_vif_chan() 9329 vifs[i].new_ctx->def.punctured, in ath12k_mac_update_vif_chan() 9476 arvif->punct_bitmap = ctx->def.punctured; in ath12k_mac_op_assign_vif_chanctx()
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 3488 u16 punct = bss_conf->chanreq.oper.punctured; in rtw89_fw_h2c_assoc_cmac_tbl_g7()
|