Searched defs:wl1271_acx_keep_alive_config (Results 1 – 2 of 2) sorted by relevance
598 struct wl1271_acx_keep_alive_config { struct599 struct acx_header header;601 u8 role_id;602 u8 index;603 u8 tpl_validation;604 u8 trigger;605 __le32 period;
1194 int wl1271_acx_keep_alive_config(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_keep_alive_config() function