Searched defs:wl18xx_cmd_scan_params (Results 1 – 1 of 1) sorted by relevance
34 struct wl18xx_cmd_scan_params { struct35 struct wl1271_cmd_header header;37 u8 role_id;38 u8 scan_type;40 s8 rssi_threshold; /* for filtering (in dBm) */41 s8 snr_threshold; /* for filtering (in dB) */43 u8 bss_type; /* for filtering */44 u8 ssid_from_list; /* use ssid from configured ssid list */45 u8 filter; /* forward only results with matching ssids */51 u8 add_broadcast;[all …]