Home | History | Annotate | Download | only in ap

Lines Matching defs:send_len

817 	int send_len;
827 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth);
830 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0) < 0)
840 int send_len;
855 send_len = IEEE80211_HDRLEN;
856 send_len += sizeof(reply->u.assoc_resp);
940 send_len += p - reply->u.assoc_resp.variable;
942 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0) < 0)