Searched defs:psk (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/samples/net/prometheus/src/ |
D | dummy_psk.h | 10 static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, variable
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | dummy_psk.h | 10 static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, variable
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | dummy_psk.h | 10 static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, variable
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | dummy_psk.h | 10 static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, variable
|
/Zephyr-latest/tests/net/socket/tls_configurations/src/ |
D | main.c | 26 static const unsigned char psk[] = { 0x01, 0x02, 0x03, 0x04, 0x05 }; variable
|
/Zephyr-latest/samples/net/lwm2m_client/src/ |
D | lwm2m-client.c | 115 char psk[1 + sizeof(CONFIG_LWM2M_APP_PSK) / 2]; in lwm2m_setup() local
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.c | 1174 char psk[WLAN_PSK_MAX_LENGTH] = {0}; in nxp_wifi_auto_connect() local
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500.c | 1008 tuniM2MWifiAuth psk; in winc1500_mgmt_connect() local
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_mgmt.c | 1314 char *psk = NULL; in __stored_creds_to_params() local
|
/Zephyr-latest/tests/net/socket/tls/src/ |
D | main.c | 53 static const unsigned char psk[] = { variable
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi_mgmt.h | 525 const uint8_t *psk; member
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_tls.c | 1056 struct tls_credential *psk, in tls_set_psk()
|