Searched refs:ic_countryie (Results 1 – 3 of 3) sorted by relevance
83 if (ic->ic_countryie != NULL) { in ieee80211_regdomain_detach()84 free(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_regdomain_detach()85 ic->ic_countryie = NULL; in ieee80211_regdomain_detach()434 if (ic->ic_countryie != NULL) { in ieee80211_setregdomain()435 free(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_setregdomain()436 ic->ic_countryie = NULL; in ieee80211_setregdomain()
1690 if (ic->ic_countryie == NULL || in ieee80211_add_countryie()1697 if (ic->ic_countryie != NULL) in ieee80211_add_countryie()1698 free(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_add_countryie()1699 ic->ic_countryie = ieee80211_alloc_countryie(ic); in ieee80211_add_countryie()1700 if (ic->ic_countryie == NULL) in ieee80211_add_countryie()1704 return add_appie(frm, ic->ic_countryie); in ieee80211_add_countryie()
183 struct ieee80211_appie *ic_countryie; /* calculated country ie */ member