Lines Matching refs:wireless
350 int wireless = 0; in hp_wmi_get_sw_state() local
353 &wireless, sizeof(wireless), in hp_wmi_get_sw_state()
354 sizeof(wireless)); in hp_wmi_get_sw_state()
359 if (wireless & mask) in hp_wmi_get_sw_state()
367 int wireless = 0; in hp_wmi_get_hw_state() local
370 &wireless, sizeof(wireless), in hp_wmi_get_hw_state()
371 sizeof(wireless)); in hp_wmi_get_hw_state()
376 if (wireless & mask) in hp_wmi_get_hw_state()
719 int wireless = 0; in hp_wmi_rfkill_setup() local
721 err = hp_wmi_perform_query(HPWMI_WIRELESS_QUERY, 0, &wireless, in hp_wmi_rfkill_setup()
722 sizeof(wireless), sizeof(wireless)); in hp_wmi_rfkill_setup()
726 if (wireless & 0x1) { in hp_wmi_rfkill_setup()
742 if (wireless & 0x2) { in hp_wmi_rfkill_setup()
760 if (wireless & 0x4) { in hp_wmi_rfkill_setup()
778 if (wireless & 0x8) { in hp_wmi_rfkill_setup()