Home | History | Annotate | Download | only in ap

Lines Matching refs:hessid

621 		const u8 *hessid;
623 hessid = elems.interworking + 1;
625 hessid = elems.interworking + 1 + 2;
626 if (!is_broadcast_ether_addr(hessid) &&
627 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
629 " for mismatching HESSID " MACSTR
631 hessid));
929 !is_zero_ether_addr(hapd->conf->hessid))
930 params->hessid = hapd->conf->hessid;