Searched refs:wl1271_cmd_template_set (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | init.c | 43 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 50 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 58 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 66 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 75 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 82 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 89 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 97 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 104 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 113 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() [all …]
|
D | cmd.c | 1025 int wl1271_cmd_template_set(struct wl1271 *wl, u8 role_id, in wl1271_cmd_template_set() function 1029 struct wl1271_cmd_template_set *cmd; in wl1271_cmd_template_set() 1090 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wl12xx_cmd_build_null_data() 1114 ret = wl1271_cmd_template_set(wl, wlvif->role_id, CMD_TEMPL_KLV, in wl12xx_cmd_build_klv_null_data() 1139 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_cmd_build_ps_poll() 1182 ret = wl1271_cmd_template_set(wl, role_id, in wl12xx_cmd_build_probe_req() 1186 ret = wl1271_cmd_template_set(wl, role_id, in wl12xx_cmd_build_probe_req() 1213 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_cmd_build_ap_probe_req() 1217 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_cmd_build_ap_probe_req() 1311 ret = wl1271_cmd_template_set(wl, wlvif->role_id, CMD_TEMPL_ARP_RSP, in wl1271_cmd_build_arp_rsp() [all …]
|
D | cmd.h | 56 int wl1271_cmd_template_set(struct wl1271 *wl, u8 role_id, 409 struct wl1271_cmd_template_set { struct
|
D | main.c | 3963 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_ap_set_probe_resp_tmpl() 3994 return wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_ap_set_probe_resp_tmpl_legacy() 4031 return wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_ap_set_probe_resp_tmpl_legacy() 4108 ret = wl1271_cmd_template_set(wl, wlvif->role_id, tmpl_id, in wlcore_set_beacon_template() 4153 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wlcore_set_beacon_template()
|