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

  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_nl80211.h 49 #define nl_handle nl_sock macro
102 struct nl_handle *nl_handle; member in struct:wpa_driver_nl80211_data
103 struct nl_handle *nl_handle_event;
104 struct nl_handle *nl_handle_preq;
driver_mac80211.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.h 33 #define nl_sock nl_handle
dhdu_nl80211.c 27 static inline struct nl_handle *nl_socket_alloc(void)
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_nl80211.h 46 #define nl_handle nl_sock macro
70 struct nl_handle *nl;
74 struct nl_handle *nl_event;
82 struct nl_handle *nl_beacons;
104 struct nl_handle *nl_preq, *nl_mgmt;
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_nl80211.h 46 #define nl_handle nl_sock macro
70 struct nl_handle *nl;
74 struct nl_handle *nl_event;
82 struct nl_handle *nl_beacons;
104 struct nl_handle *nl_preq, *nl_mgmt;
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.h 15 # define nl_sock nl_handle
calibrator.c 32 static inline struct nl_handle *nl_socket_alloc(void)
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 66 #define nl_handle nl_sock macro
79 static struct nl_handle *nl80211_handle_alloc(void *cb)
81 struct nl_handle *handle;
100 static void nl80211_handle_destroy(struct nl_handle *handle)
112 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg)
114 struct nl_handle *handle;
134 static void nl_destroy_handles(struct nl_handle **handle)
162 struct nl_handle *nl;
166 struct nl_handle *nl_event;
174 struct nl_handle *nl_beacons
    [all...]

Completed in 1587 milliseconds