Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_he.c67 if (hapd->iface->conf->he_op.he_bss_color) in hostapd_eid_he_operation()
68 oper->he_oper_params |= hapd->iface->conf->he_op.he_bss_color; in hostapd_eid_he_operation()
70 if (hapd->iface->conf->he_op.he_default_pe_duration) in hostapd_eid_he_operation()
72 (hapd->iface->conf->he_op.he_default_pe_duration << in hostapd_eid_he_operation()
75 if (hapd->iface->conf->he_op.he_twt_required) in hostapd_eid_he_operation()
78 if (hapd->iface->conf->he_op.he_rts_threshold) in hostapd_eid_he_operation()
80 (hapd->iface->conf->he_op.he_rts_threshold << in hostapd_eid_he_operation()
Dap_config.h853 struct he_operation he_op; member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3438 conf->he_op.he_bss_color = atoi(pos); in hostapd_config_fill()
3440 conf->he_op.he_default_pe_duration = atoi(pos); in hostapd_config_fill()
3442 conf->he_op.he_twt_required = atoi(pos); in hostapd_config_fill()
3444 conf->he_op.he_rts_threshold = atoi(pos); in hostapd_config_fill()