Searched refs:wl1251_cmd_template_set (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/ti/wl1251/
H A Dinit.c43 ret = wl1251_cmd_template_set(wl, CMD_PROBE_REQ, NULL,
48 ret = wl1251_cmd_template_set(wl, CMD_NULL_DATA, NULL,
53 ret = wl1251_cmd_template_set(wl, CMD_PS_POLL, NULL,
58 ret = wl1251_cmd_template_set(wl, CMD_QOS_NULL_DATA, NULL,
64 ret = wl1251_cmd_template_set(wl, CMD_PROBE_RESP, NULL,
70 ret = wl1251_cmd_template_set(wl, CMD_BEACON, NULL,
H A Dps.c131 ret = wl1251_cmd_template_set(wl, CMD_DISCONNECT, NULL, 0);
H A Dmain.c556 ret = wl1251_cmd_template_set(wl, CMD_NULL_DATA, ptr, size);
583 return wl1251_cmd_template_set(wl, CMD_QOS_NULL_DATA, &template,
1021 ret = wl1251_cmd_template_set(wl, CMD_PROBE_REQ, skb->data,
1133 ret = wl1251_cmd_template_set(wl, CMD_PS_POLL,
1193 ret = wl1251_cmd_template_set(wl, CMD_BEACON, beacon->data,
1201 ret = wl1251_cmd_template_set(wl, CMD_PROBE_RESP, beacon->data,
H A Dcmd.h31 int wl1251_cmd_template_set(struct wl1251 *wl, u16 cmd_id,
H A Dcmd.c380 int wl1251_cmd_template_set(struct wl1251 *wl, u16 cmd_id, function

Completed in 113 milliseconds