Home
last modified time | relevance | path

Searched refs:WIFI_MGMT_GET (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c1310 params.oper = WIFI_MGMT_GET; in cmd_wifi_11k()
1328 if (params.oper == WIFI_MGMT_GET) { in cmd_wifi_11k()
2178 regd.oper = WIFI_MGMT_GET; in cmd_wifi_reg_domain()
2204 regd.oper == WIFI_MGMT_GET ? "get" : "set", ret); in cmd_wifi_reg_domain()
2208 if (regd.oper == WIFI_MGMT_GET) { in cmd_wifi_reg_domain()
2551 mode->oper = WIFI_MGMT_GET; in parse_mode_args_to_params()
2606 mode_info.oper == WIFI_MGMT_GET ? "get" : "set", ret); in cmd_wifi_mode()
2610 if (mode_info.oper == WIFI_MGMT_GET) { in cmd_wifi_mode()
2644 channel->oper = WIFI_MGMT_GET; in parse_channel_args_to_params()
2704 channel_info.oper == WIFI_MGMT_GET ? "get" : "set", ret); in cmd_wifi_channel()
[all …]
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h890 WIFI_MGMT_GET = 0, enumerator
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dfmac_main.c361 if (reg_domain->oper != WIFI_MGMT_GET) { in nrf_wifi_reg_domain()
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1211 if (params->oper == WIFI_MGMT_GET) { in nxp_wifi_11k_cfg()
1439 if (reg_domain->oper == WIFI_MGMT_GET) { in nxp_wifi_reg_domain()
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c1881 if (reg_domain->oper == WIFI_MGMT_GET) {