Searched defs:wl1271_acx_keep_alive_config (Results 1 – 2 of 2) sorted by relevance
584 struct wl1271_acx_keep_alive_config { struct585 struct acx_header header;587 u8 role_id;588 u8 index;589 u8 tpl_validation;590 u8 trigger;591 __le32 period;
1180 int wl1271_acx_keep_alive_config(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_keep_alive_config() function