Searched refs:in_associd (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c850 (ic->ic_opmode == IEEE80211_M_STA && in->in_associd != 0) ||
1040 in->in_associd != 0 &&
1411 in->in_associd = associd;
H A Dnet80211_node.c776 in->in_associd = 0;
1462 if (in->in_associd != 0 || isadhoc) {
1500 if (in->in_associd != 0) {
H A Dnet80211_output.c762 *(uint16_t *)frm = LE_16(in->in_associd);
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h371 uint16_t in_associd; /* assoc response */ member in struct:ieee80211_node
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1181 RT2860_AID2WCID(ni->in_associd) : 0xff;
1306 wcid = RT2860_AID2WCID(ni->in_associd);
1469 if (isnew && in->in_associd != 0) {
1471 wcid = RT2860_AID2WCID(in->in_associd);
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c6198 if (sc->sc_assoc_id != in->in_associd) {
6202 in->in_associd, sc->sc_assoc_id);
6204 sc->sc_config.assoc_id = LE_16(in->in_associd & 0x3fff);
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c1327 ATH_HAL_SETASSOCID(ah, bssid, in->in_associd);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1486 ath9k_hw_write_associd(ah, bssid, in->in_associd);
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c1836 associd.associd = BE_32(ni->in_associd);
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c5279 sc->sc_config.assoc_id = in->in_associd & 0x3fff;
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c3023 ic->ic_bss->in_bssid, ic->ic_bss->in_associd);
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c5758 sc->sc_config.assoc_id = in->in_associd & 0x3fff;
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c6011 sc->rxon.associd = htole16(IEEE80211_AID(ni->in_associd));

Completed in 131 milliseconds