Searched refs:nodfs (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/lib/
H A Dwifi_hal.cpp133 wifi_error wifi_set_nodfs_flag(wifi_interface_handle iface, u32 nodfs) { argument
/frameworks/opt/net/wifi/service/tools/halutil/
H A Dhalutil.cpp1235 printf(" -nodfs <0|1> Turn OFF/ON non-DFS locales\n");
1273 } else if (strcmp(argv[1], "-nodfs") == 0) {
1274 u32 nodfs = 0; local
1276 nodfs = (u32)atoi(argv[2]);
1277 wifi_set_nodfs_flag(wlan0Handle, nodfs);

Completed in 138 milliseconds