Home
last modified time | relevance | path

Searched refs:IEEE80211_F_DONEGO (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_proto.h255 #define IEEE80211_F_DONEGO 0x00000004 /* calc negotiated rate */ macro
H A Dieee80211_node.c506 IEEE80211_F_JOIN | IEEE80211_F_DONEGO | IEEE80211_F_DOFRATE); in check_bss()
548 IEEE80211_F_JOIN | IEEE80211_F_DONEGO | IEEE80211_F_DOFRATE); in check_bss_debug()
1821 IEEE80211_F_DONEGO | IEEE80211_F_DODEL); in ieee80211_init_neighbor()
H A Dieee80211_hostap.c2147 IEEE80211_F_DONEGO | IEEE80211_F_DODEL); in hostap_recv_mgmt()
2184 IEEE80211_F_DOFMCS | IEEE80211_F_DONEGO | in hostap_recv_mgmt()
H A Dieee80211_sta.c1819 IEEE80211_F_DONEGO | IEEE80211_F_DODEL); in sta_recv_mgmt()
H A Dieee80211_proto.c715 if (flags & IEEE80211_F_DONEGO) { in ieee80211_fix_rate()