HomeSort by relevance Sort by last modified time
    Searched refs:nl_handle (Results 1 - 7 of 7) 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/wpa_supplicant_8_lib/
driver_nl80211.h 49 #define nl_handle nl_sock macro
73 struct nl_handle *nl;
77 struct nl_handle *nl_event;
85 struct nl_handle *nl_beacons;
105 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_6/wpa_supplicant/src/drivers/
driver_nl80211.c 75 struct nl_handle *nl_handle; member in struct:wpa_driver_nl80211_data
131 err = nl_send_auto_complete(drv->nl_handle, msg);
146 nl_recvmsgs(drv->nl_handle, cb);
201 genlmsg_put(msg, 0, 0, genl_ctrl_resolve(drv->nl_handle, "nlctrl"),
1028 nl_recvmsgs(drv->nl_handle, cb);
    [all...]
  /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 68 milliseconds