Searched refs:WL1271_CMD_TEMPL_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/ti/wlcore/ |
D | init.c | 45 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config() 52 NULL, WL1271_CMD_TEMPL_MAX_SIZE, 0, in wl1271_init_templates_config() 61 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config() 69 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config() 126 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config() 133 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config()
|
D | cmd.h | 219 #define WL1271_CMD_TEMPL_MAX_SIZE 512 macro 424 u8 template_data[WL1271_CMD_TEMPL_MAX_SIZE];
|
D | cmd.c | 1025 WARN_ON(buf_len > WL1271_CMD_TEMPL_MAX_SIZE); in wl1271_cmd_template_set() 1026 buf_len = min_t(size_t, buf_len, WL1271_CMD_TEMPL_MAX_SIZE); in wl1271_cmd_template_set()
|
D | main.c | 3902 u8 probe_rsp_templ[WL1271_CMD_TEMPL_MAX_SIZE]; in wl1271_ap_set_probe_resp_tmpl_legacy() 3914 if (probe_rsp_len + bss_conf->ssid_len > WL1271_CMD_TEMPL_MAX_SIZE) { in wl1271_ap_set_probe_resp_tmpl_legacy() 6112 wl->hw->wiphy->max_scan_ie_len = WL1271_CMD_TEMPL_MAX_SIZE - in wl1271_init_ieee80211() 6115 wl->hw->wiphy->max_sched_scan_ie_len = WL1271_CMD_TEMPL_MAX_SIZE - in wl1271_init_ieee80211()
|