Files
luban-lite/bsp/peripheral/wireless/hugeic/utils/iwpriv.h
刘可亮 3e10f578d3 v1.2.2
2025-10-21 13:59:50 +08:00

14 lines
334 B
C

#ifndef _HGICF_CFG_H_
#define _HGICF_CFG_H_
#ifndef __RTOS__
struct hgic_fwctrl;
int hgic_iwpriv_set_proc(struct hgic_fwctrl *ctrl, u8 ifidx, struct iwreq *wrqin);
int hgic_iwpriv_get_proc(struct hgic_fwctrl *ctrl, u8 ifidx, struct iwreq *wrqin);
int hgic_iwpriv_dump(struct hgic_fwctrl *ctrl, struct iwreq *wrqin);
#endif
#endif