Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_regdomain.c82 if (ic->ic_countryie != NULL) { in ieee80211_regdomain_detach()
83 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_regdomain_detach()
84 ic->ic_countryie = NULL; in ieee80211_regdomain_detach()
456 if (ic->ic_countryie != NULL) { in ieee80211_setregdomain()
457 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_setregdomain()
458 ic->ic_countryie = NULL; in ieee80211_setregdomain()
H A Dieee80211_output.c2377 if (ic->ic_countryie == NULL || in ieee80211_add_countryie()
2384 if (ic->ic_countryie != NULL) in ieee80211_add_countryie()
2385 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_add_countryie()
2386 ic->ic_countryie = ieee80211_alloc_countryie(ic); in ieee80211_add_countryie()
2387 if (ic->ic_countryie == NULL) in ieee80211_add_countryie()
2391 return add_appie(frm, ic->ic_countryie); in ieee80211_add_countryie()
H A Dieee80211_var.h215 struct ieee80211_appie *ic_countryie; /* calculated country ie */ member