Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dinit.c43 ret = wl1251_cmd_template_set(wl, CMD_PROBE_REQ, NULL, in wl1251_hw_init_templates_config()
48 ret = wl1251_cmd_template_set(wl, CMD_NULL_DATA, NULL, in wl1251_hw_init_templates_config()
53 ret = wl1251_cmd_template_set(wl, CMD_PS_POLL, NULL, in wl1251_hw_init_templates_config()
58 ret = wl1251_cmd_template_set(wl, CMD_QOS_NULL_DATA, NULL, in wl1251_hw_init_templates_config()
64 ret = wl1251_cmd_template_set(wl, CMD_PROBE_RESP, NULL, in wl1251_hw_init_templates_config()
70 ret = wl1251_cmd_template_set(wl, CMD_BEACON, NULL, in wl1251_hw_init_templates_config()
H A Dps.c131 ret = wl1251_cmd_template_set(wl, CMD_DISCONNECT, NULL, 0); in wl1251_ps_set_mode()
H A Dmain.c556 ret = wl1251_cmd_template_set(wl, CMD_NULL_DATA, ptr, size); in wl1251_build_null_data()
583 return wl1251_cmd_template_set(wl, CMD_QOS_NULL_DATA, &template, in wl1251_build_qos_null_data()
1021 ret = wl1251_cmd_template_set(wl, CMD_PROBE_REQ, skb->data, in wl1251_op_hw_scan()
1133 ret = wl1251_cmd_template_set(wl, CMD_PS_POLL, in wl1251_op_bss_info_changed()
1193 ret = wl1251_cmd_template_set(wl, CMD_BEACON, beacon->data, in wl1251_op_bss_info_changed()
1201 ret = wl1251_cmd_template_set(wl, CMD_PROBE_RESP, beacon->data, in wl1251_op_bss_info_changed()
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, in wl1251_cmd_template_set() function