OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nl_seq
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/drivers/
netlink.c
149
static int
nl_seq
;
local
157
req.hdr.nlmsg_seq = ++
nl_seq
;
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c
54
static int
nl_seq
;
local
62
req.hdr.nlmsg_seq = ++
nl_seq
;
[
all
...]
driver_nl80211.c
226
static int
nl_seq
;
local
234
req.hdr.nlmsg_seq = ++
nl_seq
;
[
all
...]
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c
67
static int
nl_seq
;
local
75
req.hdr.nlmsg_seq = ++
nl_seq
;
[
all
...]
Completed in 19 milliseconds