Searched refs:radius_sta_rate (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_1x.h | 55 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta);
|
H A D | ieee802_1x.c | 320 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate() function 468 radius_sta_rate(hapd, sta) / 2, in add_common_radius_sta_attr() 469 (radius_sta_rate(hapd, sta) & 1) ? ".5" : "", in add_common_radius_sta_attr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_1x.h | 56 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta);
|
H A D | ieee802_1x.c | 317 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate() function 467 radius_sta_rate(hapd, sta) / 2, in add_common_radius_sta_attr() 468 (radius_sta_rate(hapd, sta) & 1) ? ".5" : "", in add_common_radius_sta_attr()
|
Completed in 9 milliseconds