1packagecom.android.anqp.eap;
23/**
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 */7publicinterfaceAuthParam {
getAuthInfoID()8publicEAP.AuthInfoIDgetAuthInfoID();
9}
10