Lines Matching refs:send_len
4706 int send_len; in send_deauth() local
4716 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth); in send_deauth()
4719 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0, NULL, 0, 0) < 0) in send_deauth()
4850 int send_len; in send_assoc_resp() local
4896 send_len = IEEE80211_HDRLEN; in send_assoc_resp()
4897 send_len += sizeof(reply->u.assoc_resp); in send_assoc_resp()
5135 send_len += p - reply->u.assoc_resp.variable; in send_assoc_resp()
5156 send_len += 2 + 1 + FILS_SESSION_LEN; in send_assoc_resp()
5158 send_len = fils_encrypt_assoc(sta->wpa_sm, buf, send_len, in send_assoc_resp()
5160 if (send_len < 0) { in send_assoc_resp()
5167 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0, NULL, 0, 0) < 0) { in send_assoc_resp()