|
@@ 442-444 (lines=3) @@
|
| 439 |
|
foreach (array_keys($sSIDList) as $ssid) { |
| 440 |
|
$retval .= $this->networkBlock($ssid, NULL, $serverNameList, $cAUUIDList, $eapType, FALSE, $clientcertUUID, $realm); |
| 441 |
|
} |
| 442 |
|
if ($includeWired) { |
| 443 |
|
$retval .= $this->networkBlock("IRRELEVANT", NULL, $serverNameList, $cAUUIDList, $eapType, TRUE, $clientcertUUID, $realm); |
| 444 |
|
} |
| 445 |
|
if (count($consortiumOIList) > 0) { |
| 446 |
|
$retval .= $this->networkBlock("IRRELEVANT", $consortiumOIList, $serverNameList, $cAUUIDList, $eapType, FALSE, $clientcertUUID, $realm); |
| 447 |
|
} |
|
@@ 445-447 (lines=3) @@
|
| 442 |
|
if ($includeWired) { |
| 443 |
|
$retval .= $this->networkBlock("IRRELEVANT", NULL, $serverNameList, $cAUUIDList, $eapType, TRUE, $clientcertUUID, $realm); |
| 444 |
|
} |
| 445 |
|
if (count($consortiumOIList) > 0) { |
| 446 |
|
$retval .= $this->networkBlock("IRRELEVANT", $consortiumOIList, $serverNameList, $cAUUIDList, $eapType, FALSE, $clientcertUUID, $realm); |
| 447 |
|
} |
| 448 |
|
if (isset($this->attributes['media:remove_SSID'])) { |
| 449 |
|
foreach ($this->attributes['media:remove_SSID'] as $index => $removeSSID) { |
| 450 |
|
$retval .= $this->removenetworkBlock($removeSSID, $index); |