Searched defs:wl1251_cmd_scan (Results 1 – 2 of 2) sorted by relevance
211 struct wl1251_cmd_scan { struct212 struct wl1251_cmd_header header;214 struct wl1251_scan_parameters params;215 struct wl1251_scan_ch_parameters channels[SCAN_MAX_NUM_OF_CHANNELS];
334 int wl1251_cmd_scan(struct wl1251 *wl, u8 *ssid, size_t ssid_len, in wl1251_cmd_scan() function