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

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ra.h51 #define IEEE80211_RA_PROBING_INTER 0x4 /* combined with UP or DOWN */ macro
H A Dieee80211_ra_vht.h54 #define IEEE80211_RA_PROBING_INTER 0x4 /* combined with UP or DOWN */ macro
H A Dieee80211_ra.c459 rn->probing &= ~IEEE80211_RA_PROBING_INTER;
475 rn->probing |= IEEE80211_RA_PROBING_INTER;
477 rn->probing &= ~IEEE80211_RA_PROBING_INTER;
484 return ((rn->probing & IEEE80211_RA_PROBING_INTER) == 0);
H A Dieee80211_ra_vht.c447 rn->probing &= ~IEEE80211_RA_PROBING_INTER;
463 rn->probing |= IEEE80211_RA_PROBING_INTER;
465 rn->probing &= ~IEEE80211_RA_PROBING_INTER;
472 return ((rn->probing & IEEE80211_RA_PROBING_INTER) == 0);

Completed in 40 milliseconds