CountryIeBuf     1145 drivers/staging/rtl8192e/rtllib.h 	u8 CountryIeBuf[MAX_IE_LEN];
CountryIeBuf     1795 drivers/staging/rtl8192e/rtllib_rx.c 			memcpy(network->CountryIeBuf, info_element->data,
CountryIeBuf     2348 drivers/staging/rtl8192e/rtllib_rx.c 	memset(network->CountryIeBuf, 0, MAX_IE_LEN);
CountryIeBuf     2517 drivers/staging/rtl8192e/rtllib_rx.c 	memcpy(dst->CountryIeBuf, src->CountryIeBuf, src->CountryIeLen);
CountryIeBuf     1382 drivers/staging/rtl8192u/ieee80211/ieee80211.h 	u8 CountryIeBuf[MAX_IE_LEN];
CountryIeBuf     1543 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 			memcpy(network->CountryIeBuf, info_element->data, info_element->len);
CountryIeBuf     2107 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 	memset(network->CountryIeBuf, 0, MAX_IE_LEN);
CountryIeBuf     2273 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 	memcpy(dst->CountryIeBuf, src->CountryIeBuf, src->CountryIeLen);