Changeset 43394 for titan/titan


Ignore:
Timestamp:
02/01/19 22:21:01 (5 years ago)
Author:
obi
Message:

oebuild test wlan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/network.h

    r38864 r43394  
    846846                                changetext(tmp1, _("searching..."));
    847847                        drawscreen(wlan, 0, 0);
    848 
     848#ifdef OEBUILD
     849                        system("ifconfig wlan0 up");
     850                        system("ifconfig ra0 up");
     851#endif
    849852                        system("wlan.sh notstart");
    850853                        tmpstr = command("iwlist scanning | grep 'ESSID:' | sed 's/ESSID:\\\"\\\"/ESSID:\\\"unknown\\\"/' | sed 's/[ ]*ESSID://' | tr -d \\\"");
Note: See TracChangeset for help on using the changeset viewer.