Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 39)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#4 fixed Switching to ISC open source dhcpclient andib
Description

There are at least 2 problems with xwlan and DHCP. As OS/2 - eCS dhcp client has problems we can not solve the goal is switching to ISC open source dhcpclient.

For traceability the current DHCP problems are documented in this ticket. 1) eCS client does not work with 2 DHCP servers. IIRC client sends DHCPREQUEST with wrong server data. 2) eCS client seems to configure routes before 'old' interface is deleted which leads to wrong routing in stack. This may be related to #3.

#5 fixed Inform user about wpa supplicant andib
Description

There is no info to the user if wpa supplicant is available/working. When trying to connect to wpa protected network it simply does not work. No info that wpa_supplicant.exe is missing.

Would be fine if a popup or fly over message warns about.

#6 fixed Properties dialog shows 2 information pages when WPA is not supported andib
Description

Obviously

   // remove WPA page if WPA not supported
   if (!psdd->fWpaSupported)
      {
      _deleteUlongFromList( IDDLG_PROPERTIES_PAGEWPASUPP, aulPageId, NOTEBOOK_PAGECOUNT);
      _deleteUlongFromList( IDPNL_PROPERTIES_PAGEWPASUPP, aulHelpId, NOTEBOOK_PAGECOUNT);
      }

used in propertiesdlg.c does not work as designed. Maybe wpstk170 bug.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.