Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | brcmf_event_msg |
struct | brcm_ethhdr |
struct | brcmf_event |
struct | brcmf_pkt_filter_pattern_le |
struct | brcmf_pkt_filter_le |
struct | brcmf_pkt_filter_enable_le |
struct | brcmf_bss_info_le |
struct | brcm_rateset_le |
struct | brcmf_ssid |
struct | brcmf_ssid_le |
struct | brcmf_scan_params_le |
struct | brcmf_iscan_params_le |
struct | brcmf_scan_results |
struct | brcmf_scan_results_le |
struct | brcmf_escan_params_le |
struct | brcmf_escan_result_le |
struct | brcmf_assoc_params_le |
struct | brcmf_join_params |
struct | brcmf_iscan_results |
struct | brcmf_wsec_key |
struct | brcmf_wsec_key_le |
struct | brcmf_scb_val_le |
struct | brcmf_channel_info_le |
struct | brcmf_sta_info_le |
struct | brcmf_dcmd |
struct | brcmf_pub |
struct | brcmf_if_event |
struct | bcmevent_name |
Functions | |
uint | brcmf_c_mkiovar (char *name, char *data, uint datalen, char *buf, uint len) |
uint | brcmf_c_mkiovar_bsscfg (char *name, char *data, uint datalen, char *buf, uint buflen, s32 bssidx) |
int | brcmf_netdev_wait_pend8021x (struct net_device *ndev) |
s32 | brcmf_exec_dcmd (struct net_device *dev, u32 cmd, void *arg, u32 len) |
int | brcmf_netlink_dcmd (struct net_device *ndev, struct brcmf_dcmd *dcmd) |
char * | brcmf_ifname (struct brcmf_pub *drvr, int idx) |
int | brcmf_proto_cdc_query_dcmd (struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, uint len) |
int | brcmf_ifname2idx (struct brcmf_pub *drvr, char *name) |
int | brcmf_c_host_event (struct brcmf_pub *drvr, int *idx, void *pktdata, struct brcmf_event_msg *, void **data_ptr) |
void | brcmf_del_if (struct brcmf_pub *drvr, int ifidx) |
void | brcmf_c_pktfilter_offload_set (struct brcmf_pub *drvr, char *arg) |
void | brcmf_c_pktfilter_offload_enable (struct brcmf_pub *drvr, char *arg, int enable, int master_mode) |
Variables | |
struct brcmf_event_msg | __packed |
struct bcmevent_name | bcmevent_names [] |
#define BRCMF_BSS_INFO_VERSION 109 /* curr ver of brcmf_bss_info_le struct */ |
#define BRCMF_DCMD_MEDLEN 1536 /* "med" cmd buffer required */ |
#define BRCMF_DCMD_SMLEN 256 /* "small" cmd buffer required */ |
#define BRCMF_ISCAN_RESULTS_FIXED_SIZE |
#define WL_ESCAN_RESULTS_FIXED_SIZE |
int brcmf_c_host_event | ( | struct brcmf_pub * | drvr, |
int * | idx, | ||
void * | pktdata, | ||
struct brcmf_event_msg * | , | ||
void ** | data_ptr | ||
) |
Definition at line 487 of file dhd_common.c.
Definition at line 71 of file dhd_common.c.
uint brcmf_c_mkiovar_bsscfg | ( | char * | name, |
char * | data, | ||
uint | datalen, | ||
char * | buf, | ||
uint | buflen, | ||
s32 | bssidx | ||
) |
Definition at line 92 of file dhd_common.c.
void brcmf_c_pktfilter_offload_enable | ( | struct brcmf_pub * | drvr, |
char * | arg, | ||
int | enable, | ||
int | master_mode | ||
) |
Definition at line 607 of file dhd_common.c.
Definition at line 681 of file dhd_common.c.
Definition at line 963 of file dhd_linux.c.
Definition at line 723 of file dhd_linux.c.
Definition at line 69 of file dhd_linux.c.
int brcmf_netdev_wait_pend8021x | ( | struct net_device * | ndev | ) |
Definition at line 1146 of file dhd_linux.c.
int brcmf_netlink_dcmd | ( | struct net_device * | ndev, |
struct brcmf_dcmd * | dcmd | ||
) |
Definition at line 773 of file dhd_linux.c.
struct bcmevent_name bcmevent_names[] |