Home
last modified time | relevance | path

Searched refs:WPI_CMD_ADD_NODE (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/wpi/
Dif_wpireg.h252 #define WPI_CMD_ADD_NODE 24 macro
Dif_wpi.c2481 error = wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof node, 1); in wpi_auth()
2861 error = wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof node, 0); in wpi_config()
3694 case WPI_CMD_ADD_NODE: return "WPI_CMD_ADD_NODE"; in wpi_cmd_str()