MCPcopy Create free account
hub / github.com/F-Stack/f-stack / if

Function if

freebsd/net80211/ieee80211_input.c:630–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628 scan->tdma = frm;
629#endif
630 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) {
631 /*
632 * Accept pre-draft HT ie's if the
633 * standard ones have not been seen.
634 */
635 if (ishtcapoui(frm)) {
636 if (scan->htcap == NULL)
637 scan->htcap = frm;
638 } else if (ishtinfooui(frm)) {
639 if (scan->htinfo == NULL)
640 scan->htcap = frm;
641 }
642 }
643 break;
644 default:
645 IEEE80211_DISCARD_IE(vap, IEEE80211_MSG_ELEMID,

Callers

nothing calls this directly

Calls 2

ishtcapouiFunction · 0.85
ishtinfoouiFunction · 0.85

Tested by

no test coverage detected