Changeset 8833


Ignore:
Timestamp:
01/23/08 01:29:18 (5 years ago)
Author:
BrainSlayer
Message:

not required anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/networking/brcm_80211x.c

    r8832 r8833  
    7171      fprintf (fp, "fast_reauth=1\n"); 
    7272      fprintf (fp, "eapol_version=1\n"); 
    73       fprintf (fp, "ctrl_interface_group=0\n"); 
    74       fprintf (fp, "ctrl_interface=/var/run/wpa_supplicant\n"); 
     73     // fprintf (fp, "ctrl_interface_group=0\n"); 
     74     // fprintf (fp, "ctrl_interface=/var/run/wpa_supplicant\n"); 
    7575 
    7676      fprintf (fp, "network={\n"); 
     
    133133      fprintf (fp, "fast_reauth=1\n"); 
    134134      fprintf (fp, "eapol_version=2\n"); 
    135       fprintf (fp, "ctrl_interface_group=0\n"); 
    136       fprintf (fp, "ctrl_interface=/var/run/wpa_supplicant\n"); 
     135      //fprintf (fp, "ctrl_interface_group=0\n"); 
     136      //fprintf (fp, "ctrl_interface=/var/run/wpa_supplicant\n"); 
    137137      fprintf (fp, "network={\n"); 
    138138      sprintf (psk, "%s_ssid", prefix); 
Note: See TracChangeset for help on using the changeset viewer.