Home
last modified time | relevance | path

Searched refs:he_op (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_he.c184 if (hapd->iface->conf->he_op.he_default_pe_duration) in hostapd_eid_he_operation()
185 params |= (hapd->iface->conf->he_op.he_default_pe_duration << in hostapd_eid_he_operation()
188 if (hapd->iface->conf->he_op.he_twt_required) in hostapd_eid_he_operation()
191 if (hapd->iface->conf->he_op.he_rts_threshold) in hostapd_eid_he_operation()
192 params |= (hapd->iface->conf->he_op.he_rts_threshold << in hostapd_eid_he_operation()
195 if (hapd->iface->conf->he_op.he_bss_color_disabled) in hostapd_eid_he_operation()
197 if (hapd->iface->conf->he_op.he_bss_color_partial) in hostapd_eid_he_operation()
199 params |= hapd->iface->conf->he_op.he_bss_color << in hostapd_eid_he_operation()
204 host_to_le16(hapd->iface->conf->he_op.he_basic_mcs_nss_set); in hostapd_eid_he_operation()
Dap_config.c267 conf->he_op.he_rts_threshold = HE_OPERATION_RTS_THRESHOLD_MASK >> in hostapd_config_defaults()
270 conf->he_op.he_basic_mcs_nss_set = 0xfffc; in hostapd_config_defaults()
271 conf->he_op.he_bss_color_disabled = 1; in hostapd_config_defaults()
272 conf->he_op.he_bss_color_partial = 0; in hostapd_config_defaults()
273 conf->he_op.he_bss_color = 1; in hostapd_config_defaults()
Dbeacon.c1787 hapd->iface->conf->he_op.he_bss_color_disabled; in ieee802_11_set_beacon()
1789 hapd->iface->conf->he_op.he_bss_color_partial; in ieee802_11_set_beacon()
1790 params.he_bss_color = hapd->iface->conf->he_op.he_bss_color; in ieee802_11_set_beacon()
Dap_config.h1047 struct he_operation he_op; member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3486 conf->he_op.he_bss_color = atoi(pos) & 0x3f;
3487 conf->he_op.he_bss_color_disabled = 0;
3489 conf->he_op.he_bss_color_partial = atoi(pos);
3491 conf->he_op.he_default_pe_duration = atoi(pos);
3493 conf->he_op.he_twt_required = atoi(pos);
3495 conf->he_op.he_rts_threshold = atoi(pos);
3497 conf->he_op.he_basic_mcs_nss_set = atoi(pos);