Searched refs:he_op (Results 1 – 3 of 3) sorted by relevance
67 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()
853 struct he_operation he_op; member
3438 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()