Lines Matching refs:he_op
192 if (hapd->iface->conf->he_op.he_default_pe_duration) in hostapd_eid_he_operation()
193 params |= (hapd->iface->conf->he_op.he_default_pe_duration << in hostapd_eid_he_operation()
196 if (hapd->iface->conf->he_op.he_twt_required) in hostapd_eid_he_operation()
199 if (hapd->iface->conf->he_op.he_rts_threshold) in hostapd_eid_he_operation()
200 params |= (hapd->iface->conf->he_op.he_rts_threshold << in hostapd_eid_he_operation()
203 if (hapd->iface->conf->he_op.he_er_su_disable) in hostapd_eid_he_operation()
206 if (hapd->iface->conf->he_op.he_bss_color_disabled || in hostapd_eid_he_operation()
209 if (hapd->iface->conf->he_op.he_bss_color_partial) in hostapd_eid_he_operation()
211 params |= hapd->iface->conf->he_op.he_bss_color << in hostapd_eid_he_operation()
216 host_to_le16(hapd->iface->conf->he_op.he_basic_mcs_nss_set); in hostapd_eid_he_operation()
554 hapd->iface->conf->he_op.he_twt_responder; in hostapd_get_he_twt_responder()