Home
last modified time | relevance | path

Searched refs:WLAN_FD_CAP_LEN (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_api.c344 uint8_t fd_cap[WLAN_FD_CAP_LEN] = {0}; in lim_populate_fd_tmpl_frame()
399 length = WLAN_FD_CAP_LEN; in lim_populate_fd_tmpl_frame()
446 qdf_mem_copy(frm, fd_cap, WLAN_FD_CAP_LEN); in lim_populate_fd_tmpl_frame()
447 frm += WLAN_FD_CAP_LEN; in lim_populate_fd_tmpl_frame()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h1254 #define WLAN_FD_CAP_LEN 2 macro