Searched refs:radius_sta_rate (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/wpa/src/ap/ |
| D | ieee802_1x.h | 87 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta);
|
| D | accounting.c | 154 radius_sta_rate(hapd, sta) / 2, in accounting_msg() 155 (radius_sta_rate(hapd, sta) & 1) ? ".5" : "", in accounting_msg()
|
| D | ieee802_1x.c | 374 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate() function 519 radius_sta_rate(hapd, sta) / 2, in ieee802_1x_encapsulate_radius() 520 (radius_sta_rate(hapd, sta) & 1) ? ".5" : "", in ieee802_1x_encapsulate_radius()
|