Home
last modified time | relevance | path

Searched refs:IEEE80211_M_WAITOK (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.h547 #define IEEE80211_M_WAITOK M_WAITOK macro
H A Dieee80211.c340 IEEE80211_M_WAITOK | IEEE80211_M_ZERO, in ieee80211_ifattach()
344 ic->ic_ierrors = counter_u64_alloc(IEEE80211_M_WAITOK); in ieee80211_ifattach()
345 ic->ic_oerrors = counter_u64_alloc(IEEE80211_M_WAITOK); in ieee80211_ifattach()
H A Dieee80211_output.c2493 IEEE80211_M_WAITOK | IEEE80211_M_ZERO); in ieee80211_probereq_ie()