Searched refs:ic_countryie (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_regdomain.c84 if (ic->ic_countryie != NULL) {
85 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE);
86 ic->ic_countryie = NULL;
458 if (ic->ic_countryie != NULL) {
459 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE);
460 ic->ic_countryie = NULL;
H A Dieee80211_output.c2372 if (ic->ic_countryie == NULL ||
2379 if (ic->ic_countryie != NULL)
2380 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE);
2381 ic->ic_countryie = ieee80211_alloc_countryie(ic);
2382 if (ic->ic_countryie == NULL)
2386 return add_appie(frm, ic->ic_countryie);
H A Dieee80211_var.h215 struct ieee80211_appie *ic_countryie; /* calculated country ie */ member in struct:ieee80211com

Completed in 46 milliseconds