Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/protocol/wifi/si91x/
Dsl_wifi.c203 if (get_opermode() == SL_SI91X_CONCURRENT_MODE) { in get_configured_join_request()
809 if ((SL_SI91X_CONCURRENT_MODE == get_opermode()) && (SL_WIFI_AP_INTERFACE == interface)) { in sl_wifi_get_mac_address()
1172 if (get_opermode() == SL_SI91X_ACCESS_POINT_MODE) { in sl_wifi_get_wireless_info()
1181 …} else if ((get_opermode() == SL_SI91X_CLIENT_MODE) || (get_opermode() == SL_SI91X_ENTERPRISE_CLIE… in sl_wifi_get_wireless_info()
1204 if (packet->length > 0 && get_opermode() == SL_SI91X_ACCESS_POINT_MODE) { in sl_wifi_get_wireless_info()
1218 …&& ((get_opermode() == SL_SI91X_CLIENT_MODE) || (get_opermode() == SL_SI91X_ENTERPRISE_CLIENT_MODE… in sl_wifi_get_wireless_info()
2241 opermode = get_opermode(); in sl_wifi_transceiver_set_channel()
2283 opermode = get_opermode(); in sl_wifi_set_transceiver_parameters()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/sl_net/src/
Dsl_net_si91x_integration_handler.c193 sl_si91x_operation_mode_t current_operation_mode = get_opermode(); in sl_net_si91x_event_dispatch_handler()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_driver.h1207 sl_si91x_operation_mode_t get_opermode(void);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c209 …if (packet->command == RSI_WLAN_RSP_CLIENT_DISCONNECTED && (get_opermode() == SL_SI91X_CONCURRENT_… in sli_handle_dhcp_and_rejoin_failure()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c2045 sl_si91x_operation_mode_t get_opermode(void) in get_opermode() function