Searched refs:scan_cfg (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dscan.c692 const struct wlan_ioctl_user_scan_cfg * scan_cfg)
698 if (!scan_cfg)
701 if (scan_cfg->clear_ssid && scan_cfg->ssid_len)
704 if (scan_cfg->clear_bssid
705 && (compare_ether_addr(scan_cfg->bssid, &zeromac[0]) != 0)
706 && (compare_ether_addr(scan_cfg->bssid, &bcastmac[0]) != 0)) {
719 && (bss->ssid_len == scan_cfg->ssid_len)
720 && !memcmp(bss->ssid, scan_cfg->ssid, bss->ssid_len))
725 && !compare_ether_addr(bss->bssid, scan_cfg
691 clear_selected_scan_list_entries(wlan_adapter * adapter, const struct wlan_ioctl_user_scan_cfg * scan_cfg) argument
757 struct wlan_scan_cmd_config * scan_cfg = NULL; local
[all...]
H A Ddebugfs.c199 struct wlan_ioctl_user_scan_cfg *scan_cfg, int dur)
220 scan_cfg->chanlist[i].channumber = chan;
221 scan_cfg->chanlist[i].scantype = passive ? 1 : 0;
223 scan_cfg->chanlist[i].radiotype = 0;
225 scan_cfg->chanlist[i].radiotype = 1;
227 scan_cfg->chanlist[i].scantime = dur;
236 struct wlan_ioctl_user_scan_cfg *scan_cfg)
246 memcpy(scan_cfg->bssid, mac, ETH_ALEN);
250 struct wlan_ioctl_user_scan_cfg *scan_cfg)
264 strncpy(scan_cfg
198 libertas_parse_chan(char *buf, size_t count, struct wlan_ioctl_user_scan_cfg *scan_cfg, int dur) argument
235 libertas_parse_bssid(char *buf, size_t count, struct wlan_ioctl_user_scan_cfg *scan_cfg) argument
249 libertas_parse_ssid(char *buf, size_t count, struct wlan_ioctl_user_scan_cfg *scan_cfg) argument
286 libertas_parse_dur(char *buf, size_t count, struct wlan_ioctl_user_scan_cfg *scan_cfg) argument
301 libertas_parse_probes(char *buf, size_t count, struct wlan_ioctl_user_scan_cfg *scan_cfg) argument
318 libertas_parse_type(char *buf, size_t count, struct wlan_ioctl_user_scan_cfg *scan_cfg) argument
345 struct wlan_ioctl_user_scan_cfg *scan_cfg; local
[all...]

Completed in 23 milliseconds