Lines Matching refs:ifan
732 struct if_announcemsghdr *ifan;
764 ifan = (struct if_announcemsghdr *) rtm;
767 switch (ifan->ifan_what) {
774 leave = (struct ieee80211_leave_event *) &ifan[1];
781 join = (struct ieee80211_join_event *) &ifan[1];
788 mic = (struct ieee80211_michael_event *) &ifan[1];
1168 struct if_announcemsghdr *ifan;
1204 ifan = (struct if_announcemsghdr *) rtm;
1205 if (ifan->ifan_index != drv->ifindex)
1209 switch (ifan->ifan_what) {
1218 ifan->ifan_what == IFAN_DEPARTURE ?
1223 ifan = (struct if_announcemsghdr *) rtm;
1224 if (ifan->ifan_index != drv->ifindex)
1226 switch (ifan->ifan_what) {
1244 leave = (struct ieee80211_leave_event *) &ifan[1];
1251 join = (struct ieee80211_join_event *) &ifan[1];
1258 mic = (struct ieee80211_michael_event *) &ifan[1];