Searched defs:wl18xx_cmd_scan_params (Results 1 – 1 of 1) sorted by relevance
48 struct wl18xx_cmd_scan_params { struct49 struct wl1271_cmd_header header;51 u8 role_id;52 u8 scan_type;54 s8 rssi_threshold; /* for filtering (in dBm) */55 s8 snr_threshold; /* for filtering (in dB) */57 u8 bss_type; /* for filtering */58 u8 ssid_from_list; /* use ssid from configured ssid list */59 u8 filter; /* forward only results with matching ssids */65 u8 add_broadcast;[all …]