Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/service/network_manager/src/
Dsl_net.c39 …_INTERFACE_VALID(SL_NET_WIFI_CLIENT_INTERFACE) || NETWORK_INTERFACE_VALID(SL_NET_WIFI_AP_INTERFACE)
64 #if NETWORK_INTERFACE_VALID(SL_NET_WIFI_AP_INTERFACE) in sl_net_init()
65 case SL_NET_WIFI_AP_INTERFACE: in sl_net_init()
74 sl_net_set_profile(SL_NET_WIFI_AP_INTERFACE, in sl_net_init()
101 #if NETWORK_INTERFACE_VALID(SL_NET_WIFI_AP_INTERFACE) in sl_net_deinit()
102 case SL_NET_WIFI_AP_INTERFACE: in sl_net_deinit()
127 #if NETWORK_INTERFACE_VALID(SL_NET_WIFI_AP_INTERFACE) in sl_net_up()
128 case SL_NET_WIFI_AP_INTERFACE: in sl_net_up()
153 #if NETWORK_INTERFACE_VALID(SL_NET_WIFI_AP_INTERFACE) in sl_net_down()
154 case SL_NET_WIFI_AP_INTERFACE: in sl_net_down()
Dsl_net_basic_profiles.c58 case SL_NET_WIFI_AP_INTERFACE: in sl_net_set_profile()
86 case SL_NET_WIFI_AP_INTERFACE: in sl_net_get_profile()
111 case SL_NET_WIFI_AP_INTERFACE: in sl_net_delete_profile()
/hal_silabs-latest/wiseconnect/components/service/network_manager/inc/
Dsl_net_constants.h56 SL_NET_WIFI_AP_INTERFACE = (2 << 3), ///< Wi-Fi Access Point Interface enumerator
68 #define SL_NET_WIFI_AP_INTERFACE (2 << 3) macro
/hal_silabs-latest/wiseconnect/components/service/network_manager/si91x/
Dsl_net_si91x.c149 status = sl_net_get_profile(SL_NET_WIFI_AP_INTERFACE, profile_id, &profile); in sl_net_wifi_ap_up()
163 status = sl_net_set_profile(SL_NET_WIFI_AP_INTERFACE, profile_id, &profile); in sl_net_wifi_ap_up()
339 } else if (SL_NET_WIFI_AP_INTERFACE == SL_NET_INTERFACE_TYPE(interface)) { in sl_net_configure_ip()
359 } else if (SL_NET_WIFI_AP_INTERFACE == SL_NET_INTERFACE_TYPE(interface)) { in sl_net_get_ip_address()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_wifi_device.h45 …e NETWORK_INTERFACE_VALID(x) (x == SL_NET_WIFI_CLIENT_INTERFACE) || (x == SL_NET_WIFI_AP_INTERFACE)