Searched defs:wl12xx_cmd_remove_peer (Results 1 – 2 of 2) sorted by relevance
642 struct wl12xx_cmd_remove_peer { struct643 struct wl1271_cmd_header header;645 u8 hlid;646 u8 reason_opcode;647 u8 send_deauth_flag;648 u8 padding1;
1590 int wl12xx_cmd_remove_peer(struct wl1271 *wl, u8 hlid) in wl12xx_cmd_remove_peer() function