phpDocumentor Developer
[ class tree: Developer ] [ index: Developer ] [ all elements ]

Class: EAP

Source Location: /core/EAP.php

Class EAP

Property Summary
static mixed   $EAP_ANY   ANY: not really an EAP method, but the term to use when needing to express "any EAP method we know"
static array   $EAP_NONE   NULL: no outer EAP, no inner EAP
static array   $FAST_GTC   EAP-FAST (GTC): Outer EAP type = 43, Inner EAP Type = 6
static array   $PEAP_MSCHAP2   PEAP-MSCHAPv2: Outer EAP Type = 25, Inner EAP Type = 26
static array   $PWD   PWD: Outer EAP type = 52, no inner EAP
static array   $TLS   EAP-TLS: Outer EAP Type = 13, no inner EAP
static array   $TTLS_GTC   TTLS-GTC: Outer EAP type = 21, Inner EAP Type = 6
static array   $TTLS_MSCHAP2   TTLS-MSCHAP-v2: Outer EAP type = 21, no inner EAP, inner non-EAP = 3
static array   $TTLS_PAP   TTLS-PAP: Outer EAP type = 21, no inner EAP, inner non-EAP = 1

[ Top ]
Method Summary
static array   eapDisplayName()   This function takes the EAP method in array representation (OUTER/INNER) and returns it in a custom format for the Linux installers (not numbers, but strings as values).
static void   EAPMethodArrayFromId()  
static void   EAPMethodIdFromArray()  
static void   innerAuth()  
static array   listKnownEAPTypes()   This function enumerates all known EAP types and returns them as array

[ Top ]
Properties
static mixed   $EAP_ANY = array("OUTER" => 255, "INNER" => 255) [line 123]

ANY: not really an EAP method, but the term to use when needing to express "any EAP method we know"

API Tags:
Access:  public


[ Top ]
static array   $EAP_NONE = array("OUTER" => NONE, "INNER" => NONE) [line 118]

NULL: no outer EAP, no inner EAP

API Tags:
Access:  public


[ Top ]
static array   $FAST_GTC = array("OUTER" => FAST, "INNER" => GTC) [line 104]

EAP-FAST (GTC): Outer EAP type = 43, Inner EAP Type = 6

API Tags:
Access:  public


[ Top ]
static array   $PEAP_MSCHAP2 = array("OUTER" => PEAP, "INNER" => MSCHAP2) [line 69]

PEAP-MSCHAPv2: Outer EAP Type = 25, Inner EAP Type = 26

API Tags:
Access:  public


[ Top ]
static array   $PWD = array("OUTER" => PWD, "INNER" => NONE) [line 111]

PWD: Outer EAP type = 52, no inner EAP

API Tags:
Access:  public


[ Top ]
static array   $TLS = array("OUTER" => TLS, "INNER" => NONE) [line 76]

EAP-TLS: Outer EAP Type = 13, no inner EAP

API Tags:
Access:  public


[ Top ]
static array   $TTLS_GTC = array("OUTER" => TTLS, "INNER" => GTC) [line 97]

TTLS-GTC: Outer EAP type = 21, Inner EAP Type = 6

API Tags:
Access:  public


[ Top ]
static array   $TTLS_MSCHAP2 = array("OUTER" => TTLS, "INNER" => MSCHAP2) [line 90]

TTLS-MSCHAP-v2: Outer EAP type = 21, no inner EAP, inner non-EAP = 3

API Tags:
Access:  public


[ Top ]
static array   $TTLS_PAP = array("OUTER" => TTLS, "INNER" => NONE) [line 83]

TTLS-PAP: Outer EAP type = 21, no inner EAP, inner non-EAP = 1

API Tags:
Access:  public


[ Top ]
Methods
static method eapDisplayName  [line 131]

  static array eapDisplayName( array $eap  )

This function takes the EAP method in array representation (OUTER/INNER) and returns it in a custom format for the Linux installers (not numbers, but strings as values).

Parameters:
array   $eap:  EAP method in array representation (OUTER/INNER)

API Tags:
Return:  EAP method in array representation (OUTER as string/INNER as string)
Access:  public


[ Top ]
static method EAPMethodArrayFromId  [line 198]

  static void EAPMethodArrayFromId( $id  )

Parameters:
   $id: 

API Tags:
Access:  public


[ Top ]
static method EAPMethodIdFromArray  [line 177]

  static void EAPMethodIdFromArray( $method_array  )

Parameters:
   $method_array: 

API Tags:
Access:  public


[ Top ]
static method innerAuth  [line 145]

  static void innerAuth( $eap  )

Parameters:
   $eap: 

API Tags:
Access:  public


[ Top ]
static method listKnownEAPTypes  [line 165]

  static array listKnownEAPTypes( )

This function enumerates all known EAP types and returns them as array


API Tags:
Return:  of all EAP types the CAT knows about
Access:  public


[ Top ]

Documentation generated on Thu, 16 Apr 2015 10:26:07 +0000 by phpDocumentor 1.4.4