Lines Matching defs:ifan
726 struct if_announcemsghdr *ifan;
748 ifan = (struct if_announcemsghdr *) rtm;
751 switch (ifan->ifan_what) {
758 leave = (struct ieee80211_leave_event *) &ifan[1];
765 join = (struct ieee80211_join_event *) &ifan[1];
772 mic = (struct ieee80211_michael_event *) &ifan[1];
1180 struct if_announcemsghdr *ifan;
1206 ifan = (struct if_announcemsghdr *) rtm;
1207 if (ifan->ifan_index != drv->ifindex)
1211 switch (ifan->ifan_what) {
1219 ifan->ifan_what == IFAN_DEPARTURE ?
1224 ifan = (struct if_announcemsghdr *) rtm;
1225 if (ifan->ifan_index != drv->ifindex)
1227 switch (ifan->ifan_what) {
1245 leave = (struct ieee80211_leave_event *) &ifan[1];
1252 join = (struct ieee80211_join_event *) &ifan[1];
1259 mic = (struct ieee80211_michael_event *) &ifan[1];