Searched refs:scan_type (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.h599 u8 scan_type; member in struct:notif_scan_complete
837 u8 scan_type; member in struct:ipw_scan_request
855 u8 scan_type[IPW_SCAN_CHANNELS / 2]; member in struct:ipw_scan_request_ext
863 return scan->scan_type[index / 2] & 0x0F;
865 return (scan->scan_type[index / 2] & 0xF0) >> 4;
869 u8 index, u8 scan_type)
872 scan->scan_type[index / 2] =
873 (scan->scan_type[index / 2] & 0xF0) | (scan_type & 0x0F);
875 scan->scan_type[inde
868 ipw_set_scan_type(struct ipw_scan_request_ext *scan, u8 index, u8 scan_type) argument
[all...]
H A Dwl3501.h435 enum wl3501_scan_type scan_type; member in struct:wl3501_scan_req
H A Dipw2200.c4631 "%d status\n", x->scan_type,
6118 int scan_type)
6138 scan_type);
6190 : scan_type);
6205 : scan_type);
6219 int err = 0, scan_type; local
6251 scan_type = IPW_SCAN_PASSIVE_FULL_DWELL_SCAN;
6254 ipw_add_scan_channels(priv, &scan, scan_type);
6323 scan_type = IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN;
6325 scan_type
6116 ipw_add_scan_channels(struct ipw_priv *priv, struct ipw_scan_request_ext *scan, int scan_type) argument
9392 int err = 0, scan_type; local
[all...]
H A Dwl3501_cs.c604 .scan_type = WL3501_SCAN_TYPE_ACTIVE,
H A Datmel.c2716 u8 scan_type; member in struct:__anon6033
2745 cmd.scan_type = SCAN_TYPE_ACTIVE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A D11d.c425 u8 scan_type = cmd_scan_type_passive; local
431 scan_type = cmd_scan_type_active;
436 lbs_deb_leave_args(LBS_DEB_11D, "ret scan_type %d", scan_type);
437 return scan_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dwireless.h538 /* struct iw_scan_req scan_type */
749 __u8 scan_type; /* IW_SCAN_TYPE_{ACTIVE,PASSIVE} */ member in struct:iw_scan_req
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h356 wl_scan_type_t scan_type; /* enum */ member in struct:wl_extdscan_params
367 /* Bitmask for scan_type */
382 uint8 scan_type; /* flags, 0 use default */ member in struct:wl_scan_params
640 uint8 scan_type; /* 0 use default, active or passive scan */ member in struct:wl_join_scan_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c6590 params->scan_type = -1;

Completed in 335 milliseconds