Searched defs:wl_scan_params_v1 (Results 1 – 1 of 1) sorted by relevance
716 typedef struct wl_scan_params_v1 { struct717 wlc_ssid_t ssid; /**< default: {0, ""} */718 struct ether_addr bssid; /**< default: bcast */719 int8 bss_type; /**< default: any,722 uint8 scan_type; /**< flags, 0 use default */723 int32 nprobes; /**< -1 use default, number of probes per channel */724 int32 active_time; /**< -1 use default, dwell time per channel for750 /** size of wl_scan_params_v1 not including variable length array */ argument