Lines Matching refs:wsm_cmd_send
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()
452 ret = wsm_cmd_send(priv, buf, &resp, in wsm_join()
481 ret = wsm_cmd_send(priv, buf, NULL, in wsm_set_bss_params()
503 ret = wsm_cmd_send(priv, buf, NULL, in wsm_add_key()
527 ret = wsm_cmd_send(priv, buf, NULL, in wsm_remove_key()
557 ret = wsm_cmd_send(priv, buf, NULL, 0x0012, WSM_CMD_TIMEOUT); in wsm_set_tx_queue_params()
604 ret = wsm_cmd_send(priv, buf, NULL, in wsm_set_edca_params()
630 ret = wsm_cmd_send(priv, buf, NULL, in wsm_switch_channel()
658 ret = wsm_cmd_send(priv, buf, NULL, in wsm_set_pm()
691 ret = wsm_cmd_send(priv, buf, NULL, in wsm_start()
714 ret = wsm_cmd_send(priv, buf, NULL, in wsm_beacon_transmit()
733 ret = wsm_cmd_send(priv, buf, NULL, 0x0019, WSM_CMD_TIMEOUT); in wsm_start_find()
746 ret = wsm_cmd_send(priv, buf, NULL, 0x001A, WSM_CMD_TIMEOUT); in wsm_stop_find()
764 ret = wsm_cmd_send(priv, buf, NULL, cmd, WSM_CMD_TIMEOUT); in wsm_map_link()
788 ret = wsm_cmd_send(priv, buf, NULL, 0x001B, WSM_CMD_TIMEOUT); in wsm_update_ie()
1079 static int wsm_cmd_send(struct cw1200_common *priv, in wsm_cmd_send() function