Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp4704 #define CHAN_STR_LEN 10 macro
4705 static char chan_str[CHAN_STR_LEN];
4711 snprintf(chan_str, CHAN_STR_LEN, "2g/ch14"); in frequency_to_channel()
4713 snprintf(chan_str, CHAN_STR_LEN, "2g/ch%d", (center_freq - 2407) / 5); in frequency_to_channel()
4716 snprintf(chan_str, CHAN_STR_LEN, "5g/ch%d", (center_freq - 5000) / 5); in frequency_to_channel()
4719 snprintf(chan_str, CHAN_STR_LEN, "5g/ch%d", (center_freq - 5000) / 5); in frequency_to_channel()
4722 snprintf(chan_str, CHAN_STR_LEN, "6g/ch2"); in frequency_to_channel()
4724 snprintf(chan_str, CHAN_STR_LEN, "6g/ch%d", (center_freq - 5950) / 5); in frequency_to_channel()
4727 snprintf(chan_str, CHAN_STR_LEN, "Err"); in frequency_to_channel()