Searched refs:check_iftype (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/deps/iwcap/src/ |
D | iwcap.c | 221 static int check_iftype(struct nlattr *tb_msg[], int nl_type) in check_iftype() function 442 pbool("sta", check_iftype(tb_msg, NL80211_IFTYPE_STATION)); in check_phy_handler() 444 pbool("ibss", check_iftype(tb_msg, NL80211_IFTYPE_ADHOC)); in check_phy_handler() 446 pbool("ap", check_iftype(tb_msg, NL80211_IFTYPE_AP)); in check_phy_handler() 448 pbool("mbss", check_iftype(tb_msg, NL80211_IFTYPE_MESH_POINT)); in check_phy_handler() 450 pbool("mon", check_iftype(tb_msg, NL80211_IFTYPE_MONITOR)); in check_phy_handler()
|