Searched refs:CIB_PHY (Results 1 – 10 of 10) sorted by relevance
/external/iw/ |
D | phy.c | 168 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 …]
|
D | hwsim.c | 73 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, "");
|
D | coalesce.c | 166 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,
|
D | iw.c | 109 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()
|
D | wowlan.c | 322 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,
|
D | sar.c | 70 NL80211_CMD_SET_SAR_SPECS, 0, CIB_PHY, set_sar_specs,
|
D | reg.c | 270 COMMAND(reg, get, NULL, NL80211_CMD_GET_REG, 0, CIB_PHY, handle_reg_dump,
|
D | iw.h | 57 CIB_PHY, enumerator
|
D | interface.c | 310 NL80211_CMD_NEW_INTERFACE, 0, CIB_PHY, handle_interface_add,
|
D | info.c | 754 __COMMAND(NULL, info, "info", NULL, NL80211_CMD_GET_WIPHY, 0, 0, CIB_PHY, handle_info,
|