Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:realms

4215 	u16 info, realms;
4257 realms = (info & (BIT(3) | BIT(4) | BIT(5))) >> 3;
4258 if (realms) {
4259 if (ie_end - ie < realms * 2)
4266 ret = wpa_snprintf_hex(pos, end - pos, ie, realms * 2);
4270 ie += realms * 2;