Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dieee802_11_common.h318 enum oper_chan_width op_class_to_ch_width(u8 op_class);
Dieee802_11_common.c3293 enum oper_chan_width op_class_to_ch_width(u8 op_class) in op_class_to_ch_width() function
/hostap-latest/src/ap/
Dap_config.h1364 op_class_to_ch_width(conf->op_class) == CONF_OPER_CHWIDTH_320MHZ) { in hostapd_set_and_check_bw320_offset()
Dieee802_11_eht.c215 chwidth = op_class_to_ch_width(conf->op_class); in hostapd_eid_eht_operation()
Dhostapd.c2169 ch_width = op_class_to_ch_width(iface->conf->op_class); in setup_interface2()