Home
last modified time | relevance | path

Searched defs:wl12xx_cmd_remove_peer (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/net/wireless/ti/wlcore/
Dcmd.h596 struct wl12xx_cmd_remove_peer { struct
597 struct wl1271_cmd_header header;
599 u8 hlid;
600 u8 reason_opcode;
601 u8 send_deauth_flag;
602 u8 role_id;
Dcmd.c1594 int wl12xx_cmd_remove_peer(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_cmd_remove_peer() function