Lines Matching refs:wfx_fill_header
25 static void wfx_fill_header(struct wfx_hif_msg *hif, int if_id, unsigned int cmd, size_t size) in wfx_fill_header() function
148 wfx_fill_header(hif, -1, HIF_REQ_ID_SHUT_DOWN, 0); in wfx_hif_shutdown()
169 wfx_fill_header(hif, -1, HIF_REQ_ID_CONFIGURATION, buf_len); in wfx_hif_configuration()
184 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_RESET, sizeof(*body)); in wfx_hif_reset()
203 wfx_fill_header(hif, vif_id, HIF_REQ_ID_READ_MIB, sizeof(*body)); in wfx_hif_read_mib()
235 wfx_fill_header(hif, vif_id, HIF_REQ_ID_WRITE_MIB, buf_len); in wfx_hif_write_mib()
260 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_START_SCAN, buf_len); in wfx_hif_scan_uniq()
304 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_START_SCAN, buf_len); in wfx_hif_scan()
319 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_STOP_SCAN, 0); in wfx_hif_stop_scan()
351 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_JOIN, sizeof(*body)); in wfx_hif_join()
367 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_SET_BSS_PARAMS, sizeof(*body)); in wfx_hif_set_bss_params()
386 wfx_fill_header(hif, arg->int_id, HIF_REQ_ID_ADD_KEY, sizeof(*body)); in wfx_hif_add_key()
388 wfx_fill_header(hif, -1, HIF_REQ_ID_ADD_KEY, sizeof(*body)); in wfx_hif_add_key()
403 wfx_fill_header(hif, -1, HIF_REQ_ID_REMOVE_KEY, sizeof(*body)); in wfx_hif_remove_key()
432 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_EDCA_QUEUE_PARAMS, sizeof(*body)); in wfx_hif_set_edca_queue_params()
456 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_SET_PM_MODE, sizeof(*body)); in wfx_hif_set_pm()
481 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_START, sizeof(*body)); in wfx_hif_start()
496 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_BEACON_TRANSMIT, sizeof(*body)); in wfx_hif_beacon_transmit()
515 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_MAP_LINK, sizeof(*body)); in wfx_hif_map_link()
533 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_UPDATE_IE, buf_len); in wfx_hif_update_ie_beacon()