Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.h293 int op_class_to_ch_width(u8 op_class);
Dieee802_11_common.c2650 int op_class_to_ch_width(u8 op_class) in op_class_to_ch_width() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.c1714 ch_width = op_class_to_ch_width(iface->conf->op_class); in setup_interface2()