Lines Matching full:wlan
25 * wlan - WLAN subsystem enabled: contains either 0 or 1. (ro)
117 * Wlan/Bluetooth/3G, those netbook will load the SCM (windows app) to
118 * disable the original Wlan/Bluetooth control by BIOS when user press
119 * fn key, then control Wlan/Bluetooth/3G by SCM (software control by
133 * Wlan/Bluetooth state in software and we can only read its state.
233 static int get_wireless_state(int *wlan, int *bluetooth) in get_wireless_state() argument
242 if (wlan) in get_wireless_state()
243 *wlan = !!(rdata & 8); in get_wireless_state()
526 static DEVICE_ATTR(wlan, 0444, show_wlan, NULL);
817 /* 0x54 wwan, 0x62 bluetooth, 0x76 wlan, 0xE4 touchpad toggle*/ in msi_laptop_i8042_filter()
874 rfk_wlan = rfkill_alloc("msi-wlan", &sdev->dev, RFKILL_TYPE_WLAN, in rfkill_init()