|
@@ -70,7 +70,7 @@ int wl1271_cmd_set_sta_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type,
|
|
int wl1271_cmd_set_ap_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type,
|
|
int wl1271_cmd_set_ap_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type,
|
|
u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32,
|
|
u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32,
|
|
u16 tx_seq_16);
|
|
u16 tx_seq_16);
|
|
-int wl12xx_cmd_set_peer_state(struct wl1271 *wl);
|
|
|
|
|
|
+int wl12xx_cmd_set_peer_state(struct wl1271 *wl, u8 hlid);
|
|
int wl12xx_roc(struct wl1271 *wl, u8 role_id);
|
|
int wl12xx_roc(struct wl1271 *wl, u8 role_id);
|
|
int wl12xx_croc(struct wl1271 *wl, u8 role_id);
|
|
int wl12xx_croc(struct wl1271 *wl, u8 role_id);
|
|
int wl12xx_cmd_add_peer(struct wl1271 *wl, struct ieee80211_sta *sta, u8 hlid);
|
|
int wl12xx_cmd_add_peer(struct wl1271 *wl, struct ieee80211_sta *sta, u8 hlid);
|