|
RetroArch
|
#include <stdint.h>#include <boolean.h>#include <retro_common_api.h>#include <lists/string_list.h>Go to the source code of this file.
Classes | |
| struct | wifi_driver |
Typedefs | |
| typedef struct wifi_driver | wifi_driver_t |
Functions | |
| const char * | config_get_wifi_driver_options (void) |
| const void * | wifi_driver_find_handle (int index) |
| const char * | wifi_driver_find_ident (int index) |
| void | driver_wifi_stop (void) |
| bool | driver_wifi_start (void) |
| void | driver_wifi_scan (void) |
| void | driver_wifi_get_ssids (struct string_list *list) |
| bool | driver_wifi_ssid_is_online (unsigned i) |
| bool | driver_wifi_connect_ssid (unsigned i, const char *passphrase) |
| bool | wifi_driver_ctl (enum rarch_wifi_ctl_state state, void *data) |
Variables | |
| wifi_driver_t | wifi_connmanctl |
| wifi_driver_t | wifi_null |
| typedef struct wifi_driver wifi_driver_t |
| enum rarch_wifi_ctl_state |
config_get_wifi_driver_options:
Get an enumerated list of all wifi driver names, separated by '|'.
Returns: string listing of all wifi driver names, separated by '|'.
| void driver_wifi_get_ssids | ( | struct string_list * | list | ) |
| bool driver_wifi_ssid_is_online | ( | unsigned | i | ) |
| bool wifi_driver_ctl | ( | enum rarch_wifi_ctl_state | state, |
| void * | data | ||
| ) |
wifi_driver_find_handle: : index of driver to get handle to.
Returns: handle to wifi driver at index. Can be NULL if nothing found.
wifi_driver_find_handle: : index of driver to get handle to.
Returns: handle to wifi driver at index. Can be NULL if nothing found.
| const char* wifi_driver_find_ident | ( | int | idx | ) |
wifi_driver_find_ident: : index of driver to get handle to.
Returns: Human-readable identifier of wifi driver at index. Can be NULL if nothing found.
wifi_driver_find_ident: : index of driver to get handle to.
Returns: Human-readable identifier of wifi driver at index. Can be NULL if nothing found.
| wifi_driver_t wifi_connmanctl |
| wifi_driver_t wifi_null |
1.8.15