Searched refs:wl1271_cmd_template_set (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/net/wireless/wl12xx/ |
D | init.c | 40 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_CFG_PROBE_REQ_2_4, NULL, in wl1271_sta_init_templates_config() 46 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_CFG_PROBE_REQ_5, in wl1271_sta_init_templates_config() 52 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_NULL_DATA, NULL, in wl1271_sta_init_templates_config() 58 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_PS_POLL, NULL, in wl1271_sta_init_templates_config() 64 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_QOS_NULL_DATA, NULL, in wl1271_sta_init_templates_config() 71 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_PROBE_RESPONSE, NULL, in wl1271_sta_init_templates_config() 78 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_BEACON, NULL, in wl1271_sta_init_templates_config() 85 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_ARP_RSP, NULL, in wl1271_sta_init_templates_config() 93 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_KLV, NULL, in wl1271_sta_init_templates_config() 117 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_DEAUTH_AP, in wl1271_ap_init_deauth_template() [all …]
|
D | cmd.c | 489 int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id, in wl1271_cmd_template_set() function 492 struct wl1271_cmd_template_set *cmd; in wl1271_cmd_template_set() 548 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_NULL_DATA, ptr, size, 0, in wl1271_cmd_build_null_data() 569 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_KLV, in wl1271_cmd_build_klv_null_data() 592 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_PS_POLL, skb->data, in wl1271_cmd_build_ps_poll() 617 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_CFG_PROBE_REQ_2_4, in wl1271_cmd_build_probe_req() 621 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_CFG_PROBE_REQ_5, in wl1271_cmd_build_probe_req() 643 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_CFG_PROBE_REQ_2_4, in wl1271_cmd_build_ap_probe_req() 647 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_CFG_PROBE_REQ_5, in wl1271_cmd_build_ap_probe_req() 692 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_ARP_RSP, in wl1271_cmd_build_arp_rsp() [all …]
|
D | cmd.h | 45 int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id, 248 struct wl1271_cmd_template_set { struct
|
D | main.c | 2228 ret = wl1271_cmd_template_set(wl, tmpl_id, in wl1271_bss_beacon_info_changed() 2243 ret = wl1271_cmd_template_set(wl, in wl1271_bss_beacon_info_changed()
|