Searched defs:wpi_auth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c245 static int wpi_auth(wpi_sc_t *);
1324 if ((err = wpi_auth(sc)) != 0) {
1344 (void) wpi_auth(sc);
2820 wpi_auth(wpi_sc_t *sc) function
2852 cmn_err(CE_WARN, "wpi_auth(): failed to configurate chan%d\n",
2864 cmn_err(CE_WARN, "wpi_auth(): failed to add BSS node\n");
2870 cmn_err(CE_WARN, "wpi_auth(): failed to setup MRR\n");
3398 if ((err = wpi_auth(sc)) != 0) {

Completed in 87 milliseconds