Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/wifi/apsta_mode/src/
Dmain.c137 int ret = net_mgmt(NET_REQUEST_WIFI_AP_ENABLE, ap_iface, &ap_config, in enable_ap_mode()
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h162 #define NET_REQUEST_WIFI_AP_ENABLE \ macro
165 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_WIFI_AP_ENABLE);
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c618 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_WIFI_AP_ENABLE, wifi_ap_enable);
Dwifi_shell.c1935 ret = net_mgmt(NET_REQUEST_WIFI_AP_ENABLE, iface, &cnx_params, in cmd_wifi_ap_enable()