OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ifan
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant/
driver_bsd.c
461
struct if_announcemsghdr *
ifan
;
local
484
ifan
= (struct if_announcemsghdr *) rtm;
485
if (
ifan
->ifan_index != drv->ifindex)
489
switch (
ifan
->ifan_what) {
497
ifan
->ifan_what == IFAN_DEPARTURE ?
502
ifan
= (struct if_announcemsghdr *) rtm;
503
if (
ifan
->ifan_index != drv->ifindex)
505
switch (
ifan
->ifan_what) {
520
mic = (struct ieee80211_michael_event *) &
ifan
[1];
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_bsd.c
464
struct if_announcemsghdr *
ifan
;
local
487
ifan
= (struct if_announcemsghdr *) rtm;
488
if (
ifan
->ifan_index != drv->ifindex)
492
switch (
ifan
->ifan_what) {
500
ifan
->ifan_what == IFAN_DEPARTURE ?
505
ifan
= (struct if_announcemsghdr *) rtm;
506
if (
ifan
->ifan_index != drv->ifindex)
508
switch (
ifan
->ifan_what) {
523
mic = (struct ieee80211_michael_event *) &
ifan
[1];
Completed in 18 milliseconds