Lines Matching defs:ifan
734 struct if_announcemsghdr *ifan;
756 ifan = (struct if_announcemsghdr *) rtm;
759 switch (ifan->ifan_what) {
766 leave = (struct ieee80211_leave_event *) &ifan[1];
773 join = (struct ieee80211_join_event *) &ifan[1];
780 mic = (struct ieee80211_michael_event *) &ifan[1];
1189 struct if_announcemsghdr *ifan;
1215 ifan = (struct if_announcemsghdr *) rtm;
1216 if (ifan->ifan_index != drv->ifindex)
1220 switch (ifan->ifan_what) {
1228 ifan->ifan_what == IFAN_DEPARTURE ?
1233 ifan = (struct if_announcemsghdr *) rtm;
1234 if (ifan->ifan_index != drv->ifindex)
1236 switch (ifan->ifan_what) {
1254 leave = (struct ieee80211_leave_event *) &ifan[1];
1261 join = (struct ieee80211_join_event *) &ifan[1];
1268 mic = (struct ieee80211_michael_event *) &ifan[1];