Searched refs:hs20_deauth_req (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_1x.c1685 wpabuf_free(sta->hs20_deauth_req);
1686 sta->hs20_deauth_req = wpabuf_alloc(len + 1);
1687 if (sta->hs20_deauth_req) {
1688 wpabuf_put_data(sta->hs20_deauth_req, pos, 3);
1689 wpabuf_put_u8(sta->hs20_deauth_req, len - 3);
1690 wpabuf_put_data(sta->hs20_deauth_req, pos + 3, len - 3);
2913 if (sta->hs20_deauth_req) {
2918 sta->hs20_deauth_req);
2953 if (success && (sta->remediation || sta->hs20_deauth_req ||
H A Dsta_info.h198 struct wpabuf *hs20_deauth_req; member in struct:sta_info
H A Dsta_info.c339 wpabuf_free(sta->hs20_deauth_req);

Completed in 183 milliseconds