Home
last modified time | relevance | path

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

/cts/hostsidetests/security/securityPatch/CVE-2017-0705/
Dpoc.c197 static void test(struct nl_sock *socket, int d_id, int if_index) in test() argument
216 nla_put_u32(msg, NL80211_ATTR_IFINDEX, if_index); in test()
248 int if_index = if_nametoindex("wlan0"); // Use this wireless interface for scanning. in main() local
256 test(socket, driver_id, if_index); in main()