htop
const u_int8_t *rsnie, *wpaie, *htcaps, *htop, *vhtcaps, *vhtop, *hecaps, *heop;
htcaps = htop = vhtcaps = vhtop = hecaps = heop = csa = xcsa = NULL;
htop = frm;
if (htop && !ieee80211_setup_htop(ni, htop + 2, htop[1], 1))
htop = NULL; /* invalid HTOP */
if (htop && (ic->ic_bss->ni_flags & IEEE80211_NODE_HT)) {
if (htop && (ic->ic_bss->ni_flags & IEEE80211_NODE_HT) &&
} else if (htop)
const u_int8_t *rates, *xrates, *edcaie, *wmmie, *htcaps, *htop;
rates = xrates = edcaie = wmmie = htcaps = htop = NULL;
htop = frm;
if (htop)
ieee80211_setup_htop(ni, htop + 2, htop[1], 0);