OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_beacons
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.h
47
struct nl_handle *
nl_beacons
;
member in struct:nl80211_wiphy_data
driver_nl80211.c
606
ret = send_and_recv(drv->global, w->
nl_beacons
, msg, NULL, NULL);
698
w->
nl_beacons
= nl_create_handle(bss->drv->global->nl_cb,
700
if (w->
nl_beacons
== NULL) {
706
nl_destroy_handles(&w->
nl_beacons
);
711
nl80211_register_eloop_read(&w->
nl_beacons
, nl80211_recv_beacons, w);
758
nl80211_destroy_eloop_handle(&w->
nl_beacons
);
[
all
...]
Completed in 42 milliseconds