Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Dhal_com.c187 static void two_out_pipe(struct adapter *adapter, bool wifi_cfg) in two_out_pipe() argument
191 if (wifi_cfg) { in two_out_pipe()
226 static void three_out_pipe(struct adapter *adapter, bool wifi_cfg) in three_out_pipe() argument
230 if (wifi_cfg) { in three_out_pipe()
268 bool wifi_cfg = (pregistrypriv->wifi_spec) ? true : false; in hal_mapping_out_pipe() local
276 two_out_pipe(adapter, wifi_cfg); in hal_mapping_out_pipe()
279 three_out_pipe(adapter, wifi_cfg); in hal_mapping_out_pipe()
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drk_ble_app.c58 static struct wifi_config wifi_cfg; variable
134 RK_wifi_connect(wifi_cfg.ssid, wifi_cfg.psk); in rk_config_wifi_thread()
233 strcpy(wifi_cfg.ssid, wifi_ssid); in _rk_ble_recv_data_cb()
234 strcpy(wifi_cfg.psk, wifi_password); in _rk_ble_recv_data_cb()