Searched defs:wl12xx_cmd_set_peer_state (Results 1 – 2 of 2) sorted by relevance
591 struct wl12xx_cmd_set_peer_state { struct592 struct wl1271_cmd_header header;594 u8 hlid;595 u8 state;596 u8 padding[2];
1509 int wl12xx_cmd_set_peer_state(struct wl1271 *wl, u8 hlid) in wl12xx_cmd_set_peer_state() function