Home
last modified time | relevance | path

Searched refs:is_6ghz_op_class (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_he.c174 if (is_6ghz_op_class(hapd->iconf->op_class)) in hostapd_eid_he_operation()
210 if (is_6ghz_op_class(hapd->iconf->op_class)) { in hostapd_eid_he_operation()
328 if (!mode || !is_6ghz_op_class(hapd->iconf->op_class) || in hostapd_eid_he_6ghz_band_cap()
469 !is_6ghz_op_class(hapd->iconf->op_class)) { in copy_sta_he_6ghz_capab()
Dieee802_11_vht.c29 if (!mode || is_6ghz_op_class(hapd->iconf->op_class)) in hostapd_eid_vht_capabilities()
79 if (is_6ghz_op_class(hapd->iconf->op_class)) in hostapd_eid_vht_operation()
Dbeacon.c466 if (is_6ghz_op_class(hapd->iconf->op_class)) in hostapd_gen_probe_resp()
559 !is_6ghz_op_class(hapd->iconf->op_class)) { in hostapd_gen_probe_resp()
568 is_6ghz_op_class(hapd->iconf->op_class)) in hostapd_gen_probe_resp()
1132 if (!is_6ghz_op_class(hapd->iconf->op_class)) in hostapd_unsol_bcast_probe_resp()
1166 if (is_6ghz_op_class(hapd->iconf->op_class)) { in hostapd_fils_discovery_cap()
1373 if (is_6ghz_op_class(hapd->iconf->op_class) && in hostapd_fils_discovery()
1435 if (is_6ghz_op_class(hapd->iconf->op_class)) in ieee802_11_build_ap_params()
1548 !is_6ghz_op_class(hapd->iconf->op_class)) { in ieee802_11_build_ap_params()
1557 is_6ghz_op_class(hapd->iconf->op_class)) in ieee802_11_build_ap_params()
Dieee802_11_ht.c30 hapd->conf->disable_11n || is_6ghz_op_class(hapd->iconf->op_class)) in hostapd_eid_ht_capabilities()
88 is_6ghz_op_class(hapd->iconf->op_class)) in hostapd_eid_ht_operation()
Dap_config.c1208 if (full_config && is_6ghz_op_class(conf->op_class) && in hostapd_config_check_bss()
Dieee802_11.c4407 if (is_6ghz_op_class(hapd->iconf->op_class)) { in check_assoc_ies()
4994 !is_6ghz_op_class(hapd->iconf->op_class)) { in send_assoc_resp()
/external/wpa_supplicant_8/wpa_supplicant/
Dop_classes.c84 if (is_6ghz_op_class(op_class)) { in verify_80mhz()
156 if (is_6ghz_op_class(op_class)) { in verify_160mhz()
261 is_6ghz_op_class(op_class->op_class)); in wpas_op_class_supported()
Drrm.c566 bool is_6ghz = is_6ghz_op_class(op->op_class); in wpas_op_class_freqs()
622 is_6ghz_op_class(op->op_class)); in wpas_channel_report_freqs()
675 is_6ghz_op_class(op->op_class)); in wpas_beacon_request_freqs()
Dp2p_supplicant.c3802 (is_6ghz_op_class(o->op_class) && p2p_disable_6ghz)) in wpas_p2p_setup_channels()
3806 is_6ghz_op_class(o->op_class)); in wpas_p2p_setup_channels()
3881 (is_6ghz_op_class(o->op_class) && in wpas_p2p_get_ht40_mode()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h265 bool is_6ghz_op_class(u8 op_class);
Dieee802_11_common.c2274 bool is_6ghz_op_class(u8 op_class) in is_6ghz_op_class() function