Home | History | Annotate | Download | only in ap

Lines Matching refs:hs20_deauth_req

1535 	wpabuf_free(sta->hs20_deauth_req);
1536 sta->hs20_deauth_req = wpabuf_alloc(len + 1);
1537 if (sta->hs20_deauth_req) {
1538 wpabuf_put_data(sta->hs20_deauth_req, pos, 3);
1539 wpabuf_put_u8(sta->hs20_deauth_req, len - 3);
1540 wpabuf_put_data(sta->hs20_deauth_req, pos + 3, len - 3);
2686 if (sta->hs20_deauth_req) {
2691 sta->hs20_deauth_req);
2716 if (success && (sta->remediation || sta->hs20_deauth_req)) {