fwil.h (9938b04472d5c59f8bd8152a548533a8599596a2) fwil.h (7705ba6f7badb8cf38a0a19dad71e11a77ecb9cd)
1/*
2 * Copyright (c) 2012 Broadcom Corporation
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

--- 64 unchanged lines hidden (view full) ---

73#define BRCMF_C_GET_GET_PKTCNTS 137
74#define BRCMF_C_GET_BANDLIST 140
75#define BRCMF_C_SET_SCB_TIMEOUT 158
76#define BRCMF_C_GET_ASSOCLIST 159
77#define BRCMF_C_GET_PHYLIST 180
78#define BRCMF_C_SET_SCAN_CHANNEL_TIME 185
79#define BRCMF_C_SET_SCAN_UNASSOC_TIME 187
80#define BRCMF_C_SCB_DEAUTHENTICATE_FOR_REASON 201
1/*
2 * Copyright (c) 2012 Broadcom Corporation
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

--- 64 unchanged lines hidden (view full) ---

73#define BRCMF_C_GET_GET_PKTCNTS 137
74#define BRCMF_C_GET_BANDLIST 140
75#define BRCMF_C_SET_SCB_TIMEOUT 158
76#define BRCMF_C_GET_ASSOCLIST 159
77#define BRCMF_C_GET_PHYLIST 180
78#define BRCMF_C_SET_SCAN_CHANNEL_TIME 185
79#define BRCMF_C_SET_SCAN_UNASSOC_TIME 187
80#define BRCMF_C_SCB_DEAUTHENTICATE_FOR_REASON 201
81#define BRCMF_C_SET_ASSOC_PREFER 205
81#define BRCMF_C_GET_VALID_CHANNELS 217
82#define BRCMF_C_GET_KEY_PRIMARY 235
83#define BRCMF_C_SET_KEY_PRIMARY 236
84#define BRCMF_C_SET_SCAN_PASSIVE_TIME 258
85#define BRCMF_C_GET_VAR 262
86#define BRCMF_C_SET_VAR 263
87
88s32 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len);

--- 19 unchanged lines hidden ---
82#define BRCMF_C_GET_VALID_CHANNELS 217
83#define BRCMF_C_GET_KEY_PRIMARY 235
84#define BRCMF_C_SET_KEY_PRIMARY 236
85#define BRCMF_C_SET_SCAN_PASSIVE_TIME 258
86#define BRCMF_C_GET_VAR 262
87#define BRCMF_C_SET_VAR 263
88
89s32 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len);

--- 19 unchanged lines hidden ---