1 package com.android.anqp.eap;
2 
3 /**
4  * An Authentication parameter, part of the NAI Realm ANQP element, specified in
5  * IEEE802.11-2012 section 8.4.4.10, table 8-188
6  */
7 public interface AuthParam {
getAuthInfoID()8     public EAP.AuthInfoID getAuthInfoID();
9 }
10