Home | History | Annotate | Download | only in hostapd

Lines Matching refs:radius_auth_req_attr

264 				wpa_printf(MSG_ERROR, "Invalid radius_auth_req_attr: %s",
2419 } else if (os_strcmp(buf, "radius_auth_req_attr") == 0) {
2424 "Line %d: invalid radius_auth_req_attr",
2427 } else if (bss->radius_auth_req_attr == NULL) {
2428 bss->radius_auth_req_attr = attr;
2430 a = bss->radius_auth_req_attr;