Searched refs:if_index (Results 1 – 1 of 1) sorted by relevance
197 static void test(struct nl_sock *socket, int d_id, int if_index) in test() argument216 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() local256 test(socket, driver_id, if_index); in main()