Searched refs:nl_cmd (Results 1 – 2 of 2) sorted by relevance
105 struct nlattr *nl_cmd; in print_phy_handler() local427 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()
220 struct nlattr *nl_cmd; in wiphy_info_supp_cmds() local226 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()