Searched defs:wl12xx_cmd_set_peer_state (Results 1 – 2 of 2) sorted by relevance
579 struct wl12xx_cmd_set_peer_state { struct580 struct wl1271_cmd_header header;582 u8 hlid;583 u8 state;584 u8 padding[2];
1430 int wl12xx_cmd_set_peer_state(struct wl1271 *wl, u8 hlid) in wl12xx_cmd_set_peer_state() function