Home
last modified time | relevance | path

Searched refs:is_no_ir (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c1051 bool is_no_ir = false; in hostapd_get_hw_mode_any_channels() local
1082 is_no_ir = true; in hostapd_get_hw_mode_any_channels()
1085 hapd->iface->is_no_ir = is_no_ir; in hostapd_get_hw_mode_any_channels()
1164 if (!freq_list && hapd->iface->is_no_ir) { in hostapd_drv_do_acs()
H A Dhw_features.c1195 iface->is_no_ir = false; in hostapd_acs_completed()
1206 iface->is_no_ir = true; in hostapd_acs_completed()
1312 iface->is_no_ir = false; in hostapd_select_hw_mode()
1317 iface->is_no_ir = true; in hostapd_select_hw_mode()
H A Dhostapd.c1926 iface->is_no_ir = true; in hostapd_no_ir_channel_list_updated()
2145 iface->is_no_ir = false; in setup_interface2()
2217 if (iface->is_no_ir) { in setup_interface2()
2719 if (iface->is_no_ir) { in hostapd_setup_interface_complete_sync()
2772 if (iface->is_no_ir) { in hostapd_setup_interface_complete()
2949 iface->is_no_ir = false; in hostapd_interface_deinit()
H A Dhostapd.h711 bool is_no_ir; member