Searched defs:nl_key (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c6038 struct nlattr *nl_keys, *nl_key; local
6065 nl_key = nla_nest_start(msg, i);
6066 if (!nl_key)
6083 nla_nest_end(msg, nl_key);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c6038 struct nlattr *nl_keys, *nl_key; local
6065 nl_key = nla_nest_start(msg, i);
6066 if (!nl_key)
6083 nla_nest_end(msg, nl_key);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c6038 struct nlattr *nl_keys, *nl_key; local
6065 nl_key = nla_nest_start(msg, i);
6066 if (!nl_key)
6083 nla_nest_end(msg, nl_key);

Completed in 429 milliseconds