Searched refs:he_op (Results 1 – 9 of 9) sorted by relevance
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()[all …]
277 conf->he_op.he_rts_threshold = HE_OPERATION_RTS_THRESHOLD_MASK >> in hostapd_config_defaults()280 conf->he_op.he_basic_mcs_nss_set = 0xfffc; in hostapd_config_defaults()281 conf->he_op.he_bss_color_disabled = 1; in hostapd_config_defaults()282 conf->he_op.he_bss_color_partial = 0; in hostapd_config_defaults()283 conf->he_op.he_bss_color = os_random() % 63 + 1; in hostapd_config_defaults()284 conf->he_op.he_twt_responder = 1; in hostapd_config_defaults()
965 if (!iconf->he_op.he_bss_color_disabled && in hostapd_ctrl_iface_status()966 iconf->he_op.he_bss_color) { in hostapd_ctrl_iface_status()969 iconf->he_op.he_bss_color); in hostapd_ctrl_iface_status()
4611 if (!iface || iface->conf->he_op.he_bss_color_disabled) in hostapd_fill_cca_settings()4620 old_color = iface->conf->he_op.he_bss_color; in hostapd_fill_cca_settings()4621 iface->conf->he_op.he_bss_color = hapd->cca_color; in hostapd_fill_cca_settings()4626 iface->conf->he_op.he_bss_color = old_color; in hostapd_fill_cca_settings()4676 hapd->iface->conf->he_op.he_bss_color_disabled = 1; in hostapd_switch_color_timeout_handler()4677 hapd->iface->conf->he_op.he_bss_color = os_random() % 63 + 1; in hostapd_switch_color_timeout_handler()
1161 struct he_operation he_op; member
2605 hapd->iface->conf->he_op.he_bss_color_disabled; in __ieee802_11_set_beacon()2607 hapd->iface->conf->he_op.he_bss_color_partial; in __ieee802_11_set_beacon()2608 params.he_bss_color = hapd->iface->conf->he_op.he_bss_color; in __ieee802_11_set_beacon()
2398 hapd->iface->conf->he_op.he_bss_color = bss->cca_color; in hostapd_event_color_change()
3729 conf->he_op.he_bss_color = atoi(pos) & 0x3f; in hostapd_config_fill()3730 conf->he_op.he_bss_color_disabled = 0; in hostapd_config_fill()3732 conf->he_op.he_bss_color_partial = atoi(pos); in hostapd_config_fill()3734 conf->he_op.he_default_pe_duration = atoi(pos); in hostapd_config_fill()3736 conf->he_op.he_twt_required = atoi(pos); in hostapd_config_fill()3738 conf->he_op.he_twt_responder = atoi(pos); in hostapd_config_fill()3740 conf->he_op.he_rts_threshold = atoi(pos); in hostapd_config_fill()3742 conf->he_op.he_er_su_disable = atoi(pos); in hostapd_config_fill()3744 conf->he_op.he_basic_mcs_nss_set = atoi(pos); in hostapd_config_fill()
2781 if (iface->conf->he_op.he_bss_color_disabled) { in hostapd_ctrl_iface_color_change()2787 iface->conf->he_op.he_bss_color_disabled = 1; in hostapd_ctrl_iface_color_change()2795 if (color == iface->conf->he_op.he_bss_color) { in hostapd_ctrl_iface_color_change()2796 if (!iface->conf->he_op.he_bss_color_disabled) { in hostapd_ctrl_iface_color_change()2802 iface->conf->he_op.he_bss_color_disabled = 0; in hostapd_ctrl_iface_color_change()2816 iface->conf->he_op.he_bss_color_disabled = 0; in hostapd_ctrl_iface_color_change()