Home
last modified time | relevance | path

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

/freebsd-head/sys/net80211/
HDieee80211_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()
HDieee80211_output.c2376 if (ic->ic_countryie == NULL || in ieee80211_add_countryie()
2383 if (ic->ic_countryie != NULL) in ieee80211_add_countryie()
2384 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_add_countryie()
2385 ic->ic_countryie = ieee80211_alloc_countryie(ic); in ieee80211_add_countryie()
2386 if (ic->ic_countryie == NULL) in ieee80211_add_countryie()
2390 return add_appie(frm, ic->ic_countryie); in ieee80211_add_countryie()
HDieee80211_var.h217 struct ieee80211_appie *ic_countryie; /* calculated country ie */ member