Home
last modified time | relevance | path

Searched refs:CIB_PHY (Results 1 – 10 of 10) sorted by relevance

/external/iw/
Dphy.c168 TOPLEVEL(channels, NULL, NL80211_CMD_GET_WIPHY, 0, CIB_PHY, handle_channels, "Show available channe…
184 COMMAND(set, name, "<new name>", NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_name,
204 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_freq,
226 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_chan, NULL);
413 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_fragmentation,
445 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_rts,
509 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_retry,
569 NL80211_CMD_SET_WIPHY_NETNS, 0, CIB_PHY, handle_netns,
602 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_coverage,
647 NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_distance,
[all …]
Dhwsim.c73 COMMAND(hwsim, getps, "", NL80211_CMD_TESTMODE, 0, CIB_PHY, handle_hwsim_getps, "");
104 COMMAND(hwsim, setps, "<value>", NL80211_CMD_TESTMODE, 0, CIB_PHY, handle_hwsim_setps, "");
126 COMMAND(hwsim, stopqueues, "", NL80211_CMD_TESTMODE, 0, CIB_PHY, handle_hwsim_stop_queues, "");
148 COMMAND(hwsim, wakequeues, "", NL80211_CMD_TESTMODE, 0, CIB_PHY, handle_hwsim_wake_queues, "");
Dcoalesce.c166 NL80211_CMD_SET_COALESCE, 0, CIB_PHY, handle_coalesce_enable,
192 COMMAND(coalesce, disable, "", NL80211_CMD_SET_COALESCE, 0, CIB_PHY,
282 COMMAND(coalesce, show, "", NL80211_CMD_GET_COALESCE, 0, CIB_PHY, handle_coalesce_show,
Diw.c109 case CIB_PHY: in __usage_cmd()
137 case CIB_PHY: in __usage_cmd()
379 command_idby = CIB_PHY; in __handle_cmd()
387 command_idby = CIB_PHY; in __handle_cmd()
510 case CIB_PHY: in __handle_cmd()
Dwowlan.c322 NL80211_CMD_SET_WOWLAN, 0, CIB_PHY, handle_wowlan_enable,
348 COMMAND(wowlan, disable, "", NL80211_CMD_SET_WOWLAN, 0, CIB_PHY, handle_wowlan_disable,
483 COMMAND(wowlan, show, "", NL80211_CMD_GET_WOWLAN, 0, CIB_PHY, handle_wowlan_show,
Dsar.c70 NL80211_CMD_SET_SAR_SPECS, 0, CIB_PHY, set_sar_specs,
Dreg.c270 COMMAND(reg, get, NULL, NL80211_CMD_GET_REG, 0, CIB_PHY, handle_reg_dump,
Diw.h57 CIB_PHY, enumerator
Dinterface.c310 NL80211_CMD_NEW_INTERFACE, 0, CIB_PHY, handle_interface_add,
Dinfo.c754 __COMMAND(NULL, info, "info", NULL, NL80211_CMD_GET_WIPHY, 0, 0, CIB_PHY, handle_info,