=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c-335-void print_all_pdrs(pda_t *pda); linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:336:int str2macaddr( UINT8 *a, char *s ); linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c-337-int s3datarec_compare(const void *p1, const void *p2); ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c-497- } linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:498: if ( str2macaddr(macaddr, optarg) != 0 ) { linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c-499- fprintf(stderr,APPNAME": mac address format error. Exiting.\n"); ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c-1982-----------------------------------------------------------------*/ linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1983:int str2macaddr( UINT8 *a, char *s ) linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c-1984-{ ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/prism2mgmt.h-164-/* functions to convert Group Addresses */ linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/prism2mgmt.h:165:void prism2mgmt_get_grpaddr(UINT32 did, linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/prism2mgmt.h-166- p80211pstrd_t *pstr, hfa384x_t *priv ); linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/prism2mgmt.h:167:int prism2mgmt_set_grpaddr(UINT32 did, linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/prism2mgmt.h-168- UINT8 *prism2buf, p80211pstrd_t *pstr, hfa384x_t *priv ); ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h-396-#define HFA384x_RID_CNFPORTTYPE ((UINT16)0xFC00) linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h:397:#define HFA384x_RID_CNFOWNMACADDR ((UINT16)0xFC01) linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h-398-#define HFA384x_RID_CNFDESIREDSSID ((UINT16)0xFC02) ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h-403-#define HFA384x_RID_CNFMAXDATALEN ((UINT16)0xFC07) linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h:404:#define HFA384x_RID_CNFWDSADDR ((UINT16)0xFC08) linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h-405-#define HFA384x_RID_CNFPMENABLED ((UINT16)0xFC09) ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h-454---------------------------------------------------------------------*/ linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h:455:#define HFA384x_RID_GROUPADDR ((UINT16)0xFC80) linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h-456-#define HFA384x_RID_CREATEIBSS ((UINT16)0xFC81) ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h-1749---------------------------------------------------------------------*/ linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h:1750:#define HFA384x_IT_HANDOVERADDR ((UINT16)0xF000UL) linux-wlan-ng-0.2.9+dfsg/src/prism2/include/prism2/hfa384x.h-1751-#define HFA384x_IT_HANDOVERDEAUTHADDRESS ((UINT16)0xF001UL)//AP 1.3.7 ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c-1193- // while (element != null) { linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:1194: // HW_ADD_MULTICAST_ADDR(element->dmi_addr, dmi_addrlen) linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c-1195- // element = element->next; ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c-2414- if (isget) { linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:2415: prism2mgmt_get_grpaddr(mib->did, pstr, hw); linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c-2416- return(0); ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c-2418- linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:2419: result = prism2mgmt_set_grpaddr(mib->did, bytebuf, pstr, hw); linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c-2420- if (result != 0) { ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c-3582-----------------------------------------------------------------*/ linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:3583:void prism2mgmt_get_grpaddr(UINT32 did, p80211pstrd_t *pstr, linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c-3584- hfa384x_t *hw ) ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c-3618-----------------------------------------------------------------*/ linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:3619:int prism2mgmt_set_grpaddr(UINT32 did, UINT8 *prism2buf, linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c-3620- p80211pstrd_t *pstr, hfa384x_t *hw ) ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/Makefile-67- if [ -f "$$x" ] ; then \ linux-wlan-ng-0.2.9+dfsg/src/prism2/Makefile:68: cp $$x $(TARGET_ROOT_ON_HOST)$(FIRMWARE_DIR)/prism2_`echo $$x | cut -c1-2`.hex ; \ linux-wlan-ng-0.2.9+dfsg/src/prism2/Makefile-69- fi; \ ############################################## linux-wlan-ng-0.2.9+dfsg/src/prism2/shared.prism2-80- $WLANCTL $1 lnxreq_ifstate ifstate=fwload linux-wlan-ng-0.2.9+dfsg/src/prism2/shared.prism2:81: HARDWARE=`$PRISM2DL -s $1 | grep 0x0008 | cut -c26-29` linux-wlan-ng-0.2.9+dfsg/src/prism2/shared.prism2-82- case "$HARDWARE" in ############################################## linux-wlan-ng-0.2.9+dfsg/CHANGES-1149- > they are still compatible with 0.1.7. (Changed: prism2mgmt.c) linux-wlan-ng-0.2.9+dfsg/CHANGES:1150: > - Re-worked "prism2mgmt_set_grpaddr()" and added comments so that it's linux-wlan-ng-0.2.9+dfsg/CHANGES-1151- > more obvious what is going on. Also, deleted the check which produced ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/wlan-udev.sh-21-if [ -f $WEXT_PARAM ]; then linux-wlan-ng-0.2.9+dfsg/etc/wlan/wlan-udev.sh:22: WLAN_WEXT=`cat $WEXT_PARAM` linux-wlan-ng-0.2.9+dfsg/etc/wlan/wlan-udev.sh-23-fi ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/wlan-udev.sh-28- # set encrypt on card not host linux-wlan-ng-0.2.9+dfsg/etc/wlan/wlan-udev.sh:29: result=`$WLANCTL $DEVICE lnxreq_hostwep decrypt="false" encrypt="false"` linux-wlan-ng-0.2.9+dfsg/etc/wlan/wlan-udev.sh-30- if [ $? != 0 ]; then ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-153- linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:154: nsdname=`wlan_nsdname $1` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-155- if ! ${nsdname}_fwload $1 ; then ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-160- # Enable the interface linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:161: result=`$WLANCTL $1 lnxreq_ifstate ifstate=enable` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-162- if [ $? = 0 ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-184- for i in $USER_MIBS ; do linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:185: result=`$WLANCTL $1 dot11req_mibset "mibattribute=$i"` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-186- if [ $? = 0 ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-216- if [ -n "$2" ] ; then linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:217: token_ssid=`echo $1 | sed -ne 's/\(.*\)\(:..:..:..:..:..:..\).*/\1/p'` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:218: token_bssid=`echo $1 | sed -ne 's/\(.*\):\(..:..:..:..:..:..\).*/\2/p'` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-219- if [ -n "$token_ssid" ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-254- cmd="for token in $GOSSID ; do linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:255: ssid_token=\`echo \"\$token\" | sed -ne 's/\(.*\)\(:..:..:..:..:..:..\).*/\1/p'\` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:256: bssid_token=\`echo \"\$token\" | sed -ne 's/\(.*\):\(..:..:..:..:..:..\).*/\2/p'\` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-257- ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-308- cmd="for token in $GOSSID ; do linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:309: ssid_token=\`echo \"\$token\" | sed -ne 's/\(.*\)\(:..:..:..:..:..:..\).*/\1/p'\` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:310: bssid_token=\`echo \"\$token\" | sed -ne 's/\(.*\):\(..:..:..:..:..:..\).*/\2/p'\` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-311- ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-363- while [ $i -lt $numbss ] ; do linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:364: result=`$WLANCTL $1 dot11req_scan_results bssindex=$i` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-365- eval $result ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-376- fi linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:377: i=`expr $i + 1` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-378- done ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-385- for i in $bssfound ; do linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:386: result=`$WLANCTL $1 dot11req_scan_results bssindex=$i` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-387- eval $result ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-392- done linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:393: result=`$WLANCTL $1 dot11req_scan_results bssindex=$bigbssindex` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-394- eval $result ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-408- linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:409: result=`$WLANCTL $1 dot11req_mibget mibattribute=dot11PrivacyOptionImplemented` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-410- if [ $? = 0 ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-438- if [ ${PRIV_KEY128:-"false"} = "false" ]; then linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:439: keys=`$PRIV_GENERATOR "$PRIV_GENSTR" 5` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-440- else linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:441: keys=`$PRIV_GENERATOR "$PRIV_GENSTR" 13` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-442- fi ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-446- mibattribute=dot11WEPDefaultKey$knum=$i` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:447: knum=`expr $knum + 1` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-448- done ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-486- startcmd="$startcmd basicrate$j=$i" linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:487: j=`expr $j + 1` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-488- done ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-492- startcmd="$startcmd operationalrate$j=$i" linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:493: j=`expr $j + 1` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-494- done linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-495- linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:496: results=`$startcmd` # Here's where it runs linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-497- if [ $? = 0 ]; then ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-541- joincmd="$joincmd operationalrate$j=$i" linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:542: j=`expr $j + 1` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-543- done linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-544- linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:545: results=`$joincmd` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-546- ############################################## linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-597- if [ -r $WLAN_SCHEMEFILE ] ; then linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared:598: WLAN_SCHEME=`cat $WLAN_SCHEMEFILE` linux-wlan-ng-0.2.9+dfsg/etc/wlan/shared-599- cp $WLAN_SCHEMEFILE /var/run/wlan_scheme_`date +"%T"`.tmp ############################################## linux-wlan-ng-0.2.9+dfsg/debian/patches/CONF_etc_wlan_wlan-udev_sh.patch-15-@@ -19,27 +22,15 @@ linux-wlan-ng-0.2.9+dfsg/debian/patches/CONF_etc_wlan_wlan-udev_sh.patch:16: WLAN_WEXT=`cat $WEXT_PARAM` linux-wlan-ng-0.2.9+dfsg/debian/patches/CONF_etc_wlan_wlan-udev_sh.patch-17- fi ############################################## linux-wlan-ng-0.2.9+dfsg/debian/patches/CONF_etc_wlan_wlan-udev_sh.patch-23- # set encrypt on card not host linux-wlan-ng-0.2.9+dfsg/debian/patches/CONF_etc_wlan_wlan-udev_sh.patch:24: result=`$WLANCTL $DEVICE lnxreq_hostwep decrypt="false" encrypt="false"` linux-wlan-ng-0.2.9+dfsg/debian/patches/CONF_etc_wlan_wlan-udev_sh.patch-25- if [ $? != 0 ]; then ############################################## linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-resume-8-[ -e $MODULES ] || exit 0 linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-resume:9:for module in `cat $MODULES`; do linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-resume-10- modprobe $module || true ############################################## linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-resume-16-[ -e $IFACES ] || exit 0 linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-resume:17:for iface in `cat $IFACES`; do linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-resume-18- ifup $iface ############################################## linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-99-# Bring the card up into an operable state. linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up:100:result=`$WLANCTL $IFACE lnxreq_ifstate ifstate=enable` linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-101-if [ $? = 0 ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-113-for i in $IF_WLAN_NG_USER_MIBS; do linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up:114: result=`$WLANCTL $IFACE dot11req_mibset "mibattribute=$i"` linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-115- ############################################## linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-149- # Set up WEP. linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up:150: result=`$WLANCTL $IFACE dot11req_mibget mibattribute=dot11PrivacyOptionImplemented` linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-151- if [ $? = 0 ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-177- if [ -e "$IF_WLAN_NG_KEYFILE" ]; then linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up:178: IF_WLAN_NG_PRIV_GENSTR=`cat $IF_WLAN_NG_KEYFILE` linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-179- fi ############################################## linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-181- if [ "$IF_WLAN_NG_PRIV_KEY128" = "false" ]; then linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up:182: keys=`$PRIV_GENERATOR "$IF_WLAN_NG_PRIV_GENSTR" 5` linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-183- else linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up:184: keys=`$PRIV_GENERATOR "$IF_WLAN_NG_PRIV_GENSTR" 13` linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-185- fi ############################################## linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-195- $WLANCTL $IFACE dot11req_mibset \ linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up:196: mibattribute=dot11WEPDefaultKey0=`format_key $IF_WLAN_NG_KEY0` \ linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-197- >/dev/null linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-198- $WLANCTL $IFACE dot11req_mibset \ linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up:199: mibattribute=dot11WEPDefaultKey1=`format_key $IF_WLAN_NG_KEY1` \ linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-200- >/dev/null linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-201- $WLANCTL $IFACE dot11req_mibset \ linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up:202: mibattribute=dot11WEPDefaultKey2=`format_key $IF_WLAN_NG_KEY2` \ linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-203- >/dev/null linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-204- $WLANCTL $IFACE dot11req_mibset \ linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up:205: mibattribute=dot11WEPDefaultKey3=`format_key $IF_WLAN_NG_KEY3` \ linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-206- >/dev/null ############################################## linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-234- linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up:235: results=`$startcmd` linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-pre-up-236- if [ $? = 0 ]; then ############################################## linux-wlan-ng-0.2.9+dfsg/debian/rules.firmware-38- if [ -f "$$x" ]; then \ linux-wlan-ng-0.2.9+dfsg/debian/rules.firmware:39: SUFFIX=`echo $$x | cut -c12-13`;\ linux-wlan-ng-0.2.9+dfsg/debian/rules.firmware-40- cp $$x $(TARGET_DIR)prism2_$$SUFFIX.hex ; \ ############################################## linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-post-down-18- [ "$WEXT" = "0" ] && linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-post-down:19: result=`$WLANCTL $IFACE lnxreq_ifstate ifstate=disable` linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng-post-down-20- ############################################## linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng.preinst-8- if [ -e "$CONFFILE" ]; then linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng.preinst:9: md5sum=`md5sum "$CONFFILE" | cut -d ' ' -f 1` linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng.preinst:10: old_md5sum=`dpkg-query -W -f='${Conffiles}' linux-wlan-ng | grep $CONFFILE | cut -d ' ' -f 3` linux-wlan-ng-0.2.9+dfsg/debian/linux-wlan-ng.preinst-11- if [ "$md5sum" != "$old_md5sum" ]; then ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-107-write_bool() { linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure:108: value=`eval $ECHO '$'$1` linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-109- if [ "$value" = "y" ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-118-write_str () { linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure:119: value=`eval $ECHO '$'$1` linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-120- $ECHO "$1"=\"$value\" >> $CONFIG ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-141-ask_bool () { linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure:142: default=`eval $ECHO '$'$2` linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-143- if [ ! "$default" ] ; then default=n ; fi ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-152-ask_str () { linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure:153: default=`eval $ECHO '$'$2` linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure:154: prompt "$1" "`$ECHO $default`" answer linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-155- eval $2=\"$answer\" ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-302-CUR_D=`uname -v | sed -e 's/^#[0-9]* //;s/SMP //;s/PREEMPT //;'` linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure:303:CUR_D=`$ECHO $CUR_D | sed -e 's/\(:[0-9][0-9]\) .* \([12][90]\)/\1 \2/'` linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-304-$ECHO "The current kernel build date is $CUR_D." ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-308- sed -e 's/.*"\(.*\)"/\1/'` linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure:309: SRC_D=`$ECHO $UTS_VERSION | sed -e 's/^#[0-9]* //;s/SMP //;s/PREEMPT //;'` linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure:310: SRC_D=`$ECHO $SRC_D | sed -e 's/\(:[0-9][0-9]\) .* \([12][90]\)/\1 \2/'` linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-311- if [ $SRC_RELEASE = $CUR_RELEASE -a "$SRC_D" != "$CUR_D" ] ; then linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-312- $ECHO "WARNING: the source tree has a build date of $SRC_D." linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure:313: if [ `date -d "$SRC_D" +%s` -gt `date -d "$CUR_D" +%s` ] ; then linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_Configure.patch/Configure-314- $ECHO " Did you forget to install your new kernel?!?" ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_src_prism2_Makefile.patch/src/prism2/Makefile-67- if [ -f "$$x" ] ; then \ linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_src_prism2_Makefile.patch/src/prism2/Makefile:68: cp $$x $(TARGET_ROOT_ON_HOST)$(FIRMWARE_DIR)/prism2_`echo $$x | cut -c1-2`.hex ; \ linux-wlan-ng-0.2.9+dfsg/.pc/BUILD_src_prism2_Makefile.patch/src/prism2/Makefile-69- fi; \ ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/CONF_etc_wlan_wlan-udev_sh.patch/etc/wlan/wlan-udev.sh-18-if [ -f $WEXT_PARAM ]; then linux-wlan-ng-0.2.9+dfsg/.pc/CONF_etc_wlan_wlan-udev_sh.patch/etc/wlan/wlan-udev.sh:19: WLAN_WEXT=`cat $WEXT_PARAM` linux-wlan-ng-0.2.9+dfsg/.pc/CONF_etc_wlan_wlan-udev_sh.patch/etc/wlan/wlan-udev.sh-20-fi ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/CONF_etc_wlan_wlan-udev_sh.patch/etc/wlan/wlan-udev.sh-24- # set encrypt on card not host linux-wlan-ng-0.2.9+dfsg/.pc/CONF_etc_wlan_wlan-udev_sh.patch/etc/wlan/wlan-udev.sh:25: result=`$WLANCTL $DEVICE lnxreq_hostwep decrypt="false" encrypt="false"` linux-wlan-ng-0.2.9+dfsg/.pc/CONF_etc_wlan_wlan-udev_sh.patch/etc/wlan/wlan-udev.sh-26- if [ $? != 0 ]; then ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/CONF_src_prism2_shared_prism2.patch/src/prism2/shared.prism2-66- $WLANCTL $1 lnxreq_ifstate ifstate=fwload linux-wlan-ng-0.2.9+dfsg/.pc/CONF_src_prism2_shared_prism2.patch/src/prism2/shared.prism2:67: HARDWARE=`$PRISM2DL -s $1 | grep 0x0008 | cut -c26-29` linux-wlan-ng-0.2.9+dfsg/.pc/CONF_src_prism2_shared_prism2.patch/src/prism2/shared.prism2-68- case "$HARDWARE" in ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-148- linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:149: nsdname=`wlan_nsdname $1` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-150- if ! ${nsdname}_fwload $1 ; then ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-155- # Enable the interface linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:156: result=`$WLANCTL $1 lnxreq_ifstate ifstate=enable` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-157- if [ $? = 0 ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-179- for i in $USER_MIBS ; do linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:180: result=`$WLANCTL $1 dot11req_mibset "mibattribute=$i"` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-181- if [ $? = 0 ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-211- if [ -n "$2" ] ; then linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:212: token_ssid=`echo $1 | sed -ne 's/\(.*\)\(:..:..:..:..:..:..\).*/\1/p'` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:213: token_bssid=`echo $1 | sed -ne 's/\(.*\):\(..:..:..:..:..:..\).*/\2/p'` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-214- if [ -n "$token_ssid" ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-249- cmd="for token in $GOSSID ; do linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:250: ssid_token=\`echo \"\$token\" | sed -ne 's/\(.*\)\(:..:..:..:..:..:..\).*/\1/p'\` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:251: bssid_token=\`echo \"\$token\" | sed -ne 's/\(.*\):\(..:..:..:..:..:..\).*/\2/p'\` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-252- ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-303- cmd="for token in $GOSSID ; do linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:304: ssid_token=\`echo \"\$token\" | sed -ne 's/\(.*\)\(:..:..:..:..:..:..\).*/\1/p'\` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:305: bssid_token=\`echo \"\$token\" | sed -ne 's/\(.*\):\(..:..:..:..:..:..\).*/\2/p'\` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-306- ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-358- while [ $i -lt $numbss ] ; do linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:359: result=`$WLANCTL $1 dot11req_scan_results bssindex=$i` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-360- eval $result ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-371- fi linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:372: i=`expr $i + 1` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-373- done ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-380- for i in $bssfound ; do linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:381: result=`$WLANCTL $1 dot11req_scan_results bssindex=$i` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-382- eval $result ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-387- done linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:388: result=`$WLANCTL $1 dot11req_scan_results bssindex=$bigbssindex` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-389- eval $result ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-403- linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:404: result=`$WLANCTL $1 dot11req_mibget mibattribute=dot11PrivacyOptionImplemented` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-405- if [ $? = 0 ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-433- if [ ${PRIV_KEY128:-"false"} = "false" ]; then linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:434: keys=`$PRIV_GENERATOR "$PRIV_GENSTR" 5` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-435- else linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:436: keys=`$PRIV_GENERATOR "$PRIV_GENSTR" 13` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-437- fi ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-441- mibattribute=dot11WEPDefaultKey$knum=$i` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:442: knum=`expr $knum + 1` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-443- done ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-481- startcmd="$startcmd basicrate$j=$i" linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:482: j=`expr $j + 1` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-483- done ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-487- startcmd="$startcmd operationalrate$j=$i" linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:488: j=`expr $j + 1` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-489- done linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-490- linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:491: results=`$startcmd` # Here's where it runs linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-492- if [ $? = 0 ]; then ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-536- joincmd="$joincmd operationalrate$j=$i" linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:537: j=`expr $j + 1` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-538- done linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-539- linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:540: results=`$joincmd` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-541- ############################################## linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-592- if [ -r $WLAN_SCHEMEFILE ] ; then linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared:593: WLAN_SCHEME=`cat $WLAN_SCHEMEFILE` linux-wlan-ng-0.2.9+dfsg/.pc/SRC_fallback-to-prism2-device.patch/etc/wlan/shared-594- cp $WLAN_SCHEMEFILE /var/run/wlan_scheme_`date +"%T"`.tmp ############################################## linux-wlan-ng-0.2.9+dfsg/Configure-107-write_bool() { linux-wlan-ng-0.2.9+dfsg/Configure:108: value=`eval $ECHO '$'$1` linux-wlan-ng-0.2.9+dfsg/Configure-109- if [ "$value" = "y" ] ; then ############################################## linux-wlan-ng-0.2.9+dfsg/Configure-118-write_str () { linux-wlan-ng-0.2.9+dfsg/Configure:119: value=`eval $ECHO '$'$1` linux-wlan-ng-0.2.9+dfsg/Configure-120- $ECHO "$1"=\"$value\" >> $CONFIG ############################################## linux-wlan-ng-0.2.9+dfsg/Configure-141-ask_bool () { linux-wlan-ng-0.2.9+dfsg/Configure:142: default=`eval $ECHO '$'$2` linux-wlan-ng-0.2.9+dfsg/Configure-143- if [ ! "$default" ] ; then default=n ; fi ############################################## linux-wlan-ng-0.2.9+dfsg/Configure-152-ask_str () { linux-wlan-ng-0.2.9+dfsg/Configure:153: default=`eval $ECHO '$'$2` linux-wlan-ng-0.2.9+dfsg/Configure:154: prompt "$1" "`$ECHO $default`" answer linux-wlan-ng-0.2.9+dfsg/Configure-155- eval $2=\"$answer\" ############################################## linux-wlan-ng-0.2.9+dfsg/Configure-307-CUR_D=`uname -v | sed -e 's/^#[0-9]* //;s/SMP //;s/PREEMPT //;'` linux-wlan-ng-0.2.9+dfsg/Configure:308:CUR_D=`$ECHO $CUR_D | sed -e 's/\(:[0-9][0-9]\) .* \([12][90]\)/\1 \2/'` linux-wlan-ng-0.2.9+dfsg/Configure-309-$ECHO "The current kernel build date is $CUR_D." ############################################## linux-wlan-ng-0.2.9+dfsg/Configure-313- sed -e 's/.*"\(.*\)"/\1/'` linux-wlan-ng-0.2.9+dfsg/Configure:314: SRC_D=`$ECHO $UTS_VERSION | sed -e 's/^#[0-9]* //;s/SMP //;s/PREEMPT //;'` linux-wlan-ng-0.2.9+dfsg/Configure:315: SRC_D=`$ECHO $SRC_D | sed -e 's/\(:[0-9][0-9]\) .* \([12][90]\)/\1 \2/'` linux-wlan-ng-0.2.9+dfsg/Configure-316- if [ $SRC_RELEASE = $CUR_RELEASE -a "$SRC_D" != "$CUR_D" ] ; then linux-wlan-ng-0.2.9+dfsg/Configure-317- $ECHO "WARNING: the source tree has a build date of $SRC_D." linux-wlan-ng-0.2.9+dfsg/Configure:318: if [ `date -d "$SRC_D" +%s` -gt `date -d "$CUR_D" +%s` ] ; then linux-wlan-ng-0.2.9+dfsg/Configure-319- $ECHO " Did you forget to install your new kernel?!?"