Home
last modified time | relevance | path

Searched refs:WL1271_CMD_TEMPL_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ti/wlcore/
Dinit.c31 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config()
38 NULL, WL1271_CMD_TEMPL_MAX_SIZE, 0, in wl1271_init_templates_config()
47 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config()
55 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config()
112 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config()
119 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config()
Dcmd.h205 #define WL1271_CMD_TEMPL_MAX_SIZE 512 macro
410 u8 template_data[WL1271_CMD_TEMPL_MAX_SIZE];
Dcmd.c1020 WARN_ON(buf_len > WL1271_CMD_TEMPL_MAX_SIZE); in wl1271_cmd_template_set()
1021 buf_len = min_t(size_t, buf_len, WL1271_CMD_TEMPL_MAX_SIZE); in wl1271_cmd_template_set()
Dmain.c3940 u8 probe_rsp_templ[WL1271_CMD_TEMPL_MAX_SIZE]; in wl1271_ap_set_probe_resp_tmpl_legacy()
3952 if (probe_rsp_len + vif->cfg.ssid_len > WL1271_CMD_TEMPL_MAX_SIZE) { in wl1271_ap_set_probe_resp_tmpl_legacy()
6196 wl->hw->wiphy->max_scan_ie_len = WL1271_CMD_TEMPL_MAX_SIZE - in wl1271_init_ieee80211()
6200 wl->hw->wiphy->max_sched_scan_ie_len = WL1271_CMD_TEMPL_MAX_SIZE - in wl1271_init_ieee80211()