Home
last modified time | relevance | path

Searched refs:wl1251_cmd_send (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/wl1251/
Dcmd.c21 int wl1251_cmd_send(struct wl1251 *wl, u16 id, void *buf, size_t len) in wl1251_cmd_send() function
74 ret = wl1251_cmd_send(wl, CMD_TEST, buf, buf_len); in wl1251_cmd_test()
121 ret = wl1251_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx)); in wl1251_cmd_interrogate()
159 ret = wl1251_cmd_send(wl, CMD_CONFIGURE, acx, len); in wl1251_cmd_configure()
195 ret = wl1251_cmd_send(wl, CMD_VBM, vbm, sizeof(*vbm)); in wl1251_cmd_vbm()
230 ret = wl1251_cmd_send(wl, cmd_rx, cmd, sizeof(*cmd)); in wl1251_cmd_data_path()
240 ret = wl1251_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd)); in wl1251_cmd_data_path()
298 ret = wl1251_cmd_send(wl, CMD_START_JOIN, join, sizeof(*join)); in wl1251_cmd_join()
328 ret = wl1251_cmd_send(wl, CMD_SET_PS_MODE, ps_params, in wl1251_cmd_ps_mode()
360 ret = wl1251_cmd_send(wl, CMD_READ_MEMORY, cmd, sizeof(*cmd)); in wl1251_cmd_read_memory()
[all …]
Dcmd.h32 int wl1251_cmd_send(struct wl1251 *wl, u16 type, void *buf, size_t buf_len);
Dmain.c859 ret = wl1251_cmd_send(wl, CMD_SET_KEYS, wl_cmd, sizeof(*wl_cmd)); in wl1251_op_set_key()