Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/src/
Dsupp_api.h21 #define CHAN_NUM_LEN 6 /* for space-separated channel numbers string */ macro
Dsupp_api.c276 size = ((mode->num_channels) * CHAN_NUM_LEN) + 1; in wpa_supp_supported_channels()
286 retval = snprintf(_chan_list + offset, CHAN_NUM_LEN, " %d", in wpa_supp_supported_channels()