Searched refs:get_opermode (Results 1 – 5 of 5) sorted by relevance
203 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()
193 sl_si91x_operation_mode_t current_operation_mode = get_opermode(); in sl_net_si91x_event_dispatch_handler()
1207 sl_si91x_operation_mode_t get_opermode(void);
209 …if (packet->command == RSI_WLAN_RSP_CLIENT_DISCONNECTED && (get_opermode() == SL_SI91X_CONCURRENT_… in sli_handle_dhcp_and_rejoin_failure()
2045 sl_si91x_operation_mode_t get_opermode(void) in get_opermode() function