Home
last modified time | relevance | path

Searched refs:hwMode (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.c506 const char *hwMode = NULL; in SetApBand() local
510 hwMode = "any"; /* Unknown frequency band */ in SetApBand()
513 hwMode = "g"; /* BAND_2_4_GHZ */ in SetApBand()
516 hwMode = "a"; /* BAND_5_GHZ */ in SetApBand()
523 if (sprintf_s(cmd, sizeof(cmd), "SET hw_mode %s", hwMode) < 0) { in SetApBand()

Completed in 2 milliseconds