Searched defs:wl1271_acx_keep_alive_config (Results 1 – 2 of 2) sorted by relevance
932 struct wl1271_acx_keep_alive_config { struct933 struct acx_header header;935 __le32 period;936 u8 index;937 u8 tpl_validation;938 u8 trigger;939 u8 padding;
1197 int wl1271_acx_keep_alive_config(struct wl1271 *wl, u8 index, u8 tpl_valid) in wl1271_acx_keep_alive_config() function