Searched refs:wfx_hif_req_start_scan_alt (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.c246 size_t buf_len = sizeof(struct wfx_hif_req_start_scan_alt) + sizeof(u8);
247 struct wfx_hif_req_start_scan_alt *body = wfx_alloc_hif(buf_len, &hif);
271 size_t buf_len = sizeof(struct wfx_hif_req_start_scan_alt) + chan_num * sizeof(u8);
272 struct wfx_hif_req_start_scan_alt *body = wfx_alloc_hif(buf_len, &hif);
H A Dhif_api_cmd.h116 struct wfx_hif_req_start_scan_alt { struct

Completed in 143 milliseconds