Simplified RADIUS accounting id usage
authorJouni Malinen <j@w1.fi>
Sun, 23 Nov 2008 09:12:17 +0000 (11:12 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 23 Nov 2008 09:12:17 +0000 (11:12 +0200)
commit2fc98d02c1a4239148d6483ec9bd88db9b24afe5
tree6da3656b510d5795bc9b9dfd759711e70de31c7d
parent74bd7dae63983f7fb84d7f9f64c607ed9db8cff2
Simplified RADIUS accounting id usage

Changed accounting_sta_start() to call accounting_sta_get_id()
internally in accounting.c so that external callers do not need to do
anything to allocate unique accounting id. When starting a new session,
a unique identifier is needed anyway, so no need to keep these
operations separate.
hostapd/accounting.c
hostapd/accounting.h
hostapd/ctrl_iface.c
hostapd/driver_madwifi.c
hostapd/driver_test.c
hostapd/driver_wired.c
hostapd/ieee802_11.c
hostapd/ieee802_1x.c