Home
last modified time | relevance | path

Searched refs:WIFI_MGMT_SET (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c795 if (mode->oper == WIFI_MGMT_SET) { in nrf_wifi_mode()
887 if (channel->oper == WIFI_MGMT_SET) { in nrf_wifi_channel()
937 if (filter->oper == WIFI_MGMT_SET) { in nrf_wifi_filter()
Dfmac_main.c347 if (reg_domain->oper == WIFI_MGMT_SET) { in nrf_wifi_reg_domain()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c1312 params.oper = WIFI_MGMT_SET; in cmd_wifi_11k()
2195 regd.oper = WIFI_MGMT_SET; in cmd_wifi_reg_domain()
2575 mode_info.oper = WIFI_MGMT_SET; in cmd_wifi_mode()
2664 channel_info.oper = WIFI_MGMT_SET; in cmd_wifi_channel()
2691 if (channel_info.oper == WIFI_MGMT_SET) { in cmd_wifi_channel()
2778 packet_filter.oper = WIFI_MGMT_SET; in cmd_wifi_packet_filter()
Dwifi_mgmt.c787 if (params->oper == WIFI_MGMT_SET) { in wifi_11k_cfg()
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h892 WIFI_MGMT_SET = 1, enumerator
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c1885 if (reg_domain->oper == WIFI_MGMT_SET) {