Home
last modified time | relevance | path

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

12

/freebsd/contrib/wpa/src/ap/
H A Dacs.c343 chan->punct_bitmap = 0; in acs_cleanup_mode()
749 if (!conf->punct_acs_threshold || conf->punct_bitmap) in acs_update_puncturing_bitmap()
769 chan->punct_bitmap = 0; in acs_update_puncturing_bitmap()
777 chan->punct_bitmap |= BIT(i); in acs_update_puncturing_bitmap()
781 chan->punct_bitmap)) in acs_update_puncturing_bitmap()
782 chan->punct_bitmap = 0; in acs_update_puncturing_bitmap()
1060 (*ideal_chan)->punct_bitmap = 0; in acs_find_ideal_chan_mode()
1153 ideal_chan->punct_bitmap); in acs_find_ideal_chan()
1290 iface->conf->punct_bitmap = ideal_chan->punct_bitmap; in acs_study()
H A Dieee802_11_vht.c84 u16 punct_bitmap = hostapd_get_punct_bitmap(hapd); in hostapd_eid_vht_operation() local
97 if (punct_bitmap) { in hostapd_eid_vht_operation()
98 punct_update_legacy_bw(punct_bitmap, in hostapd_eid_vht_operation()
H A Dieee802_11_he.c229 u16 punct_bitmap = hostapd_get_punct_bitmap(hapd); in hostapd_eid_he_operation() local
231 if (punct_bitmap) { in hostapd_eid_he_operation()
232 punct_update_legacy_bw(punct_bitmap, in hostapd_eid_he_operation()
H A Dieee802_11_eht.c209 u16 punct_bitmap = hostapd_get_punct_bitmap(hapd); in hostapd_eid_eht_operation() local
220 punct_bitmap; in hostapd_eid_eht_operation()
225 if (punct_bitmap) in hostapd_eid_eht_operation()
281 if (punct_bitmap) { in hostapd_eid_eht_operation()
284 host_to_le16(punct_bitmap); in hostapd_eid_eht_operation()
H A Ddrv_callbacks.c1124 u16 punct_bitmap, int finished) in hostapd_event_ch_switch() argument
1140 punct_bitmap); in hostapd_event_ch_switch()
1273 hapd->iconf->punct_bitmap = punct_bitmap; in hostapd_event_ch_switch()
1293 cf1, cf2, is_dfs0, is_dfs, punct_bitmap); in hostapd_event_ch_switch()
1500 hapd->iconf->punct_bitmap = acs_res->puncture_bitmap; in hostapd_acs_channel_selected()
2626 data->ch_switch.punct_bitmap, in wpa_supplicant_event()
H A Dhostapd.c4402 old_punct_bitmap = iface->conf->punct_bitmap; in hostapd_fill_csa_settings()
4403 iface->conf->punct_bitmap = settings->punct_bitmap; in hostapd_fill_csa_settings()
4409 iface->conf->punct_bitmap = old_punct_bitmap; in hostapd_fill_csa_settings()
4955 u16 punct_bitmap = 0; in hostapd_get_punct_bitmap() local
4958 punct_bitmap = hapd->iconf->punct_bitmap; in hostapd_get_punct_bitmap()
4960 if (!punct_bitmap) in hostapd_get_punct_bitmap()
4961 punct_bitmap = hapd->conf->eht_oper_puncturing_override; in hostapd_get_punct_bitmap()
4965 return punct_bitmap; in hostapd_get_punct_bitmap()
H A Dhw_features.c954 if (!conf->punct_bitmap) in hostapd_is_usable_punct_bitmap()
996 conf->punct_bitmap)) { in hostapd_is_usable_punct_bitmap()
H A Dbeacon.c667 if (hapd->iconf->punct_bitmap) in hostapd_probe_resp_elems_len()
2140 if (hapd->iconf->punct_bitmap) in ieee802_11_build_ap_params()
2626 params.punct_bitmap = iconf->punct_bitmap; in __ieee802_11_set_beacon()
H A Dhostapd.h792 u16 punct_bitmap, int finished);
H A Dap_config.h1219 u16 punct_bitmap; /* a bitmap of disabled 20 MHz channels */ member
H A Dctrl_iface_ap.c1137 SET_CSA_SETTING_EXT(punct_bitmap); in hostapd_parse_csa_settings()
/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.h51 u16 punct_bitmap);
60 bool is_punct_bitmap_valid(u16 bw, u16 pri_ch_bit_pos, u16 punct_bitmap);
H A Dhw_features_common.c464 u16 punct_bitmap) in hostapd_set_freq_params() argument
657 if (punct_bitmap) in hostapd_set_freq_params()
658 punct_update_legacy_bw(punct_bitmap, channel, in hostapd_set_freq_params()
987 bool is_punct_bitmap_valid(u16 bw, u16 pri_ch_bit_pos, u16 punct_bitmap) in is_punct_bitmap_valid() argument
993 if (!punct_bitmap) /* All channels active */ in is_punct_bitmap_valid()
996 bitmap = ~punct_bitmap; in is_punct_bitmap_valid()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.h77 u16 punct_bitmap, int finished);
H A Dap.c1866 u16 punct_bitmap, int finished) in wpas_ap_ch_switch() argument
1878 offset, width, cf1, cf2, punct_bitmap, in wpas_ap_ch_switch()
H A Devents.c6379 data->ch_switch.punct_bitmap, in wpa_supplicant_event()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h178 u16 punct_bitmap; member
1790 u16 punct_bitmap; member
2748 u16 punct_bitmap; member
6606 u16 punct_bitmap; member
H A Ddriver_nl80211_event.c1198 struct nlattr *punct_bitmap, in mlme_event_ch_switch() argument
1254 if (punct_bitmap) in mlme_event_ch_switch()
1255 data.ch_switch.punct_bitmap = (u16) nla_get_u32(punct_bitmap); in mlme_event_ch_switch()
H A Ddriver_nl80211.c5408 if (params->punct_bitmap) { in wpa_driver_nl80211_set_ap()
5410 params->punct_bitmap); in wpa_driver_nl80211_set_ap()
5412 params->punct_bitmap)) in wpa_driver_nl80211_set_ap()
11224 settings->punct_bitmap, in nl80211_switch_channel()
11297 (settings->punct_bitmap && in nl80211_switch_channel()
11299 settings->punct_bitmap)) || in nl80211_switch_channel()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2458 u16 punct_bitmap) in hostapd_ctrl_check_freq_params() argument
2509 if (punct_bitmap) in hostapd_ctrl_check_freq_params()
2516 if (punct_bitmap) in hostapd_ctrl_check_freq_params()
2553 if (params->center_freq2 && punct_bitmap) in hostapd_ctrl_check_freq_params()
2620 if (!punct_bitmap) in hostapd_ctrl_check_freq_params()
2638 punct_bitmap)) { in hostapd_ctrl_check_freq_params()
2672 settings.punct_bitmap); in hostapd_ctrl_iface_chan_switch()
H A Dconfig_file.c5072 if (get_u16(pos, line, &conf->punct_bitmap)) in hostapd_config_fill()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h262 u32 punct_bitmap; member
H A Dwmi.h2782 __le32 punct_bitmap; member
2885 u32 punct_bitmap; member
3616 u32 punct_bitmap; member
3652 __le32 punct_bitmap; member
H A Dmac.c845 arg.punct_bitmap = 0xFFFFFFFF; in ath12k_mac_monitor_vdev_start()
2214 arg->punct_bitmap = ~arvif->punct_bitmap; in ath12k_peer_assoc_h_eht()
2769 arvif->punct_bitmap = info->eht_puncturing; in ath12k_mac_op_bss_info_changed()
5810 arg.punct_bitmap = ~arvif->punct_bitmap; in ath12k_mac_vdev_start_restart()
5855 ath12k_mac_phymode_str(arg.mode), arg.punct_bitmap); in ath12k_mac_vdev_start_restart()
6182 arvif->punct_bitmap = link_conf->eht_puncturing; in ath12k_mac_op_assign_vif_chanctx()
H A Dwmi.c1052 cmd->punct_bitmap = cpu_to_le32(arg->punct_bitmap); in ath12k_wmi_vdev_start()
2002 cmd->punct_bitmap = cpu_to_le32(arg->punct_bitmap); in ath12k_wmi_send_peer_assoc_cmd()

12