Home
last modified time | relevance | path

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

/hostap-3.7.0/src/common/
Dieee802_11_common.h278 int op_class_to_ch_width(u8 op_class);
Dieee802_11_common.c2604 int op_class_to_ch_width(u8 op_class) in op_class_to_ch_width() function
/hostap-3.7.0/src/ap/
Dhostapd.c1714 ch_width = op_class_to_ch_width(iface->conf->op_class); in setup_interface2()