Home
last modified time | relevance | path

Searched refs:NL_CB_DEFAULT (Results 1 – 10 of 10) sorted by relevance

/third_party/libnl/include/netlink/
Dhandlers.h77 NL_CB_DEFAULT, enumerator
/third_party/libnl/lib/
Dsocket.c44 static int default_cb = NL_CB_DEFAULT;
52 default_cb = NL_CB_DEFAULT; in init_default_cb()
Dhandlers.c235 cb = nl_cb_alloc(NL_CB_DEFAULT); in nl_cb_clone()
/third_party/libnl/python/examples/
Diface.py69 tx_cb = nl.nl_cb_alloc(nl.NL_CB_DEFAULT)
Dwiphy.py118 tx_cb = nl.nl_cb_alloc(nl.NL_CB_DEFAULT)
/third_party/libnl/python/netlink/
Dcore.py162 def __init__(self, kind=capi.NL_CB_DEFAULT):
Dcapi.i494 NL_CB_DEFAULT, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c770 w->nl_cb = nl_cb_alloc(NL_CB_DEFAULT); in nl80211_get_wiphy_data_ap()
1708 global->nl_cb = nl_cb_alloc(NL_CB_DEFAULT); in wpa_driver_nl80211_init_nl_global()
1915 bss->nl_cb = nl_cb_alloc(NL_CB_DEFAULT); in nl80211_init_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c902 w->nl_cb = nl_cb_alloc(NL_CB_DEFAULT); in nl80211_get_wiphy_data_ap()
1868 global->nl_cb = nl_cb_alloc(NL_CB_DEFAULT); in wpa_driver_nl80211_init_nl_global()
2101 bss->nl_cb = nl_cb_alloc(NL_CB_DEFAULT); in nl80211_init_bss()
/third_party/libnl/doc/
Dcore.txt2482 * +NL_CB_DEFAULT+ This is the default set. It implets the default behaviour.