Home
last modified time | relevance | path

Searched refs:ni_fhdwell (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_node.h201 uint16_t ni_fhdwell; /* FH only */ member
H A Dieee80211_node.c358 ni->ni_fhdwell = 200; /* XXX */ in ieee80211_create_ibss()
931 ni->ni_fhdwell = se->se_fhdwell; in ieee80211_sta_join()
1777 ni->ni_fhdwell = sp->fhdwell; in ieee80211_init_neighbor()
H A Dieee80211_hostap.c2241 ni->ni_fhdwell = vap->iv_bss->ni_fhdwell; in hostap_recv_mgmt()
H A Dieee80211_output.c3080 *frm++ = bss->ni_fhdwell & 0x00ff; in ieee80211_alloc_proberesp()
3081 *frm++ = (bss->ni_fhdwell >> 8) & 0x00ff; in ieee80211_alloc_proberesp()