Searched defs:wl12xx_cmd_remove_peer (Results 1 – 2 of 2) sorted by relevance
598 struct wl12xx_cmd_remove_peer { struct599 struct wl1271_cmd_header header;601 u8 hlid;602 u8 reason_opcode;603 u8 send_deauth_flag;604 u8 role_id;
1592 int wl12xx_cmd_remove_peer(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_cmd_remove_peer() function