Home
last modified time | relevance | path

Searched defs:psk (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/samples/net/prometheus/src/
Ddummy_psk.h10 static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, variable
/Zephyr-latest/samples/net/sockets/echo_server/src/
Ddummy_psk.h10 static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, variable
/Zephyr-latest/samples/net/sockets/echo_client/src/
Ddummy_psk.h10 static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, variable
/Zephyr-latest/samples/net/sockets/http_server/src/
Ddummy_psk.h10 static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, variable
/Zephyr-latest/tests/net/socket/tls_configurations/src/
Dmain.c26 static const unsigned char psk[] = { 0x01, 0x02, 0x03, 0x04, 0x05 }; variable
/Zephyr-latest/samples/net/lwm2m_client/src/
Dlwm2m-client.c115 char psk[1 + sizeof(CONFIG_LWM2M_APP_PSK) / 2]; in lwm2m_setup() local
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1174 char psk[WLAN_PSK_MAX_LENGTH] = {0}; in nxp_wifi_auto_connect() local
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c1008 tuniM2MWifiAuth psk; in winc1500_mgmt_connect() local
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c1314 char *psk = NULL; in __stored_creds_to_params() local
/Zephyr-latest/tests/net/socket/tls/src/
Dmain.c53 static const unsigned char psk[] = { variable
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h525 const uint8_t *psk; member
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c1056 struct tls_credential *psk, in tls_set_psk()