Searched refs:in_fhdwell (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_node.c358 in->in_fhdwell = 200;
1120 in->in_fhdwell = sp->fhdwell;
1171 in->in_fhdwell = sp->fhdwell;
H A Dnet80211_output.c553 *frm++ = in->in_fhdwell & 0x00ff;
554 *frm++ = (in->in_fhdwell >> 8) & 0x00ff;
H A Dnet80211_ioctl.c759 fhss->wl_fhss_dwelltime = in->in_fhdwell;
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h406 uint16_t in_fhdwell; /* FH only */ member in struct:ieee80211_node

Completed in 70 milliseconds