Home
last modified time | relevance | path

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

/external/iw/
Dinfo.c105 struct nlattr *nl_cmd; in print_phy_handler() local
427 nla_for_each_nested(nl_cmd, tb_msg[NL80211_ATTR_SUPPORTED_COMMANDS], rem_cmd) in print_phy_handler()
428 printf("\t\t * %s\n", command_name(nla_get_u32(nl_cmd))); in print_phy_handler()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c220 struct nlattr *nl_cmd; in wiphy_info_supp_cmds() local
226 nla_for_each_nested(nl_cmd, tb, i) { in wiphy_info_supp_cmds()
227 switch (nla_get_u32(nl_cmd)) { in wiphy_info_supp_cmds()