HomeSort by relevance Sort by last modified time
    Searched defs:nlmode (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 159 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 289 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
360 enum nl80211_iftype nlmode);
571 static int is_ap_interface(enum nl80211_iftype nlmode)
573 return nlmode == NL80211_IFTYPE_AP ||
574 nlmode == NL80211_IFTYPE_P2P_GO;
578 static int is_sta_interface(enum nl80211_iftype nlmode)
580 return nlmode == NL80211_IFTYPE_STATION ||
581 nlmode == NL80211_IFTYPE_P2P_CLIENT;
585 static int is_p2p_net_interface(enum nl80211_iftype nlmode)
587 return nlmode == NL80211_IFTYPE_P2P_CLIENT |
802 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
4851 enum nl80211_iftype nlmode; local
4870 enum nl80211_iftype nlmode; local
6229 enum nl80211_iftype nlmode; local
8705 enum nl80211_iftype nlmode, old_mode; local
9152 enum nl80211_iftype nlmode = params->p2p ? local
10318 enum nl80211_iftype nlmode; local
    [all...]

Completed in 35 milliseconds