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

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ra.c229 if (rn->probing & IEEE80211_RA_PROBING_UP) {
253 } else if (rn->probing & IEEE80211_RA_PROBING_DOWN) {
278 panic("%s: invalid probing mode %d", __func__, rn->probing);
351 if (rn->probing & IEEE80211_RA_PROBING_UP) {
354 } else if (rn->probing & IEEE80211_RA_PROBING_DOWN) {
358 panic("%s: invalid probing mode %d", __func__, rn->probing);
367 if (rn->probing & IEEE80211_RA_PROBING_DOWN)
369 else if (rn->probing
[all...]
H A Dieee80211_ra_vht.c246 if (rn->probing & IEEE80211_RA_PROBING_UP) {
257 } else if (rn->probing & IEEE80211_RA_PROBING_DOWN) {
269 panic("%s: invalid probing mode %d", __func__, rn->probing);
339 if (rn->probing & IEEE80211_RA_PROBING_UP) {
342 } else if (rn->probing & IEEE80211_RA_PROBING_DOWN) {
346 panic("%s: invalid probing mode %d", __func__, rn->probing);
355 if (rn->probing & IEEE80211_RA_PROBING_DOWN)
357 else if (rn->probing
[all...]
H A Dieee80211_ra.h47 int probing; member in struct:ieee80211_ra_node
53 /* The current best MCS found by probing. */
H A Dieee80211_ra_vht.h50 int probing; member in struct:ieee80211_ra_vht_node
56 /* The current best MCS,NSS found by probing. */

Completed in 36 milliseconds