Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h917 unsigned short passive_only:1; member
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dfmac_main.c386 chan_info->passive_only = !!reg_domain_chan_info->passive_channel; in nrf_wifi_reg_domain()
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1449 reg_domain->chan_info[i].passive_only = in nxp_wifi_reg_domain()
1466 reg_domain->chan_info[index + i].passive_only = in nxp_wifi_reg_domain()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c2222 chan_info[chan_idx].passive_only ? "y" : "n", in cmd_wifi_reg_domain()