Searched defs:wl1271_acx_keep_alive_config (Results 1 – 2 of 2) sorted by relevance
817 struct wl1271_acx_keep_alive_config { struct818 struct acx_header header;820 u8 role_id;821 u8 index;822 u8 tpl_validation;823 u8 trigger;824 __le32 period;
1206 int wl1271_acx_keep_alive_config(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_keep_alive_config() function