Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dinit.c57 ret = wl1251_cmd_template_set(wl, CMD_PROBE_REQ, NULL, in wl1251_hw_init_templates_config()
62 ret = wl1251_cmd_template_set(wl, CMD_NULL_DATA, NULL, in wl1251_hw_init_templates_config()
67 ret = wl1251_cmd_template_set(wl, CMD_PS_POLL, NULL, in wl1251_hw_init_templates_config()
72 ret = wl1251_cmd_template_set(wl, CMD_QOS_NULL_DATA, NULL, in wl1251_hw_init_templates_config()
78 ret = wl1251_cmd_template_set(wl, CMD_PROBE_RESP, NULL, in wl1251_hw_init_templates_config()
84 ret = wl1251_cmd_template_set(wl, CMD_BEACON, NULL, in wl1251_hw_init_templates_config()
Dps.c145 ret = wl1251_cmd_template_set(wl, CMD_DISCONNECT, NULL, 0); in wl1251_ps_set_mode()
Dmain.c570 ret = wl1251_cmd_template_set(wl, CMD_NULL_DATA, ptr, size); in wl1251_build_null_data()
597 return wl1251_cmd_template_set(wl, CMD_QOS_NULL_DATA, &template, in wl1251_build_qos_null_data()
1035 ret = wl1251_cmd_template_set(wl, CMD_PROBE_REQ, skb->data, in wl1251_op_hw_scan()
1147 ret = wl1251_cmd_template_set(wl, CMD_PS_POLL, in wl1251_op_bss_info_changed()
1207 ret = wl1251_cmd_template_set(wl, CMD_BEACON, beacon->data, in wl1251_op_bss_info_changed()
1215 ret = wl1251_cmd_template_set(wl, CMD_PROBE_RESP, beacon->data, in wl1251_op_bss_info_changed()
Dcmd.h45 int wl1251_cmd_template_set(struct wl1251 *wl, u16 cmd_id,
Dcmd.c390 int wl1251_cmd_template_set(struct wl1251 *wl, u16 cmd_id, in wl1251_cmd_template_set() function