mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	Added ht160 check for station mode
This commit is contained in:
		@@ -48,8 +48,10 @@ class IPV4VariableTime(LFCliBase):
 | 
				
			|||||||
        self.station_profile.ssid_pass = self.password,
 | 
					        self.station_profile.ssid_pass = self.password,
 | 
				
			||||||
        self.station_profile.security = self.security
 | 
					        self.station_profile.security = self.security
 | 
				
			||||||
        self.station_profile.number_template_ = self.number_template
 | 
					        self.station_profile.number_template_ = self.number_template
 | 
				
			||||||
        self.station_profile.mode = 9
 | 
					        self.station_profile.mode = 0
 | 
				
			||||||
        self.station_profile.use_ht160 = use_ht160
 | 
					        self.station_profile.use_ht160 = use_ht160
 | 
				
			||||||
 | 
					        if self.station_profile.use_ht160:
 | 
				
			||||||
 | 
					            self.station_profile.mode = 9
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.cx_profile.host = self.host
 | 
					        self.cx_profile.host = self.host
 | 
				
			||||||
        self.cx_profile.port = self.port
 | 
					        self.cx_profile.port = self.port
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user