Changeset 10645
- Timestamp:
- 10/27/08 22:22:53 (5 years ago)
- Location:
- src/router/services/networking
- Files:
-
- 2 edited
-
brcm_80211x.c (modified) (1 diff)
-
madwifi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/networking/brcm_80211x.c
r10613 r10645 184 184 sprintf( ath, "%s_peap8021xca", prefix ); 185 185 write_nvram( psk, ath ); 186 fprintf( fp, "\tca_cert= /tmp/%s/ca.pem\n", prefix );186 fprintf( fp, "\tca_cert=\"/tmp/%s/ca.pem\"\n", prefix ); 187 187 } 188 188 if( nvram_prefix_match( "8021xtype", prefix, "ttls" ) ) -
src/router/services/networking/madwifi.c
r10634 r10645 361 361 sprintf( ath, "%s_peap8021xca", prefix ); 362 362 write_nvram( psk, ath ); 363 fprintf( fp, "\tca_cert= /tmp/%s/ca.pem\n", prefix );363 fprintf( fp, "\tca_cert=\"/tmp/%s/ca.pem\"\n", prefix ); 364 364 } 365 365 if( nvram_prefix_match( "8021xtype", prefix, "ttls" ) )
Note: See TracChangeset
for help on using the changeset viewer.
