Searched refs:wl1251_cmd_send (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/wireless/ti/wl1251/ |
| A D | cmd.c | 22 int wl1251_cmd_send(struct wl1251 *wl, u16 id, void *buf, size_t len) in wl1251_cmd_send() function 81 ret = wl1251_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx)); in wl1251_cmd_interrogate() 119 ret = wl1251_cmd_send(wl, CMD_CONFIGURE, acx, len); in wl1251_cmd_configure() 153 ret = wl1251_cmd_send(wl, CMD_VBM, vbm, sizeof(*vbm)); in wl1251_cmd_vbm() 183 ret = wl1251_cmd_send(wl, cmd_rx, cmd, sizeof(*cmd)); in wl1251_cmd_data_path_rx() 217 ret = wl1251_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd)); in wl1251_cmd_data_path_tx() 261 ret = wl1251_cmd_send(wl, CMD_START_JOIN, join, sizeof(*join)); in wl1251_cmd_join() 289 ret = wl1251_cmd_send(wl, CMD_SET_PS_MODE, ps_params, in wl1251_cmd_ps_mode() 323 ret = wl1251_cmd_send(wl, cmd_id, cmd, cmd_len); in wl1251_cmd_template_set() 385 ret = wl1251_cmd_send(wl, CMD_SCAN, cmd, sizeof(*cmd)); in wl1251_cmd_scan() [all …]
|
| A D | cmd.h | 18 int wl1251_cmd_send(struct wl1251 *wl, u16 type, void *buf, size_t buf_len);
|
| A D | main.c | 954 ret = wl1251_cmd_send(wl, CMD_SET_KEYS, wl_cmd, sizeof(*wl_cmd)); in wl1251_op_set_key()
|
Completed in 10 milliseconds