Searched defs:wl12xx_cmd_remove_peer (Results 1 – 2 of 2) sorted by relevance
630 struct wl12xx_cmd_remove_peer { struct631 struct wl1271_cmd_header header;633 u8 hlid;634 u8 reason_opcode;635 u8 send_deauth_flag;636 u8 padding1;
1511 int wl12xx_cmd_remove_peer(struct wl1271 *wl, u8 hlid) in wl12xx_cmd_remove_peer() function