<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.3157" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=굴림 size=2>Thanks your reply.</FONT></DIV>
<DIV><FONT face=굴림 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=굴림 size=2>Which version do you use ? The config.h I am using 
does not define 'IEEE8021X' It only defines&nbsp;wpa-eap and wpa-psk as the 
following</FONT></DIV>
<DIV><FONT face=굴림 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=굴림 size=2>#define WPA_KEY_MGMT_IEEE8021X BIT(0)<BR>#define 
WPA_KEY_MGMT_PSK BIT(1)</FONT></DIV>
<DIV><FONT face=굴림 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=굴림 size=2>Of course, supplicant's config.h defines the type you 
proposed.</FONT></DIV>
<DIV><FONT face=굴림 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=굴림 size=2>Thanks.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt 굴림">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt 굴림; font-color: black"><B>From:</B> <A 
  title=ambedkar_r@rediffmail.com 
  href="mailto:ambedkar_r@rediffmail.com">ambedkar ranganathan</A> </DIV>
  <DIV style="FONT: 10pt 굴림"><B>To:</B> <A title=youngsinlee@lg-nortel.com 
  href="mailto:youngsinlee@lg-nortel.com">???(Lee Young Sin)</A> </DIV>
  <DIV style="FONT: 10pt 굴림"><B>Cc:</B> <A title=hostap@shmoo.com 
  href="mailto:hostap@shmoo.com">hostap</A> </DIV>
  <DIV style="FONT: 10pt 굴림"><B>Sent:</B> Tuesday, September 18, 2007 11:06 
  PM</DIV>
  <DIV style="FONT: 10pt 굴림"><B>Subject:</B> Re: Questions to configure dynamic 
  wep in hostap.conf</DIV>
  <DIV><BR></DIV>
  <P> <BR>Hi,<BR><BR>It looks your hostap.conf is wrong.Since you use Dynamic 
  WEP key,key management shouldn't be 
  WPA-EAP.<BR><BR>ieee8021x=1<BR>#wep_key_len_broadcast=5<BR>#wep_key_len_unicast=5<BR># 
  Rekeying period in seconds. 0 = do not rekey (i.e., set keys only 
  once)<BR>#wep_rekey_period=300<BR>own_ip_addr=150.150.131.83<BR>auth_server_addr=150.150.131.85<BR>auth_server_port=1812<BR>auth_server_shared_secret=1234567890<BR>acct_server_addr=150.150.131.85<BR>acct_server_port=1813<BR>acct_server_shared_secret=1234567890<BR>key_mgmt=IEEE8021X<BR><BR>Please 
  try the above and let me know the 
  RESULT.<BR><BR>Thanks<BR>Ambedkar.R<BR><BR><BR>On Mon, 17 Sep 2007 ÀÌ¿µ½Å 
  wrote :<BR>&gt;Hi all,<BR>&gt;<BR>&gt;Is there anybody to know how to 
  configure dynamic wep on hostapd ? I changed /etc/hostapd.conf as the 
  following ?<BR>&gt;<BR>&gt;~ # cat /etc/hostapd.conf<BR>&gt;##### hostapd 
  configuration file 
  ##############################################<BR>&gt;...<BR>&gt;ieee8021x=1<BR>&gt;#wep_key_len_broadcast=5<BR>&gt;#wep_key_len_unicast=5<BR>&gt;# 
  Rekeying period in seconds. 0 = do not rekey (i.e., set keys only 
  once)<BR>&gt;#wep_rekey_period=300<BR>&gt;own_ip_addr=150.150.131.83<BR>&gt;auth_server_addr=150.150.131.85<BR>&gt;auth_server_port=1812<BR>&gt;auth_server_shared_secret=1234567890<BR>&gt;acct_server_addr=150.150.131.85<BR>&gt;acct_server_port=1813<BR>&gt;acct_server_shared_secret=1234567890<BR>&gt;wpa_key_mgmt=WPA-EAP<BR>&gt;wpa=1<BR>&gt;...<BR>&gt;<BR>&gt;<BR>&gt;With 
  the above configuration, supplicant does not try to associate with ap because 
  of key_mgmt mismatch. So I disabled 'wpa' and enabled 'wep_key_len_xxx' as the 
  following with the others are 
  same.<BR>&gt;<BR>&gt;...<BR>&gt;wep_key_len_broadcast=5<BR>&gt;wep_key_len_unicast=5<BR>&gt;...<BR>&gt;wpa=0<BR>&gt;<BR>&gt;However, 
  in this case, segmentation fault of hostapd happens as the 
  following.<BR>&gt;<BR>&gt;...<BR>&gt;wlan0: RADIUS Sending RADIUS message to 
  accounting server<BR>&gt;RADIUS message: code=4 (Accounting-Request) 
  identifier=0 length=80<BR>&gt;&nbsp; &nbsp; Attribute 40 (Acct-Status-Type) 
  length=6<BR>&gt;&nbsp; &nbsp; &nbsp; Value: 8<BR>&gt;&nbsp; &nbsp; Attribute 
  45 (Acct-Authentic) length=6<BR>&gt;&nbsp; &nbsp; &nbsp; Value: 
  1<BR>&gt;&nbsp; &nbsp; Attribute 4 (NAS-IP-Address) length=6<BR>&gt;&nbsp; 
  &nbsp; &nbsp; Value: 150.150.131.83<BR>&gt;&nbsp; &nbsp; Attribute 30 
  (Called-Station-Id) length=36<BR>&gt;&nbsp; &nbsp; &nbsp; Value: 
  '00-40-5A-19-25-BF:myLGNet_bbelief2'<BR>&gt;&nbsp; &nbsp; Attribute 49 
  (Acct-Terminate-Cause) length=6<BR>&gt;&nbsp; &nbsp; &nbsp; Value: 
  11<BR>&gt;wlan0: RADIUS Next RADIUS client retransmit in 3 
  seconds<BR>&gt;<BR>&gt;ioctl[SIOCSIWGENIE]: Bad file 
  descriptor<BR>&gt;len=0<BR>&gt;Could not remove generic information element 
  from interface wlan1<BR>&gt;<BR>&gt;[1] + Segmentation fault&nbsp; &nbsp; 
  &nbsp; &nbsp; /usr/sbin/hostapd /etc/hostapd.conf 
  /etc/hostap<BR>&gt;d-1.conf<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;_______________________________________________<BR>&gt;HostAP 
  mailing 
  list<BR>&gt;HostAP@shmoo.com<BR>&gt;http://lists.shmoo.com/mailman/listinfo/hostap<BR></P><BR><BR>
  <TABLE style="FONT-SIZE: 11px; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana" 
  height=57 cellSpacing=0 cellPadding=0 width=644 border=0>
    <TBODY>
    <TR>
      <TD><A 
        href="http://adworks.rediff.com/cgi-bin/AdWorks/click.cgi/www.rediff.com/signature-home.htm/1050715198@Middle5/1437649_1431085/1437170/1?PARTNER=3&amp;OAS_QUERY=null target=new "><IMG 
        alt=Volkswagen 
        src="http://imadworks.rediff.com/cgi-bin/AdWorks/adimage.cgi/1437649_1431085/creative_1437170.gif" 
        border=0></A></TD></TR></TBODY></TABLE></BLOCKQUOTE></BODY></HTML>