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.c790 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_WIFI_IFACE_STATUS, wifi_iface_status);
901 if (net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, iface, &info, in wifi_set_power_save()
982 if (net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, iface, &info, in wifi_set_twt()
1045 if (net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, iface, &info, in wifi_set_btwt()
Dwifi_shell.c1159 if (net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, iface, &status, in cmd_wifi_status()
1206 if (net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, iface, &status, in cmd_wifi_ap_status()
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h178 #define NET_REQUEST_WIFI_IFACE_STATUS \ macro
181 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_WIFI_IFACE_STATUS);