Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
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()
Dhw_features.c1209 iface->is_no_ir = false; in hostapd_acs_completed()
1220 iface->is_no_ir = true; in hostapd_acs_completed()
1331 iface->is_no_ir = false; in hostapd_select_hw_mode()
1336 iface->is_no_ir = true; in hostapd_select_hw_mode()
Dhostapd.c1929 iface->is_no_ir = true; in hostapd_no_ir_channel_list_updated()
2148 iface->is_no_ir = false; in setup_interface2()
2205 if (iface->is_no_ir) { in setup_interface2()
2712 if (iface->is_no_ir) { in hostapd_setup_interface_complete_sync()
2765 if (iface->is_no_ir) { in hostapd_setup_interface_complete()
2942 iface->is_no_ir = false; in hostapd_interface_deinit()
Dhostapd.h718 bool is_no_ir; member