@@ -266,7 +266,7 @@ discard block |
||
266 | 266 | return $helpdesk; |
267 | 267 | } |
268 | 268 | |
269 | - private function getCredentialApplicability() { |
|
269 | + private function getCredentialApplicability() { |
|
270 | 270 | $setWired = isset($this->attributes['media:wired'][0]) && |
271 | 271 | $this->attributes['media:wired'][0] == 'on' ? 1 : 0; |
272 | 272 | $ssids = $this->attributes['internal:SSID']; |
@@ -393,7 +393,7 @@ discard block |
||
393 | 393 | } |
394 | 394 | |
395 | 395 | private function getAuthMethod($eap) { |
396 | - // $attr = $this->attributes; |
|
396 | + // $attr = $this->attributes; |
|
397 | 397 | $authmethod = new AuthenticationMethod(); |
398 | 398 | $eapParams = $this->getAuthenticationMethodParams($eap); |
399 | 399 | $eaptype = new Type(); |