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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/
H A Dasus-laptop.c76 * WL_ON and BT_ON are also used for wireless_status()
78 #define WL_ON 0x01 //internal Wifi macro
306 if (mask == BT_ON || mask == WL_ON)
558 return sprintf(buf, "%d\n", read_status(WL_ON));
564 return store_status(buf, count, wl_switch_handle, WL_ON);
1013 write_status(wl_switch_handle, 1, WL_ON);
1017 write_status(NULL, read_status(WL_ON), WL_ON);

Completed in 89 milliseconds