HomeSort by relevance Sort by last modified time
    Searched refs:pwr (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
MobileApple80211.h 21 int Apple80211GetPower(Apple80211Ref handle, char *pwr);
22 int Apple80211SetPower(Apple80211Ref handle, char pwr);
MobileApple80211.c 78 static int (*__Apple80211GetPower)(Apple80211Ref handle, char *pwr) = NULL;
80 int Apple80211GetPower(Apple80211Ref handle, char *pwr)
82 return __Apple80211GetPower(handle, pwr);
86 static int (*__Apple80211SetPower)(Apple80211Ref handle, char pwr) = NULL;
88 int Apple80211SetPower(Apple80211Ref handle, char pwr)
90 return __Apple80211SetPower(handle, pwr);
  /external/wpa_supplicant_8/src/drivers/
MobileApple80211.h 21 int Apple80211GetPower(Apple80211Ref handle, char *pwr);
22 int Apple80211SetPower(Apple80211Ref handle, char pwr);
MobileApple80211.c 78 static int (*__Apple80211GetPower)(Apple80211Ref handle, char *pwr) = NULL;
80 int Apple80211GetPower(Apple80211Ref handle, char *pwr)
82 return __Apple80211GetPower(handle, pwr);
86 static int (*__Apple80211SetPower)(Apple80211Ref handle, char pwr) = NULL;
88 int Apple80211SetPower(Apple80211Ref handle, char pwr)
90 return __Apple80211SetPower(handle, pwr);
  /external/bluetooth/bluez/btio/
btio.c 382 struct bt_power pwr; local
384 memset(&pwr, 0, sizeof(struct bt_power));
385 pwr.force_active = force_active;
387 if (setsockopt(sock, SOL_BLUETOOTH, BT_POWER, &pwr,
388 sizeof(pwr)) == 0)
481 struct bt_power pwr; local
484 memset(&pwr, 0, sizeof(pwr));
485 len = sizeof(pwr);
486 if (getsockopt(sock, SOL_BLUETOOTH, BT_POWER, &pwr, &len) == 0)
    [all...]

Completed in 441 milliseconds