Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/espressif/wifi/src/
Dmain.c220 net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, wifi_ctx.iface, &status, in wifi_state()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c730 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_WIFI_IFACE_STATUS, wifi_iface_status);
829 if (net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, iface, &info, in wifi_set_power_save()
902 if (net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, iface, &info, in wifi_set_twt()
961 if (net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, iface, &info, in wifi_set_btwt()
Dwifi_shell.c1125 if (net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, iface, &status, in cmd_wifi_status()
1171 if (net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, iface, &status, in cmd_wifi_ap_status()
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h180 #define NET_REQUEST_WIFI_IFACE_STATUS \ macro
183 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_WIFI_IFACE_STATUS);