Searched refs:wsm_cmd_send (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/st/cw1200/ |
D | wsm.c | 81 static int wsm_cmd_send(struct cw1200_common *priv, 123 ret = wsm_cmd_send(priv, buf, arg, in wsm_configuration() 172 ret = wsm_cmd_send(priv, buf, NULL, cmd, WSM_CMD_RESET_TIMEOUT); in wsm_reset() 204 ret = wsm_cmd_send(priv, buf, &mib_buf, in wsm_read_mib() 257 ret = wsm_cmd_send(priv, buf, &mib_buf, in wsm_write_mib() 328 ret = wsm_cmd_send(priv, buf, NULL, in wsm_scan() 345 ret = wsm_cmd_send(priv, buf, NULL, in wsm_stop_scan() 447 ret = wsm_cmd_send(priv, buf, &resp, in wsm_join() 476 ret = wsm_cmd_send(priv, buf, NULL, in wsm_set_bss_params() 498 ret = wsm_cmd_send(priv, buf, NULL, in wsm_add_key() [all …]
|