Lines Matching defs:conf

99 	switch (hapd->iface->conf->he_oper_chwidth) {
134 if (hapd->iface->conf->he_phy_capab.he_su_beamformer)
141 if (hapd->iface->conf->he_phy_capab.he_su_beamformee)
148 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer)
184 if (hapd->iface->conf->he_op.he_default_pe_duration)
185 params |= (hapd->iface->conf->he_op.he_default_pe_duration <<
188 if (hapd->iface->conf->he_op.he_twt_required)
191 if (hapd->iface->conf->he_op.he_rts_threshold)
192 params |= (hapd->iface->conf->he_op.he_rts_threshold <<
195 if (hapd->iface->conf->he_op.he_er_su_disable)
198 if (hapd->iface->conf->he_op.he_bss_color_disabled)
200 if (hapd->iface->conf->he_op.he_bss_color_partial)
202 params |= hapd->iface->conf->he_op.he_bss_color <<
207 host_to_le16(hapd->iface->conf->he_op.he_basic_mcs_nss_set);
265 pos = (u8 *) &hapd->iface->conf->he_mu_edca;
279 os_memcpy(edca, &hapd->iface->conf->he_mu_edca, sizeof(*edca));
296 if (!hapd->iface->conf->spr.sr_control)
299 if (hapd->iface->conf->spr.sr_control &
303 if (hapd->iface->conf->spr.sr_control &
314 spr->sr_ctrl = hapd->iface->conf->spr.sr_control;
319 hapd->iface->conf->spr.non_srg_obss_pd_max_offset;
323 *spr_param++ = hapd->iface->conf->spr.srg_obss_pd_min_offset;
324 *spr_param++ = hapd->iface->conf->spr.srg_obss_pd_max_offset;
326 hapd->iface->conf->spr.srg_bss_color_bitmap, 8);
329 hapd->iface->conf->spr.srg_partial_bssid_bitmap, 8);
339 struct hostapd_config *conf = hapd->iface->conf;
352 capab |= (conf->he_6ghz_max_ampdu_len_exp <<
355 capab |= (conf->he_6ghz_max_mpdu <<
359 if (conf->he_6ghz_rx_ant_pat)
361 if (conf->he_6ghz_tx_ant_pat)
413 switch (hapd->iface->conf->he_oper_chwidth) {
456 !hapd->iconf->ieee80211ax || hapd->conf->disable_11ax ||
486 hapd->conf->disable_11ax ||
521 hapd->iface->conf->he_op.he_twt_responder;