Searched refs:max_len (Results 1 – 2 of 2) sorted by relevance
| /modules/hostap/src/ |
| A D | supp_api.h | 358 int dpp_params_to_cmd(struct wifi_dpp_params *params, char *cmd, size_t max_len);
|
| A D | supp_api.c | 2209 static void dpp_ssid_bin2str(char *dst, uint8_t *src, int max_len) argument 2215 snprintf(dst, max_len, "%02x%02x%02x%02x", 2222 snprintf(dst, max_len, "%02x", src[0]); 2229 int dpp_params_to_cmd(struct wifi_dpp_params *params, char *cmd, size_t max_len) argument 2232 char *end = cmd + max_len;
|
Completed in 6 milliseconds