Home
last modified time | relevance | path

Searched refs:IFF_LOWER_UP (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Dpriv_netlink.h23 #ifndef IFF_LOWER_UP
24 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
Ddriver_nl80211.c35 #ifndef IFF_LOWER_UP
36 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
820 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in wpa_driver_nl80211_event_rtm_newlink()
829 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP && in wpa_driver_nl80211_event_rtm_newlink()
Ddriver_wext.c726 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in wpa_driver_wext_event_rtm_newlink()
735 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP && in wpa_driver_wext_event_rtm_newlink()
/external/wpa_supplicant/
Dpriv_netlink.h23 #ifndef IFF_LOWER_UP
24 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
Ddriver_wext.c762 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in wpa_driver_wext_event_rtm_newlink()
771 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP && in wpa_driver_wext_event_rtm_newlink()
/external/wpa_supplicant_8/src/drivers/
Dpriv_netlink.h23 #ifndef IFF_LOWER_UP
24 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
Ddriver_wext.c661 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in wpa_driver_wext_event_rtm_newlink()
683 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP && in wpa_driver_wext_event_rtm_newlink()
Ddriver_nl80211.c97 #ifndef IFF_LOWER_UP
98 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
506 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in wpa_driver_nl80211_event_rtm_newlink()
528 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP && in wpa_driver_nl80211_event_rtm_newlink()
/external/iproute2/include/linux/
Dif.h51 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/kernel-headers/original/linux/
Dif.h51 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)