Searched refs:punct_bitmap (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/wireless/ |
H A D | trace.h | 3271 u16 punct_bitmap), 3272 TP_ARGS(netdev, chandef, link_id, punct_bitmap), 3277 __field(u16, punct_bitmap) 3283 __entry->punct_bitmap = punct_bitmap; 3287 __entry->punct_bitmap) 3294 u16 punct_bitmap), 3295 TP_ARGS(netdev, chandef, link_id, punct_bitmap), 3300 __field(u16, punct_bitmap) 3306 __entry->punct_bitmap = punct_bitmap; 3310 __entry->punct_bitmap)
|
H A D | nl80211.c | 3218 u16 *punct_bitmap) in nl80211_parse_punct_bitmap() argument 3223 *punct_bitmap = nla_get_u32(info->attrs[NL80211_ATTR_PUNCT_BITMAP]); in nl80211_parse_punct_bitmap() 3224 if (!cfg80211_valid_disable_subchannel_bitmap(punct_bitmap, chandef)) in nl80211_parse_punct_bitmap() 6112 ¶ms->punct_bitmap); in nl80211_start_ap() 10329 ¶ms.punct_bitmap); in nl80211_channel_switch() 19413 u8 count, bool quiet, u16 punct_bitmap) in nl80211_ch_switch_notify() argument 19447 if (nla_put_u32(msg, NL80211_ATTR_PUNCT_BITMAP, punct_bitmap)) in nl80211_ch_switch_notify() 19462 unsigned int link_id, u16 punct_bitmap) in cfg80211_ch_switch_notify() argument 19471 trace_cfg80211_ch_switch_notify(dev, chandef, link_id, punct_bitmap); in cfg80211_ch_switch_notify() 19500 punct_bitmap); in cfg80211_ch_switch_notify() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | core.h | 243 u32 punct_bitmap; member
|
H A D | wmi.h | 2782 __le32 punct_bitmap; member 2885 u32 punct_bitmap; member 3617 u32 punct_bitmap; member 3653 __le32 punct_bitmap; member
|
H A D | mac.c | 848 arg.punct_bitmap = 0xFFFFFFFF; in ath12k_mac_monitor_vdev_start() 2218 arg->punct_bitmap = ~arvif->punct_bitmap; in ath12k_peer_assoc_h_eht() 2773 arvif->punct_bitmap = info->eht_puncturing; in ath12k_mac_op_bss_info_changed() 5818 arg.punct_bitmap = ~arvif->punct_bitmap; in ath12k_mac_vdev_start_restart() 5863 ath12k_mac_phymode_str(arg.mode), arg.punct_bitmap); in ath12k_mac_vdev_start_restart() 6205 arvif->punct_bitmap = link_conf->eht_puncturing; in ath12k_mac_op_assign_vif_chanctx()
|
H A D | wmi.c | 1024 cmd->punct_bitmap = cpu_to_le32(arg->punct_bitmap); in ath12k_wmi_vdev_start() 1947 cmd->punct_bitmap = cpu_to_le32(arg->punct_bitmap); in ath12k_wmi_send_peer_assoc_cmd()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 1399 u16 punct_bitmap; member 1432 u16 punct_bitmap; member 8601 unsigned int link_id, u16 punct_bitmap); 8619 bool quiet, u16 punct_bitmap);
|
/openbmc/linux/net/mac80211/ |
H A D | cfg.c | 1361 link_conf->eht_puncturing = params->punct_bitmap; in ieee80211_start_ap() 3970 if (params->punct_bitmap && !sdata->vif.bss_conf.eht_support) in __ieee80211_channel_switch() 3976 sdata->vif.bss_conf.csa_punct_bitmap = params->punct_bitmap; in __ieee80211_channel_switch()
|