Home
last modified time | relevance | path

Searched refs:wifi_type (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt-app/test/softap/
H A Dsoftap.c151 char wifi_type[128]; in wifi_start_hostapd() local
158 exec_command("ifconfig -a | grep p2p0", wifi_type, 128); in wifi_start_hostapd()
159 if (strstr(wifi_type, "p2p0")) { in wifi_start_hostapd()
170 if (!strncmp(wifi_type, "AP6181", 6)) in wifi_start_hostapd()
181 char wifi_type[128]; in wifi_stop_hostapd() local
185 exec_command("ifconfig -a | grep p2p0", wifi_type, 128); in wifi_stop_hostapd()
186 if (strstr(wifi_type, "p2p0")) { in wifi_stop_hostapd()
/OK3568_Linux_fs/external/rkwifibt/src/
H A Drk_wifibt_init.c58 static char wifi_type[64] = {0}; variable
431 if (wifi_type[0] == 0) { in wifibt_load_driver()
432 check_wifi_chip_type_string(wifi_type); in wifibt_load_driver()
433 save_wifi_chip_type(wifi_type); in wifibt_load_driver()
437 if (!strcmp(wifi_type , module_list[i].wifi_name)) { in wifibt_load_driver()
447 pr_info("%s falied to find wifi driver for type=%s \n", __func__, wifi_type); in wifibt_load_driver()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dwlan_test.c46 static char wifi_type[64] = {0}; variable
198 if (wifi_type[0] == 0) { in wlan_test()
199 check_wifi_chip_type_string(wifi_type); in wlan_test()
200 save_wifi_chip_type(wifi_type); in wlan_test()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/platforms/
H A Datm7039-actions-generic-wlan.c55 int wifi_type = 0; in platform_wifi_power_on() local
56 wifi_type = WLAN_SSV6051; in platform_wifi_power_on()
57 ret = acts_wifi_init(wifi_type); in platform_wifi_power_on()