Searched refs:RADIUS_ATTR_CLASS (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/src/radius/ |
D | radius.h | 60 RADIUS_ATTR_CLASS = 25, enumerator
|
D | radius.c | 181 { RADIUS_ATTR_CLASS, "Class", RADIUS_ATTR_UNDIST },
|
/hostap-3.6.0/src/ap/ |
D | accounting.c | 110 if (!radius_msg_add_attr(msg, RADIUS_ATTR_CLASS, in accounting_msg()
|
D | ieee802_1x.c | 1561 count = radius_msg_count_attr(msg, RADIUS_ATTR_CLASS, 1); in ieee802_1x_store_radius_class() 1574 if (radius_msg_get_attr_ptr(msg, RADIUS_ATTR_CLASS, in ieee802_1x_store_radius_class()
|