0
0
Fork 0
hgicf/utils/iwpriv.h

12 lines
324 B
C
Raw Normal View History

2023-10-12 23:37:43 +00:00
#ifndef _HGICF_CFG_H_
#define _HGICF_CFG_H_
#ifndef __RTOS__
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