OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nl_beacons
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_nl80211.h
85
struct nl_handle *
nl_beacons
;
member in struct:nl80211_wiphy_data
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
174
struct nl_handle *
nl_beacons
;
member in struct:nl80211_wiphy_data
598
ret = send_and_recv(drv->global, w->
nl_beacons
, msg, NULL, NULL);
690
w->
nl_beacons
= nl_create_handle(bss->drv->global->nl_cb,
692
if (w->
nl_beacons
== NULL) {
698
nl_destroy_handles(&w->
nl_beacons
);
703
eloop_register_read_sock(nl_socket_get_fd(w->
nl_beacons
),
704
nl80211_recv_beacons, w, w->
nl_beacons
);
751
eloop_unregister_read_sock(nl_socket_get_fd(w->
nl_beacons
));
754
nl_destroy_handles(&w->
nl_beacons
);
[
all
...]
Completed in 21 milliseconds