Home
last modified time | relevance | path

Searched defs:pre_shared_key (Results 1 – 7 of 7) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/application/samples/wifi/softap_sample/
Dsoftap_sample.c47 td_char pre_shared_key[WIFI_MAX_KEY_LEN] = "my_password"; in example_softap_function() local
/device/soc/hisilicon/ws63v100/adapter/hals/communication/wifi_lite/wifiservice/include/
Dws63_wifi_hotspot_config.h43 int8_t pre_shared_key[WIFI_MAX_KEY_LEN]; /*!< @if Eng Pre Shared Key(PSK). member
Dws63_wifi_device_config.h429 int8_t pre_shared_key[WIFI_MAX_KEY_LEN]; /*!< @if Eng Pre Shared Key. member
/device/soc/hisilicon/ws63v100/sdk/include/middleware/services/wifi/
Dwifi_hotspot_config.h45 int8_t pre_shared_key[WIFI_MAX_KEY_LEN]; /*!< @if Eng Pre Shared Key(PSK). member
Dwifi_device_config.h431 int8_t pre_shared_key[WIFI_MAX_KEY_LEN]; /*!< @if Eng Pre Shared Key. member
/device/soc/hisilicon/ws63v100/sdk/application/samples/radar/softap_sample/
Dradar_softap_sample.c66 td_char pre_shared_key[WIFI_MAX_KEY_LEN] = "123456789"; in radar_start_softap() local
/device/soc/hisilicon/ws63v100/sdk/middleware/services/wifi_service/service/
Dsoc_wifi_service_api.c809 static wifi_return_code service_check_wep_key(const char *pre_shared_key, int8_t wifi_psk_type, cha… in service_check_wep_key()
834 static wifi_return_code service_check_wpa_key(const char *pre_shared_key, int8_t wifi_psk_type) in service_check_wpa_key()
853 static wifi_return_code service_check_sae_key(const char *pre_shared_key, int8_t wifi_psk_type) in service_check_sae_key()
869 static wifi_return_code service_check_wapi_key(const char *pre_shared_key, int8_t wifi_psk_type) in service_check_wapi_key()
886 static wifi_return_code service_check_pre_shared_key(const char *pre_shared_key, int security_type, in service_check_pre_shared_key()