This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | wpa_driver_wext_get_ifflags (struct wpa_driver_wext_data *drv, int *flags) |
Get interface flags (SIOCGIFFLAGS). | |
int | wpa_driver_wext_set_ifflags (struct wpa_driver_wext_data *drv, int flags) |
Set interface flags (SIOCSIFFLAGS). | |
int | wpa_driver_wext_get_bssid (void *priv, u8 *bssid) |
Get BSSID, SIOCGIWAP. | |
int | wpa_driver_wext_set_bssid (void *priv, const u8 *bssid) |
Set BSSID, SIOCSIWAP. | |
int | wpa_driver_wext_get_ssid (void *priv, u8 *ssid) |
Get SSID, SIOCGIWESSID. | |
int | wpa_driver_wext_set_ssid (void *priv, const u8 *ssid, size_t ssid_len) |
Set SSID, SIOCSIWESSID. | |
int | wpa_driver_wext_set_freq (void *priv, int freq) |
Set frequency/channel, SIOCSIWFREQ. | |
int | wpa_driver_wext_set_mode (void *priv, int mode) |
Set wireless mode (infra/adhoc), SIOCSIWMODE. | |
int | wpa_driver_wext_set_key (void *priv, wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) |
Configure encryption key. | |
int | wpa_driver_wext_scan (void *priv, const u8 *ssid, size_t ssid_len) |
Request the driver to initiate scan. | |
int | wpa_driver_wext_get_scan_results (void *priv, struct wpa_scan_result *results, size_t max_size) |
Fetch the latest scan results. | |
void | wpa_driver_wext_scan_timeout (void *eloop_ctx, void *timeout_ctx) |
Scan timeout to report scan completion. | |
int | wpa_driver_wext_alternative_ifindex (struct wpa_driver_wext_data *drv, const char *ifname) |
void * | wpa_driver_wext_init (void *ctx, const char *ifname) |
Initialize WE driver interface. | |
void | wpa_driver_wext_deinit (void *priv) |
Deinitialize WE driver interface. |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file driver_wext.h.
|
Deinitialize WE driver interface.
Definition at line 827 of file driver_wext.c. Here is the call graph for this function: |
|
Get BSSID, SIOCGIWAP.
Definition at line 95 of file driver_wext.c. |
|
Get interface flags (SIOCGIFFLAGS).
Definition at line 695 of file driver_wext.c. |
|
Fetch the latest scan results.
Definition at line 969 of file driver_wext.c. Here is the call graph for this function: |
|
Get SSID, SIOCGIWESSID.
Definition at line 151 of file driver_wext.c. |
|
Initialize WE driver interface.
Definition at line 740 of file driver_wext.c. Here is the call graph for this function: |
|
Request the driver to initiate scan.
Definition at line 877 of file driver_wext.c. Here is the call graph for this function: |
|
Scan timeout to report scan completion.
Definition at line 860 of file driver_wext.c. Here is the call graph for this function: |
|
Set BSSID, SIOCSIWAP.
Definition at line 121 of file driver_wext.c. |
|
Set frequency/channel, SIOCSIWFREQ.
Definition at line 237 of file driver_wext.c. |
|
Set interface flags (SIOCSIFFLAGS).
Definition at line 717 of file driver_wext.c. |
|
Configure encryption key.
Definition at line 1410 of file driver_wext.c. Here is the call graph for this function: |
|
Set wireless mode (infra/adhoc), SIOCSIWMODE.
Definition at line 1748 of file driver_wext.c. |
|
Set SSID, SIOCSIWESSID.
Definition at line 190 of file driver_wext.c. |