HomeSort by relevance Sort by last modified time
    Searched defs:is_5350 (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_roboswitch.c 71 int fd, is_5350; member in struct:wpa_driver_roboswitch_data
417 drv->is_5350 = _read[0] == _read[1];
422 drv->is_5350 ? ROBO_VLAN_ACCESS_5350
426 drv->is_5350 ? 2 : 1);
427 if (!(drv->is_5350 ? _read[1] & (1 << 4) : _read[0] & (1 << 14))) {
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 61 int fd, is_5350; member in struct:wpa_driver_roboswitch_data
414 drv->is_5350 = _read[0] == _read[1];
419 drv->is_5350 ? ROBO_VLAN_ACCESS_5350
423 drv->is_5350 ? 2 : 1);
424 if (!(drv->is_5350 ? _read[1] & (1 << 4) : _read[0] & (1 << 14))) {

Completed in 18 milliseconds