RDK-B
wifi_hal_sta.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  wifi_sta_capability_t
 
struct  wifi_station_stats_t
 

Typedefs

typedef INT(* wifi_staConnectionStatus_callback) (INT apIndex, wifi_bss_info_t *bss_dev, wifi_station_stats_t *sta)
 

Functions

INT wifi_connect (INT ap_index, wifi_bss_info_t *bss)
 
INT wifi_disconnect (INT ap_index)
 
INT wifi_getStationCapability (INT ap_index, wifi_sta_capability_t *cap)
 
INT wifi_findNetworks (INT ap_index, wifi_channel_t *channel, wifi_bss_info_t **bss, UINT *num_bss)
 
INT wifi_getStationStats (INT ap_index, wifi_station_stats_t *sta)
 
void wifi_staConnectionStatus_callback_register (wifi_staConnectionStatus_callback callback_proc)