Home | History | Annotate | Download | only in ap

Lines Matching defs:send_len

1081 	int send_len;
1091 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth);
1094 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0) < 0)
1104 int send_len;
1119 send_len = IEEE80211_HDRLEN;
1120 send_len += sizeof(reply->u.assoc_resp);
1204 send_len += p - reply->u.assoc_resp.variable;
1206 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0) < 0)