Home
last modified time | relevance | path

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

/external/iw/
Dphy.c33 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 …]
Dhwsim.c75 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, "");
Diw.c103 case CIB_PHY: in __usage_cmd()
131 case CIB_PHY: in __usage_cmd()
317 command_idby = CIB_PHY; in __handle_cmd()
325 command_idby = CIB_PHY; in __handle_cmd()
448 case CIB_PHY: in __handle_cmd()
Dcoalesce.c169 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,
Dwowlan.c318 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,
Dreg.c262 COMMAND(reg, get, NULL, NL80211_CMD_GET_REG, 0, CIB_PHY, handle_reg_get,
Diw.h28 CIB_PHY, enumerator
Dinterface.c249 NL80211_CMD_NEW_INTERFACE, 0, CIB_PHY, handle_interface_add,
Dinfo.c666 __COMMAND(NULL, info, "info", NULL, NL80211_CMD_GET_WIPHY, 0, 0, CIB_PHY, handle_info,