Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_regdomain.c85 if (ic->ic_countryie != NULL) { in ieee80211_regdomain_detach()
86 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_regdomain_detach()
87 ic->ic_countryie = NULL; in ieee80211_regdomain_detach()
443 if (ic->ic_countryie != NULL) { in ieee80211_setregdomain()
444 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_setregdomain()
445 ic->ic_countryie = NULL; in ieee80211_setregdomain()
H A Dieee80211_output.c2144 if (ic->ic_countryie == NULL ||
2151 if (ic->ic_countryie != NULL)
2152 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE);
2153 ic->ic_countryie = ieee80211_alloc_countryie(ic);
2154 if (ic->ic_countryie == NULL)
2158 return add_appie(frm, ic->ic_countryie);
/dragonfly/sys/netproto/802_11/
H A Dieee80211_var.h201 struct ieee80211_appie *ic_countryie; /* calculated country ie */ member