Searched defs:wl1251_cmd_scan (Results 1 – 2 of 2) sorted by relevance
224 struct wl1251_cmd_scan { struct225 struct wl1251_cmd_header header;227 struct wl1251_scan_parameters params;228 struct wl1251_scan_ch_parameters channels[SCAN_MAX_NUM_OF_CHANNELS];
415 int wl1251_cmd_scan(struct wl1251 *wl, u8 *ssid, size_t ssid_len, in wl1251_cmd_scan() function