Searched refs:wsm_cmd_send (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/cw1200/ |
D | wsm.c | 84 static int wsm_cmd_send(struct cw1200_common *priv, 126 ret = wsm_cmd_send(priv, buf, arg, in wsm_configuration() 175 ret = wsm_cmd_send(priv, buf, NULL, cmd, WSM_CMD_RESET_TIMEOUT); in wsm_reset() 207 ret = wsm_cmd_send(priv, buf, &mib_buf, in wsm_read_mib() 260 ret = wsm_cmd_send(priv, buf, &mib_buf, in wsm_write_mib() 331 ret = wsm_cmd_send(priv, buf, NULL, in wsm_scan() 348 ret = wsm_cmd_send(priv, buf, NULL, in wsm_stop_scan() 450 ret = wsm_cmd_send(priv, buf, &resp, in wsm_join() 479 ret = wsm_cmd_send(priv, buf, NULL, in wsm_set_bss_params() 501 ret = wsm_cmd_send(priv, buf, NULL, in wsm_add_key() [all …]
|