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