Searched defs:wl1271_cmd_disconnect (Results 1 – 2 of 2) sorted by relevance
459 struct wl1271_cmd_disconnect { struct460 struct wl1271_cmd_header header;462 __le32 rx_config_options;463 __le32 rx_filter_options;465 __le16 reason;466 u8 type;468 u8 padding;
899 int wl1271_cmd_disconnect(struct wl1271 *wl) in wl1271_cmd_disconnect() function