Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net80211/
Dieee80211_regdomain.c83 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()
Dieee80211_output.c1690 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()
Dieee80211_var.h183 struct ieee80211_appie *ic_countryie; /* calculated country ie */ member