Home | History | Annotate | Download | only in hostapd

Lines Matching defs:sta

138 	struct sta_info *sta;
145 sta = ap_get_sta(hapd, addr);
146 if (sta)
149 wpa_printf(MSG_DEBUG, "Add new STA " MACSTR " based on ctrl_iface "
151 sta = ap_sta_add(hapd, addr);
152 if (sta == NULL)
155 hostapd_new_assoc_sta(hapd, sta, 0);
655 /* <STA MAC Addr> <Code(0/1)> <Re-auth-Delay(sec)> [URL] */
748 struct sta_info *sta;
762 sta = ap_get_sta(hapd, addr);
763 if (sta == NULL) {
770 if (!sta->qos_map_enabled) {
805 struct sta_info *sta;
813 sta = ap_get_sta(hapd, addr);
814 if (sta == NULL) {
821 return wnm_send_disassoc_imminent(hapd, sta, disassoc_timer);
831 struct sta_info *sta;
836 sta = ap_get_sta(hapd, addr);
837 if (sta == NULL) {
857 return wnm_send_ess_disassoc_imminent(hapd, sta, url, disassoc_timer);
1079 struct sta_info *sta;
1087 for (sta = hapd->sta_list; sta; sta = sta->next) {
1090 hapd->conf->num_deny_mac, sta->addr,
1092 (!vlan_id || vlan_id == sta->vlan_id))
1094 hapd, sta, sta->addr,
1099 for (sta = hapd->sta_list; sta; sta = sta->next) {
1103 sta->addr, &vlan_id) ||
1104 (vlan_id && vlan_id != sta->vlan_id))
1106 hapd, sta, sta->addr,
1430 } else if (os_strcmp(buf, "STA-FIRST") == 0) {
1433 } else if (os_strncmp(buf, "STA ", 4) == 0) {
1436 } else if (os_strncmp(buf, "STA-NEXT ", 9) == 0) {