Lines Matching refs:sta
37 struct sta_info *sta; in handle_dhcp() local
92 for (sta = hapd->sta_list; sta; sta = sta->next) { in handle_dhcp()
93 if (!(sta->flags & WLAN_STA_AUTHORIZED)) in handle_dhcp()
95 x_snoop_mcast_to_ucast_convert_send(hapd, sta, in handle_dhcp()
105 sta = ap_get_sta(hapd, b->hw_addr); in handle_dhcp()
106 if (!sta) in handle_dhcp()
111 MAC2STR(sta->addr), in handle_dhcp()
115 if (sta->ipaddr == b->your_ip) in handle_dhcp()
118 if (sta->ipaddr != 0) { in handle_dhcp()
121 ipaddr_str(be_to_host32(sta->ipaddr))); in handle_dhcp()
123 (u8 *) &sta->ipaddr); in handle_dhcp()
127 prefixlen, sta->addr); in handle_dhcp()
134 sta->ipaddr = b->your_ip; in handle_dhcp()