Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c441 V(ieee80211_country_event)->iev_cc[0], in print_rtmsg()
442 V(ieee80211_country_event)->iev_cc[1]); in print_rtmsg()
/freebsd/sys/net80211/
H A Dieee80211_freebsd.c997 iev.iev_cc[0] = cc[0]; in ieee80211_notify_country()
998 iev.iev_cc[1] = cc[1]; in ieee80211_notify_country()
H A Dieee80211_freebsd.h612 uint8_t iev_cc[2]; /* ISO country code */ member