Lines Matching defs:body

145 	struct wfx_hif_req_configuration *body = wfx_alloc_hif(buf_len, &hif);  in wfx_hif_configuration()  local
161 struct wfx_hif_req_reset *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_reset() local
177 struct wfx_hif_req_read_mib *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_read_mib() local
210 struct wfx_hif_req_write_mib *body = wfx_alloc_hif(buf_len, &hif); in wfx_hif_write_mib() local
229 struct wfx_hif_req_start_scan_alt *body = wfx_alloc_hif(buf_len, &hif); in wfx_hif_scan() local
289 struct wfx_hif_req_join *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_join() local
318 struct wfx_hif_req_set_bss_params *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_set_bss_params() local
335 struct wfx_hif_req_add_key *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_add_key() local
355 struct wfx_hif_req_remove_key *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_remove_key() local
371 struct wfx_hif_req_edca_queue_params *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_set_edca_queue_params() local
399 struct wfx_hif_req_set_pm_mode *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_set_pm() local
426 struct wfx_hif_req_start *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_start() local
448 struct wfx_hif_req_beacon_transmit *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_beacon_transmit() local
463 struct wfx_hif_req_map_link *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_map_link() local
483 struct wfx_hif_req_update_ie *body = wfx_alloc_hif(buf_len, &hif); in wfx_hif_update_ie_beacon() local