Searched refs:sta2 (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | sta_info.c | 766 struct sta_info *sta2; in ap_sta_remove_in_other_bss() local 773 sta2 = ap_get_sta(bss, sta->addr); in ap_sta_remove_in_other_bss() 774 if (!sta2) in ap_sta_remove_in_other_bss() 779 hapd->conf->iface, MAC2STR(sta2->addr), in ap_sta_remove_in_other_bss() 781 ap_sta_disconnect(bss, sta2, sta2->addr, in ap_sta_remove_in_other_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | sta_info.c | 803 struct sta_info *sta2; in ap_sta_remove_in_other_bss() local 810 sta2 = ap_get_sta(bss, sta->addr); in ap_sta_remove_in_other_bss() 811 if (!sta2) in ap_sta_remove_in_other_bss() 816 hapd->conf->iface, MAC2STR(sta2->addr), in ap_sta_remove_in_other_bss() 818 ap_sta_disconnect(bss, sta2, sta2->addr, in ap_sta_remove_in_other_bss()
|