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