/external/iw/ |
hwsim.c | 75 COMMAND(hwsim, getps, "", NL80211_CMD_TESTMODE, 0, CIB_PHY, handle_hwsim_getps, ""); 107 COMMAND(hwsim, setps, "<value>", NL80211_CMD_TESTMODE, 0, CIB_PHY, handle_hwsim_setps, ""); 129 COMMAND(hwsim, stopqueues, "", NL80211_CMD_TESTMODE, 0, CIB_PHY, handle_hwsim_stop_queues, ""); 151 COMMAND(hwsim, wakequeues, "", NL80211_CMD_TESTMODE, 0, CIB_PHY, handle_hwsim_wake_queues, "");
|
phy.c | 33 COMMAND(set, name, "<new name>", NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_name, 155 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_freq, 170 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_chan, NULL); 203 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_fragmentation, 235 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_rts, 299 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_retry, 358 NL80211_CMD_SET_WIPHY_NETNS, 0, CIB_PHY, handle_netns, 392 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_coverage, 438 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_distance, 490 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_txpower [all...] |
coalesce.c | 169 NL80211_CMD_SET_COALESCE, 0, CIB_PHY, handle_coalesce_enable, 195 COMMAND(coalesce, disable, "", NL80211_CMD_SET_COALESCE, 0, CIB_PHY, 286 COMMAND(coalesce, show, "", NL80211_CMD_GET_COALESCE, 0, CIB_PHY, handle_coalesce_show,
|
iw.c | 103 case CIB_PHY: 131 case CIB_PHY: 317 command_idby = CIB_PHY; 325 command_idby = CIB_PHY; 448 case CIB_PHY:
|
wowlan.c | 318 NL80211_CMD_SET_WOWLAN, 0, CIB_PHY, handle_wowlan_enable, 344 COMMAND(wowlan, disable, "", NL80211_CMD_SET_WOWLAN, 0, CIB_PHY, handle_wowlan_disable, 482 COMMAND(wowlan, show, "", NL80211_CMD_GET_WOWLAN, 0, CIB_PHY, handle_wowlan_show,
|
iw.h | 28 CIB_PHY,
|
reg.c | 262 COMMAND(reg, get, NULL, NL80211_CMD_GET_REG, 0, CIB_PHY, handle_reg_get,
|
interface.c | 249 NL80211_CMD_NEW_INTERFACE, 0, CIB_PHY, handle_interface_add,
|
info.c | 666 __COMMAND(NULL, info, "info", NULL, NL80211_CMD_GET_WIPHY, 0, 0, CIB_PHY, handle_info,
|