Searched refs:passwd (Results 1 – 4 of 4) sorted by relevance
| /bsp/w60x/oneshot/ |
| A D | oneshot_demo.c | 20 char passwd[64]; member 23 static int rt_wlan_device_connetct(char *ssid, char *passwd) in rt_wlan_device_connetct() argument 28 result = rt_wlan_connect(ssid, passwd); in rt_wlan_device_connetct() 64 if (rt_strlen(info->passwd) > 0) in join_wifi_thread() 66 rt_wlan_device_connetct(info->ssid, info->passwd); in join_wifi_thread() 75 static void wm_oneshot_result_cb(int state, unsigned char *ssid, unsigned char *passwd) in wm_oneshot_result_cb() argument 90 …rintf("Receive ssid:%s passwd:%s\n", ssid == RT_NULL ? "" : ssid, passwd == RT_NULL ? "" : passwd); in wm_oneshot_result_cb() 98 if (passwd) in wm_oneshot_result_cb() 100 rt_strncpy(info->passwd, passwd, sizeof(info->passwd)); in wm_oneshot_result_cb()
|
| /bsp/amebaz/applications/ |
| A D | smartconfig_app.c | 20 static int rt_wlan_device_connetct(char *ssid, char *passwd) in rt_wlan_device_connetct() argument 25 result = rt_wlan_connect(ssid, passwd); in rt_wlan_device_connetct() 107 static int smartconfig_result(rt_smartconfig_type result_type, char *ssid, char *passwd, void *user… in smartconfig_result() argument 113 rt_kprintf("passwd:%s\n", passwd); in smartconfig_result() 115 if (rt_wlan_device_connetct(ssid, passwd) == RT_EOK) in smartconfig_result()
|
| /bsp/bouffalo_lab/bl808/m0/board/wlan_port/ |
| A D | drv_wifi.c | 273 char passwd[64 + 1]; in drv_wlan_softap() local 281 memset(passwd, 0, sizeof(passwd)); in drv_wlan_softap() 296 memcpy(passwd, ap_info->key.val, (ap_info->key.len > 64)? 64 : ap_info->key.len); in drv_wlan_softap() 297 ret = wifi_mgmr_api_ap_start(ssid_name, passwd, channel, hidden_ssid, max_sta_supported, 1); in drv_wlan_softap()
|
| /bsp/amebaz/libraries/smartconfig/inc/ |
| A D | smartconfig.h | 35 typedef int (*rt_smartconfig_result_cb)(rt_smartconfig_type result_type, char *ssid, char *passwd, \
|
Completed in 11 milliseconds