Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_regdomain.c84 if (ic->ic_countryie != NULL) { in ieee80211_regdomain_detach()
85 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_regdomain_detach()
86 ic->ic_countryie = NULL; in ieee80211_regdomain_detach()
458 if (ic->ic_countryie != NULL) { in ieee80211_setregdomain()
459 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_setregdomain()
460 ic->ic_countryie = NULL; in ieee80211_setregdomain()
H A Dieee80211_output.c2365 if (ic->ic_countryie == NULL || in ieee80211_add_countryie()
2372 if (ic->ic_countryie != NULL) in ieee80211_add_countryie()
2373 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_add_countryie()
2374 ic->ic_countryie = ieee80211_alloc_countryie(ic); in ieee80211_add_countryie()
2375 if (ic->ic_countryie == NULL) in ieee80211_add_countryie()
2379 return add_appie(frm, ic->ic_countryie); in ieee80211_add_countryie()
H A Dieee80211_var.h213 struct ieee80211_appie *ic_countryie; /* calculated country ie */ member