|
Linux Kernel
3.7.1
|
#include "osdep_service.h"#include "drv_types.h"#include "rtl871x_ioctl_set.h"#include "usb_osintf.h"#include "usb_ops.h"Go to the source code of this file.
Macros | |
| #define | _RTL871X_IOCTL_SET_C_ |
| #define | IS_MAC_ADDRESS_BROADCAST(addr) |
Functions | |
| u8 | r8712_set_802_11_bssid (struct _adapter *padapter, u8 *bssid) |
| void | r8712_set_802_11_ssid (struct _adapter *padapter, struct ndis_802_11_ssid *ssid) |
| void | r8712_set_802_11_infrastructure_mode (struct _adapter *padapter, enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype) |
| u8 | r8712_set_802_11_disassociate (struct _adapter *padapter) |
| u8 | r8712_set_802_11_bssid_list_scan (struct _adapter *padapter) |
| u8 | r8712_set_802_11_authentication_mode (struct _adapter *padapter, enum NDIS_802_11_AUTHENTICATION_MODE authmode) |
| u8 | r8712_set_802_11_add_wep (struct _adapter *padapter, struct NDIS_802_11_WEP *wep) |
| #define _RTL871X_IOCTL_SET_C_ |
Definition at line 29 of file rtl871x_ioctl_set.c.
| #define IS_MAC_ADDRESS_BROADCAST | ( | addr | ) |
| u8 r8712_set_802_11_add_wep | ( | struct _adapter * | padapter, |
| struct NDIS_802_11_WEP * | wep | ||
| ) |
Definition at line 347 of file rtl871x_ioctl_set.c.
| u8 r8712_set_802_11_authentication_mode | ( | struct _adapter * | padapter, |
| enum NDIS_802_11_AUTHENTICATION_MODE | authmode | ||
| ) |
Definition at line 331 of file rtl871x_ioctl_set.c.
Definition at line 128 of file rtl871x_ioctl_set.c.
Definition at line 307 of file rtl871x_ioctl_set.c.
Definition at line 292 of file rtl871x_ioctl_set.c.
| void r8712_set_802_11_infrastructure_mode | ( | struct _adapter * | padapter, |
| enum NDIS_802_11_NETWORK_INFRASTRUCTURE | networktype | ||
| ) |
Definition at line 243 of file rtl871x_ioctl_set.c.
| void r8712_set_802_11_ssid | ( | struct _adapter * | padapter, |
| struct ndis_802_11_ssid * | ssid | ||
| ) |
Definition at line 175 of file rtl871x_ioctl_set.c.
1.8.2