Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dhostapd.c777 sta->radius_das_match = 1; in hostapd_das_find_sta()
791 sta->radius_das_match = 0; in hostapd_das_find_sta()
806 if (!sta->radius_das_match) in hostapd_das_find_sta()
811 sta->radius_das_match = 0; in hostapd_das_find_sta()
834 if (!sta->radius_das_match) in hostapd_das_find_sta()
838 sta->radius_das_match = 0; in hostapd_das_find_sta()
846 sta->radius_das_match = 0; in hostapd_das_find_sta()
867 if (!sta->radius_das_match) in hostapd_das_find_sta()
873 sta->radius_das_match = 0; in hostapd_das_find_sta()
895 if (!sta->radius_das_match) in hostapd_das_find_sta()
[all …]
H A Dsta_info.h115 unsigned int radius_das_match:1; member