Searched defs:wl_apsta_params (Results 1 – 3 of 3) sorted by relevance
232 typedef struct wl_apsta_params { struct233 struct wl_if_info if_info[MAX_IF_NUM];235 struct wl_dwds_info dwds_info[MAX_DWDS_IF_NUM];237 struct dhd_pub *dhd;238 int ioctl_ver;239 bool init;240 int rsdb;241 bool vsdb;242 uint csa;243 uint acs;[all …]
272 typedef struct wl_apsta_params { struct273 struct wl_if_info if_info[MAX_IF_NUM];275 struct wl_dwds_info dwds_info[MAX_DWDS_IF_NUM];277 u8 *ioctl_buf;278 bool init;279 int rsdb;280 bool vsdb;281 uint csa;282 uint acs;284 uint acs_tmo;[all …]
206 typedef struct wl_apsta_params { struct207 struct wl_if_info if_info[MAX_IF_NUM];231 } wl_apsta_params_t; argument