pivasoftware / easycwmp

EasyCwmp:
http://www.easycwmp.org/
GNU General Public License v2.0
73 stars 59 forks source link

can't get ssid on hiwifi router rom 9008 #6

Closed sinkcup closed 9 years ago

sinkcup commented 9 years ago

device: hiwifi HC5661 rom: 0.9006.2.6020s and 0.9008.2.8061s easycwmp -j get InternetGatewayDevice. are all ok, but acs(genieacs) receive different. 9008 can't report ssid and InternetGatewayDevice.DeviceInfo.DeviceLog to acs. maybe because 0.9008.2.8061s use special /etc/config/wireless 9006 is ok 9008 have not ssid

sinkcup commented 9 years ago

0.9008.2.8061s use special /etc/config/wireless

config wifi-device 'radio0'                                                     
    option type 'ralink'                                                    
    option channel '0'                                                      
    option txpwr 'max'                                                      

config wifi-iface 'master'                                                      
    option device 'radio0'                                                  
    option ifname 'ra0'                                                     
    option ifname2 'rai0'                                                   
    option network 'lan'                                                    
    option mode 'ap'                                                        
    option encryption 'none'                                                
    option ssid 'HiWiFi_1309F6'                                        
    option disabled '1'                                                     
    option instance '1'                                                     

config wifi-iface 'slave'                                                       
    option device 'radio0'                                                  
    option ifname 'apcli0'                                                  
    option network 'lan'                                                    
    option mode 'sta'                                                       
    option ssid 'HiWiFi_1309F6'                                             
    option encryption 'none'                                                
    option disabled '1'                                                     
    option instance '2'                                                     

config wifi-iface 'guest'                                                       
    option device 'radio0'                                                  
    option ifname 'ra1'                                                     
    option ifname2 'rai1'                                                   
    option network 'lan'                                                    
    option mode 'ap'                                                        
    option ssid 'HiWiFi_guest'                                              
    option encryption 'none'                                                
    option isolate '1'                                                      
    option disabled '1'                                                     
    option instance '3'
pivasoftware commented 9 years ago

yes as you said, you are using special /etc/config/wireless. you have to update the lan_device script.