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

/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Dcmd.c21 int wl1251_cmd_send(struct wl1251 *wl, u16 id, void *buf, size_t len) wl1251_cmd_send() function
74 ret = wl1251_cmd_send(wl, CMD_TEST, buf, buf_len); wl1251_cmd_test()
121 ret = wl1251_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx)); wl1251_cmd_interrogate()
159 ret = wl1251_cmd_send(wl, CMD_CONFIGURE, acx, len); wl1251_cmd_configure()
195 ret = wl1251_cmd_send(wl, CMD_VBM, vbm, sizeof(*vbm)); wl1251_cmd_vbm()
227 ret = wl1251_cmd_send(wl, cmd_rx, cmd, sizeof(*cmd)); wl1251_cmd_data_path_rx()
261 ret = wl1251_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd)); wl1251_cmd_data_path_tx()
307 ret = wl1251_cmd_send(wl, CMD_START_JOIN, join, sizeof(*join)); wl1251_cmd_join()
337 ret = wl1251_cmd_send(wl, CMD_SET_PS_MODE, ps_params, wl1251_cmd_ps_mode()
369 ret = wl1251_cmd_send(wl, CMD_READ_MEMORY, cmd, sizeof(*cmd)); wl1251_cmd_read_memory()
413 ret = wl1251_cmd_send(wl, cmd_id, cmd, cmd_len); wl1251_cmd_template_set()
472 ret = wl1251_cmd_send(wl, CMD_SCAN, cmd, sizeof(*cmd)); wl1251_cmd_scan()
505 ret = wl1251_cmd_send(wl, CMD_TRIGGER_SCAN_TO, cmd, sizeof(*cmd)); wl1251_cmd_trigger_scan_to()
H A Dcmd.h32 int wl1251_cmd_send(struct wl1251 *wl, u16 type, void *buf, size_t buf_len);
H A Dmain.c975 ret = wl1251_cmd_send(wl, CMD_SET_KEYS, wl_cmd, sizeof(*wl_cmd)); wl1251_op_set_key()

Completed in 182 milliseconds