Home
last modified time | relevance | path

Searched refs:wl12xx_cmd_remove_peer (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/wl12xx/
Dcmd.h88 int wl12xx_cmd_remove_peer(struct wl1271 *wl, u8 hlid);
642 struct wl12xx_cmd_remove_peer { struct
Dcmd.c1590 int wl12xx_cmd_remove_peer(struct wl1271 *wl, u8 hlid) in wl12xx_cmd_remove_peer() function
1592 struct wl12xx_cmd_remove_peer *cmd; in wl12xx_cmd_remove_peer()
Dmain.c4290 ret = wl12xx_cmd_remove_peer(wl, wl_sta->hlid); in wl12xx_sta_remove()