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

  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 120 struct nl80211_wiphy_data *wiphy_data; member in struct:i802_bss
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 250 struct nl80211_wiphy_data *wiphy_data; member in struct:i802_bss
989 if (bss->wiphy_data != NULL)
990 return bss->wiphy_data;
1046 bss->wiphy_data = w;
1053 struct nl80211_wiphy_data *w = bss->wiphy_data;
1059 bss->wiphy_data = NULL;
    [all...]

Completed in 39 milliseconds