Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dtrace.h3271 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 Dnl80211.c3218 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 &params->punct_bitmap); in nl80211_start_ap()
10329 &params.punct_bitmap); in nl80211_channel_switch()
19413 u8 count, bool quiet, u16 punct_bitmap) in nl80211_ch_switch_notify()
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()
19471 trace_cfg80211_ch_switch_notify(dev, chandef, link_id, punct_bitmap); in cfg80211_ch_switch_notify()
19500 punct_bitmap); in cfg80211_ch_switch_started_notify()
19408 nl80211_ch_switch_notify(struct cfg80211_registered_device * rdev,struct net_device * netdev,unsigned int link_id,struct cfg80211_chan_def * chandef,gfp_t gfp,enum nl80211_commands notif,u8 count,bool quiet,u16 punct_bitmap) nl80211_ch_switch_notify() argument
19457 cfg80211_ch_switch_notify(struct net_device * dev,struct cfg80211_chan_def * chandef,unsigned int link_id,u16 punct_bitmap) cfg80211_ch_switch_notify() argument
19502 cfg80211_ch_switch_started_notify(struct net_device * dev,struct cfg80211_chan_def * chandef,unsigned int link_id,u8 count,bool quiet,u16 punct_bitmap) cfg80211_ch_switch_started_notify() argument
[all...]
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h243 u32 punct_bitmap; member
H A Dwmi.h2782 __le32 punct_bitmap; member
2885 u32 punct_bitmap; member
3617 u32 punct_bitmap; member
3653 __le32 punct_bitmap; member
H A Dmac.c848 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 Dwmi.c1024 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 Dcfg80211.h1399 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 Dcfg.c1361 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()