Home
last modified time | relevance | path

Searched refs:osta (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dutils.c51 struct sta_info *osta; in prune_associations() local
71 osta = ap_get_sta(ohapd, data->addr); in prune_associations()
72 if (!osta) in prune_associations()
76 ohapd->conf->iface, MAC2STR_SEC(osta->addr)); in prune_associations()
77 ap_sta_disassociate(ohapd, osta, WLAN_REASON_UNSPECIFIED); in prune_associations()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dutils.c51 struct sta_info *osta; in prune_associations() local
67 osta = ap_get_sta(ohapd, data->addr); in prune_associations()
68 if (!osta) in prune_associations()
72 ohapd->conf->iface, MAC2STR(osta->addr)); in prune_associations()
73 ap_sta_disassociate(ohapd, osta, WLAN_REASON_UNSPECIFIED); in prune_associations()

Completed in 1 milliseconds