Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/l2/wifi/
Dwifi_shell.c1450 regd.oper = WIFI_MGMT_GET; in cmd_wifi_reg_domain()
1485 regd.oper == WIFI_MGMT_GET ? "get" : "set", ret); in cmd_wifi_reg_domain()
1489 if (regd.oper == WIFI_MGMT_GET) { in cmd_wifi_reg_domain()
1644 mode->oper = WIFI_MGMT_GET; in parse_mode_args_to_params()
1699 mode_info.oper == WIFI_MGMT_GET ? "get" : "set", ret); in cmd_wifi_mode()
1703 if (mode_info.oper == WIFI_MGMT_GET) { in cmd_wifi_mode()
1736 channel->oper = WIFI_MGMT_GET; in parse_channel_args_to_params()
1796 channel_info.oper == WIFI_MGMT_GET ? "get" : "set", ret); in cmd_wifi_channel()
1800 if (channel_info.oper == WIFI_MGMT_GET) { in cmd_wifi_channel()
1853 filter->oper = WIFI_MGMT_GET; in parse_filter_args_to_params()
[all …]
/Zephyr-Core-3.7.0/include/zephyr/net/
Dwifi_mgmt.h639 WIFI_MGMT_GET = 0, enumerator