Home
last modified time | relevance | path

Searched refs:radius_das_match (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/ap/
Dhostapd.c989 sta->radius_das_match = 1; in hostapd_das_find_sta()
1003 sta->radius_das_match = 0; in hostapd_das_find_sta()
1018 if (!sta->radius_das_match) in hostapd_das_find_sta()
1023 sta->radius_das_match = 0; in hostapd_das_find_sta()
1046 if (!sta->radius_das_match) in hostapd_das_find_sta()
1050 sta->radius_das_match = 0; in hostapd_das_find_sta()
1058 sta->radius_das_match = 0; in hostapd_das_find_sta()
1079 if (!sta->radius_das_match) in hostapd_das_find_sta()
1085 sta->radius_das_match = 0; in hostapd_das_find_sta()
1107 if (!sta->radius_das_match) in hostapd_das_find_sta()
[all …]
Dsta_info.h151 unsigned int radius_das_match:1; member