Lines Matching full:ieee_80211
443 case IEEE_80211::kElemIdCountry:
448 case IEEE_80211::kElemIdErp:
451 case IEEE_80211::kElemIdHTCap:
452 case IEEE_80211::kElemIdHTInfo:
455 case IEEE_80211::kElemIdVHTCap:
456 case IEEE_80211::kElemIdVHTOperation:
459 case IEEE_80211::kElemIdRSN:
462 case IEEE_80211::kElemIdVendor:
510 if (std::distance(ie, end) < IEEE_80211::kRSNIECipherCountOffset) {
513 ie += IEEE_80211::kRSNIECipherCountOffset;
517 for (int i = 0; i < IEEE_80211::kRSNIENumCiphers; ++i) {
519 if (std::distance(ie, end) < IEEE_80211::kRSNIECipherCountLen) {
525 int skip_length = IEEE_80211::kRSNIECipherCountLen +
526 cipher_count * IEEE_80211::kRSNIESelectorLen;
533 if (std::distance(ie, end) < IEEE_80211::kRSNIECapabilitiesLen) {
540 if (capabilities & IEEE_80211::kRSNCapabilityFrameProtectionRequired &&
569 if (oui == IEEE_80211::kOUIVendorMicrosoft &&
570 oui_type == IEEE_80211::kOUIMicrosoftWPS) {
587 case IEEE_80211::kWPSElementManufacturer:
590 case IEEE_80211::kWPSElementModelName:
593 case IEEE_80211::kWPSElementModelNumber:
596 case IEEE_80211::kWPSElementDeviceName:
603 } else if (oui == IEEE_80211::kOUIVendorMicrosoft &&
604 oui_type == IEEE_80211::kOUIMicrosoftWPA) {
606 } else if (oui != IEEE_80211::kOUIVendorEpigram &&
607 oui != IEEE_80211::kOUIVendorMicrosoft) {