Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_rsi_utility.h101 … const sl_si91x_client_info_response *sl_si91x_client_info_response);
Dsl_si91x_protocol_types.h871 } sl_si91x_client_info_response; typedef
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_rsi_utility.c744 … const sl_si91x_client_info_response *sl_si91x_client_info_response) in convert_si91x_wifi_client_info() argument
747 SL_WIFI_ARGS_CHECK_NULL_POINTER(sl_si91x_client_info_response); in convert_si91x_wifi_client_info()
751 …(uint8_t)(sl_si91x_client_info_response->sta_count[0] | sl_si91x_client_info_response->sta_count[1… in convert_si91x_wifi_client_info()
758 …const sl_si91x_station_info_t *si91x_client_info = &sl_si91x_client_info_response->sta_info[statio… in convert_si91x_wifi_client_info()
/hal_silabs-latest/wiseconnect/components/protocol/wifi/si91x/
Dsl_wifi.c873 …memcpy(&channel_info->channel, ((sl_si91x_client_info_response *)packet->data)->channel_number, 2); in sl_wifi_get_channel()
1120 sl_si91x_client_info_response sl_si91x_client_info_response = { 0 }; in sl_wifi_get_ap_client_info() local
1150 memcpy(&sl_si91x_client_info_response, packet->data, sizeof(sl_si91x_client_info_response)); in sl_wifi_get_ap_client_info()
1151 convert_si91x_wifi_client_info(client_info, &sl_si91x_client_info_response); in sl_wifi_get_ap_client_info()
1205 sl_si91x_client_info_response *response = (sl_si91x_client_info_response *)packet->data; in sl_wifi_get_wireless_info()