Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_api.c342 struct fd_action_header *fd_header; in lim_populate_fd_tmpl_frame() local
384 fd_header = (struct fd_action_header *)frm; in lim_populate_fd_tmpl_frame()
385 fd_header->action_header.action_category = ACTION_CATEGORY_PUBLIC; in lim_populate_fd_tmpl_frame()
386 fd_header->action_header.action_code = WLAN_ACTION_FILS_DISCOVERY; in lim_populate_fd_tmpl_frame()
414 fd_header->fd_frame_cntl = qdf_cpu_to_le16(fd_cntl_subfield); in lim_populate_fd_tmpl_frame()
417 qdf_mem_zero(fd_header->timestamp, sizeof(fd_header->timestamp)); in lim_populate_fd_tmpl_frame()
420 fd_header->bcn_interval = in lim_populate_fd_tmpl_frame()
423 *frame_size += sizeof(*fd_header); in lim_populate_fd_tmpl_frame()
426 frm = &fd_header->elem[0]; in lim_populate_fd_tmpl_frame()