]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/wirelessclient.cgi
wirelessclient.cgi: Show when 802.11w is active
[ipfire-2.x.git] / html / cgi-bin / wirelessclient.cgi
index fc64bcb2ece012b2945aebf62f6a997c61ef4da5..d8637ccd2aec092dccf1debbb7653470730f15e7 100644 (file)
@@ -684,6 +684,19 @@ sub ShowStatus() {
                                </tr>
 END
 
+               if ($status{'pmf'} eq "1") {
+                       print <<END;
+                               <tr>
+                                       <td width='20%'>
+                                               $Lang::tr{'wlan client management frame protection'}
+                                       </td>
+                                       <td width='80%'>
+                                               $Lang::tr{'active'}
+                                       </td>
+                               </tr>
+END
+               }
+
                if ($status{'EAP state'}) {
                        my $selected_method = $status{'selectedMethod'};
                        $selected_method =~ s/\d+ \((.*)\)/$1/e;