Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h320 enum oper_chan_width op_class_to_ch_width(u8 op_class);
H A Dieee802_11_common.c3307 enum oper_chan_width op_class_to_ch_width(u8 op_class) in op_class_to_ch_width() function
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dap_config.h1359 op_class_to_ch_width(conf->op_class) == CONF_OPER_CHWIDTH_320MHZ) { in hostapd_set_and_check_bw320_offset()
H A Dieee802_11_eht.c215 chwidth = op_class_to_ch_width(conf->op_class); in hostapd_eid_eht_operation()
H A Dhostapd.c2210 ch_width = op_class_to_ch_width(iface->conf->op_class); in setup_interface2()