Lines Matching refs:u8

33 int wl1251_cmd_test(struct wl1251 *wl, void *buf, size_t buf_len, u8 answer);
36 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity,
37 void *bitmap, u16 bitmap_len, u8 bitmap_control);
38 int wl1251_cmd_data_path_rx(struct wl1251 *wl, u8 channel, bool enable);
39 int wl1251_cmd_data_path_tx(struct wl1251 *wl, u8 channel, bool enable);
40 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel,
41 u16 beacon_interval, u8 dtim_interval);
42 int wl1251_cmd_ps_mode(struct wl1251 *wl, u8 ps_mode);
47 int wl1251_cmd_scan(struct wl1251 *wl, u8 *ssid, size_t ssid_len,
107 u8 data[0];
112 u8 parameters[MAX_CMD_PARAMS];
165 u8 value[MAX_READ_SIZE];
196 u8 num_channels;
199 u8 num_probe_requests;
204 u8 tid_trigger;
205 u8 ssid_len;
206 u8 ssid[32];
220 u8 early_termination;
222 u8 tx_power_att;
223 u8 channel;
224 u8 pad[3];
263 u8 dtim_interval;
264 u8 tx_ctrl_frame_rate; /* OBSOLETE */
265 u8 tx_ctrl_frame_mod; /* OBSOLETE */
275 u8 bss_type;
276 u8 channel;
277 u8 ssid_len;
278 u8 ssid[IEEE80211_MAX_SSID_LEN];
279 u8 ctrl; /* JOIN_CMD_CTRL_* */
280 u8 tx_mgt_frame_rate; /* OBSOLETE */
281 u8 tx_mgt_frame_mod; /* OBSOLETE */
282 u8 reserved;
288 u8 channel;
289 u8 padding[3];
298 u8 data[0];
305 u8 identity;
306 u8 length;
307 u8 dtim_count;
308 u8 dtim_period;
309 u8 bitmap_ctrl;
310 u8 pvb_field[PARTIAL_VBM_MAX]; /* Partial Virtual Bitmap */
317 u8 padding[2];
329 u8 ps_mode; /* STATION_* */
330 u8 send_null_data; /* Do we have to send NULL data packet ? */
331 u8 retries; /* Number of retires for the initial NULL data packet */
337 u8 hang_over_period;
339 u8 pad[2];
395 u8 addr[ETH_ALEN];
403 u8 key_size;
406 u8 key_type;
407 u8 ssid_profile;
413 u8 id;
414 u8 reserved_2[6];
415 u8 key[MAX_KEY_SIZE];