Lines Matching defs:auth_req
2888 struct ndis_80211_auth_request *auth_req;
2902 while (buflen >= sizeof(*auth_req)) {
2903 auth_req = (void *)buf;
2904 if (buflen < le32_to_cpu(auth_req->length))
2907 flags = le32_to_cpu(auth_req->flags);
2925 type, le32_to_cpu(auth_req->flags));
2932 auth_req->bssid,
2942 auth_req->bssid,
2947 buflen -= le32_to_cpu(auth_req->length);
2948 buf += le32_to_cpu(auth_req->length);