Lines Matching refs:match
468 * Set EAP subject match for this network.
470 * @param match value to set.
478 setEapSubjectMatch(string match) generates (SupplicantStatus status);
481 * Set EAP Alt subject match for this network.
483 * @param match value to set.
491 setEapAltSubjectMatch(string match)
520 * Set EAP Domain suffix match for this network.
522 * @param match value to set.
530 setEapDomainSuffixMatch(string match)
858 * Get EAP subject match set for this network.
865 * @return match value set.
867 getEapSubjectMatch() generates (SupplicantStatus status, string match);
870 * Get EAP Alt subject match set for this network.
877 * @return match value set.
880 generates (SupplicantStatus status, string match);
907 * Get EAP Domain suffix match set for this network.
915 * @return match value set.
918 generates (SupplicantStatus status, string match);