|
@@ -42,7 +42,8 @@
|
|
|
|
|
|
/* ap_wpa.c */
|
|
|
void WpaStateMachineInit(struct rt_rtmp_adapter *pAd,
|
|
|
- struct rt_state_machine *Sm, OUT STATE_MACHINE_FUNC Trans[]);
|
|
|
+ struct rt_state_machine *Sm,
|
|
|
+ OUT STATE_MACHINE_FUNC Trans[]);
|
|
|
|
|
|
#ifdef RTMP_MAC_USB
|
|
|
void BeaconUpdateExec(void *SystemSpecific1,
|
|
@@ -61,6 +62,7 @@ struct rt_mac_table_entry *MacTableInsertEntry(struct rt_rtmp_adapter *pAd,
|
|
|
BOOLEAN MacTableDeleteEntry(struct rt_rtmp_adapter *pAd,
|
|
|
u16 wcid, u8 *pAddr);
|
|
|
|
|
|
-struct rt_mac_table_entry *MacTableLookup(struct rt_rtmp_adapter *pAd, u8 *pAddr);
|
|
|
+struct rt_mac_table_entry *MacTableLookup(struct rt_rtmp_adapter *pAd,
|
|
|
+ u8 *pAddr);
|
|
|
|
|
|
#endif /* __AP_H__ */
|