Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c5519 unsigned int hex_len = 0; in wpa_supplicant_msg_cb() local
5523 hex_len = strlen(pos); in wpa_supplicant_msg_cb()
5524 if (hex_len <= (WLAN_PSK_MAX_LENGTH * 2)) in wpa_supplicant_msg_cb()
5527 hexstr2bin(pos, (unsigned char *)psk, hex_len/2); in wpa_supplicant_msg_cb()
5550 unsigned int hex_len = 0; in wpa_supplicant_msg_cb() local
5554 hex_len = strlen(pos); in wpa_supplicant_msg_cb()
5555 if (hex_len <= (WLAN_PMK_LENGTH * 2)) in wpa_supplicant_msg_cb()
5558 hexstr2bin(pos, (unsigned char *)pmk, hex_len/2); in wpa_supplicant_msg_cb()