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

  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 144 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 239 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
302 enum nl80211_iftype nlmode);
482 static int is_ap_interface(enum nl80211_iftype nlmode)
484 return (nlmode == NL80211_IFTYPE_AP ||
485 nlmode == NL80211_IFTYPE_P2P_GO);
489 static int is_sta_interface(enum nl80211_iftype nlmode)
491 return (nlmode == NL80211_IFTYPE_STATION ||
492 nlmode == NL80211_IFTYPE_P2P_CLIENT);
496 static int is_p2p_net_interface(enum nl80211_iftype nlmode)
498 return (nlmode == NL80211_IFTYPE_P2P_CLIENT |
695 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
4020 enum nl80211_iftype nlmode; local
4037 enum nl80211_iftype nlmode = NL80211_IFTYPE_STATION; local
5306 enum nl80211_iftype nlmode; local
7509 enum nl80211_iftype nlmode, old_mode; local
7913 enum nl80211_iftype nlmode = params->p2p ? local
9060 enum nl80211_iftype nlmode; local
    [all...]

Completed in 451 milliseconds