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

12 lines
373 B
C

#ifndef _HGICS_AP_H_
#define _HGICS_AP_H_
#if !defined(__RTOS__) && LINUX_VERSION_CODE >= KERNEL_VERSION(4,15,0)
extern void hgics_mac80211_beacon(struct timer_list *t);
#else
extern void hgics_mac80211_beacon(unsigned long arg);
#endif
extern void hgics_ap_reset_beacon(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *info);
#endif