Ssid access control with WPA Ent and RADIUS author

Hi, I'd like to control the ssid requested in WPA Enterprise with RADIUS authorization: how to ?
Is there an attribute in RADIUS IOS or Cisco Aironet ?
thanks

Depends on what you are using for a radius server.
Here are some links that might help.
http://www.cisco.com/en/US/products/ps6366/products_configuration_example09186a00807917aa.shtml
http://www.cisco.com/en/US/products/ps6366/products_configuration_example09186a0080921f67.shtml

Similar Messages

  • SAP Business Objects Access control with BI4.1 and enterprise authetication

    Hi Team,
    We are on BI 4.1 with enterprise authentication. We are using IDM (oracle waveset 8) for access management. Currently we receive request from IDM and we manually configure user in BI4.1. We are now planning to automate this process, like as soon as user request place request through IDM , his access wil lget configure in BI 4.1
    can we achieve this using SAP Business Objects Access controle or with any other method ? Need your guidance
    Thanks,
    Nivedita

    Hi Andrea,
    1. you configure the BOE Server with the SAP authentication for your SAP server
    1b you configure trust between the portal server and the SAP system
    2. you import the portal iView template as part of the SAP Kit into the portal server
    3. you create a new system (or use an existing one) in the portal system landscape and configure the properties of the Crystal Enterprise properties
    4. you create a new iView based on the portal iView template
    ingo
    I have some difficulties to create a new system, I don't know witch option i should choose.
         System (from template)     
         +BI JDBC System
         BI ODBO-Compliant OLAP System
         BI SAP Query System
         BI XMLA-Compliant OLAP System
         EP 5.0 System
         HTTP System
         JDBC System
         KM Lotus System
         KM WebDAV System
         KM Windows System
         SAP system using connection string
         SAP system using dedicated application server
         SAP system with load balancing
         Web Service System using WSDL URL+
         System (from PAR)
         com.sap.km.cm.repository.manager
         com.sap.km.common.domino
         com.sap.netweaver.coll.appl.gw
         com.sap.netweaver.coll.appl.sync
         com.sap.portal.httpconnectivity.urlsystem
         com.sap.portal.ivs.sl.connector.helper
         com.sap.portal.runtime.application.soap
         com.sap.portal.systems.bi
         com.sap.portal.systems.datasource
         com.sap.portal.systems.EP5
         com.sap.portal.systems.jdbc
         com.sap.portal.systems.sap
         com.sap.portal.systems.webservices
         com.sap.portal.unification50.template
    Thanks a lot
    Selvam

  • War file and access control with WebLogic

    I am trying to put some access control on different files in my war-file, but just can't get it to work... It seems like all roles defined in weblogic.properties gives the user access to all files in the war. I just don't understand the connections between the security realm, the weblogicURL.policy file and the web.xml file... If I do not specify a weblogic.security.URLAclFile, no access control is done at all.
    This is how my weblogic.properties file looks like:
    weblogic.security.URLAclFile=e:\\weblogic\\weblogicURL.policy
    weblogic.password.koko=kokokoko
    weblogic.password.arnebelinda=arne1234
    weblogic.security.group.ppuseradmins=arnebelinda
    and my weblogicURL.policy:
    deny Principal weblogic.security.acl.GroupImpl "everyone" {
    Permission weblogic.security.acl.URLAcl "weblogic.url", "/admin/-";
    and finally, my web.xml-file:
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>
         <session-config>
              <session-timeout>30</session-timeout>
         </session-config>
         <welcome-file-list>
              <welcome-file>index.jsp</welcome-file>
         </welcome-file-list>
         <security-constraint>
              <web-resource-collection>
                   <web-resource-name>admin</web-resource-name>
                   <url-pattern>index.jsp</url-pattern>          </web-resource-collection>
              <auth-constraint>
                   <role-name>ppuseradmins</role-name>
              </auth-constraint>
         </security-constraint>
         <login-config>
              <auth-method>BASIC</auth-method>
              <realm-name>WebLogic Server</realm-name>
         </login-config>
         <security-role>
              <role-name>ppuseradmins</role-name>
         </security-role>
    </web-app>
    it does not matter which user is part of the ppuseradmins group. The user koko is not a member, but is given access to my whole .war anyway (after submitting correct username/password). Omitting the <realm-name> does not seem to work either; the default realm is not used, instead null is used.
    Does anybody have a clue? I would really appreciate it!
    I am using WebLogic 5.1 sp 9
    best regards,
    PJ

    In you pocily file entry, you have specified "/admin/-"
    However, in the <security-constraint> element in web.xml, your <url-pattern> is not set to /admin
    Could that be the problem ?

  • VDI Access Control with ISE

    Hi Guys,
    Can ISE do the Access Control for the VDI users with thinclients like PCs? Now we wanna to setup the 802.1x authentication for the VDI users, but i'm not sure if this can be done by ISE. Do we just need to configure the access switch ports to open 802.1x as usual and the switch then will relay the radius to ISE?

    Rodrigo,
    You are right if it is using the same IP+MAC, then I don't think the identity-based firewall feature of the ASA will work for you unless you can set the Citrix VDI to use DHCP to give a unique IP for each desktop.
    This is how it worked with vmware::
    1. Single VDI pool with a unique IP for each desktop assigned by DHCP on the same subnet.
    2. User logs in to floating desktop and Windows login server is updated with username and IP
    3. Cisco Directory Agent (CDA) gets the username/IP mapping from Windows login server.
    4. Cisco ASA is configured to allow access based on Windows AD group X.
    5. ASA gets username/IP mapping from CDA and checks AD directly for group assignment.
    6. ASA enforces access policy on the IP that is currently used by the user of group X. Users of groups Y and Z would have different policies.
    NOTE: Anyconnect is not used with identity-based firewall for Windows devices. If used for 802.1x (wired or wireless) or any other supplicant, it does allow Identity-based firewall to work with non-windows devices. If Cisco would only enhance RA VPN to work when using ISE authentication with windows domain detection or assignment, it would be a complete identity-based solution. RA VPN can work if authenticating directly with AD.

  • Access Control with Custom Groups

    I am rather new to APEX. I am trying to implement access control/authorization using custom groups (not the built-in View, Edit, and Administrator groups). I did search the discussion forums and the web in general but so far I have come up empty. I was hoping someone could point me into the right direction as to how to get started. Are there stored procedures that need to be customized/implemented? Where do I store the user groups? Can I use the built-in tables or should I create custom security group tables? Those are just some of the questions I am trying to figure out and any help would be much appreciated.
    And BTW, due to client requirements, we are currently using version 3.2. Not sure if there are any significant changes between that version and the latest version.
    Thank you all!
    Mischa

    Custom authentication is fairly easy to set up with your own tables, here is an example
    http://djmein.blogspot.com.au/2007/07/custom-authentication-authorisation.html
    This leads on to authorisation, again using your own tables. You need to look into using authorization schemes
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/sec_authorization.htm#BABEDFGB
    This can simply be queries on your own group tables, which presumably would control membership by username.
    You ask the question about using built-in tables, yet don't want to the built-in administrator groups?
    Plenty of significant changes, but none that should affect you in regard to authentication/authorisation.
    Scott

  • Access control with JSP

    We have been working with a design company to design our website HTML. However, a portion of these HTML files need to be password protected, all of these files are stored in one particular folder called "/tools". The problem here is that these files should only be accessible if the user has logged into the site, and the design firm has given all of these files an .html extension, which means that they will not be able to run embedded JSP code.
    From what I understand, if I want to create access control in these .html files I will need to rename them all to .jsp and then update all the links to these files to use the .jsp extension. But the design firm is telling me that their other clients never needed to do this and were able to use JSP to control access to the folder itself. They said that it is possible using JSP to prevent access to a particular folder on the webserver, and that anybody without a valid login or session who tries to access the files in the folder can be redirected to the login page. All of this can be achieved without having to insert JSP code into the password-protected HTML files and renaming them with a .jsp extension. Is this true? We want to avoid doing this because there are a lot of HTML files and links that will need to be changed if we rename the files to .jsp.
    I'm still a relative beginner with JSP and have never heard of any functionality which allows JSP to stop a browser from accessing a particular folder on the server. Am I missing something here? Is there really a better way of doing this without using JSP code?
    I have thought about putting the folder in an offline location and then using a controller JSP/servlet to check the user's login status and then read & display the HTML file from the offline folder. But I am not sure if this is really an efficient way of doing this.
    Any suggestions?
    Thanks,
    Phil

    You can set up a servlet filter in the web.xml. That lets you intercept every single request to certain areas of the app, and modify/redirect it if necessary.
    Example: This sets up a filter that runs on all requests to the "/tools" directory:
    In web.xml:
       <filter>
         <filter-name>testFilter</filter-name>
         <filter-class>com.TestFilter</filter-class>
       </filter>
       <filter-mapping>
         <filter-name>testFilter</filter-name>
         <url-pattern>/tools/*</url-pattern>
       </filter-mapping>And an example java class of a filter. This one just logs the request URI.
    package com;
    import java.io.IOException;
    import javax.servlet.Filter;
    import javax.servlet.FilterChain;
    import javax.servlet.FilterConfig;
    import javax.servlet.ServletException;
    import javax.servlet.ServletRequest;
    import javax.servlet.ServletResponse;
    import javax.servlet.http.HttpServletRequest;
    public class TestFilter implements Filter{
         public void init(FilterConfig arg0) throws ServletException {}
         public void destroy() {}
         public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException {
              if (request instanceof HttpServletRequest){
                   HttpServletRequest req = (HttpServletRequest)request;
                   System.out.println("Servicing request for " + req.getRequestURI());
                   chain.doFilter(request, response);
    }

  • Cross-enterprise integration of SAP GRC Access Control with PeopleSoft

    Friends,
    Does anybody has/have/had the owner to implement Cross-enterprise integration of SAP GRC Access Controls 5.2 with PeopleSoft ?
    If yes, what are the key points and approach one should keep in mind while going for this kind of cross-enterprise implementation.
    Is there any reference material, blog, wiki or such informative resource regarding cross enterprise GRC implementation available on the web?
    I tried to search, but could not get good results.
    Any help would be highly appreciated.
    Best Regards,
    Amol Bharti

    Amol-
    From my experience:
    CC 5.2 with Peoplesoft: as long as you have the RTA's installed in the Peoplesoft system and create the connectors in CC, you are good to go.
    AE 5.2 with Peoplesoft: cannot provision to Peoplesoft, however you can connect with Peoplesoft HR for Password Self-Service.  You have the capability to provision to SAP HR.
    FF 5.2 with Peoplesoft: N/A
    RE 5.2 with Peoplesoft: N/A
    I am not sure if there are any standalone docs out there for AC integration with Peoplesoft.  And the 5.2 manuals have sparse information on integration.  However, the AC 5.3 manuals have more detailed info on the integration piece with various other non-SAP systems.
    Sorry, I couldn't share more info, as that is all I know for now...
    Ankur
    GRC Consultant

  • Getting started with aironet 1200 and radius

    Hi,
    Does anyone has a manual how to configure some aironet 1200 AP's with the use of a radius server?
    The best would be a manual from start (reset to factory defaults) to a working solution.
    The built-in radius server or a windows 2008r2 radius server are both possible for me.
    I have tried both, buth did not succeed. (unknown EAP type and unknown username in the radius log)
    Kind regards,
    Ernst

    i talk with a rep and i heard the new good news...there is no c sharp interface for berkeley db on handheld devices yet, it will be released later.
    imagine one having problems executing a simple select statement due to the first release bugs...
    dissapointing...
    good article rekounas once again, your blog was very helpfull especially on my first steps in the olite universe, please keep it up
    Edited by: vasileios on 03-Sep-2010 05:24

  • Configuring Access Control with OIM 11gR2

    Hi,
    I have to configure Access Control resource with OIM 11gR2. Kindly share relevant pointers.
    Best Regards,
    Varun

    I think this link will be Helpful
    22.5.1 Configuring Oracle Application Access Controls Governor
    http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/segduties.htm#OMDEV3394

  • Transaction control with DI Server and B1WS

    Hi everyone,
    recentily I started working with DI server and B1WS, and talking with friends and with a brief research in the foruns Its seens to be impossible to have a Rollback in database transactions performed with DI server and B1WS.
    Its really true? I mean, I receive the Session ID when I use the login service, it shouldn't be so difficult to have a rollback function with this info...

    Really? Anyone knows?

  • IBAN: no control with Key Bank and Bank Account

    Hi,
    I maintain the IBAN number via SM30 (SAP 3.1I), but there is no control between the IBAN and the corresponding Key Bank (TIBAN-BANKL) and Bank Account (TIBAN-BANKL).
    This means you can enter a valid IBAN whatever the key bank and bank account number.
    Ex:
    BANKS BANKL  BANKN         IBAN
    NL    019    0192331515 -> NL94RABO0192331515
    NL    024    0240640764 -> NL94RABO0192331515
    u2026
    If anyone has resolved this issue ?
    Thank you
    Laurent

    I think, System validates IBAN when you flag "Bank data" check box in country specific checks (General settings). Check this setting in your case.

  • [Solved] Trouble with WPA/WPA2 and wireless connections (ath9k)

    Hi, I'm having some issues with my Arch install. Right now I'm posting this from Windows so I don't have precise logs, but I mostly remember the issue so bare with me.
    I'm using ath9k with my Bigfoot Killer 1202 card (not sure what the exact model is), and I can't connect to my university's WPA/WPA2 access point. Using wpa_supplicant I get the error "4-way handshake failed - pre-shared key may be incorrect".
    So after some digging I found that I can get it to authenticate with nohwcrypt=1, but when I rmmod ath9k && modprobe ath9k nohwcrypt=1 it enumerates itself as wlan0 (instead of wlp3s0, which is what I get from booting up).
    Then I made the file /etc/modprobe.d/ath9k with the contents "options ath9k nohwcrypt=1" but it seems to still not want to connect until I rmmod && modprobe manually.
    Can someone point me in the right direction on how to fix this issue? I haven't used Arch in a few years and a lot of things have changed, and so far it seems nothing works as I expect it to. Also, how do I get my wifi card to enumerate as the same device no matter when I load ath9k? I don't care if it's called wlan0 or wlp3s0, I just want it to stay the same.
    Edit: Additional Info
    lspci
    03:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
    cat /sys/module/ath9k/parameters/nohwcrypt
    [root@huxley pobegam]# cat /sys/module/ath9k/parameters/nohwcrypt
    0
    (so I guess it isn't loading from ath9k.conf on boot after all?)
    wpa_supplicant output
    <3>CTRL-EVENT-SCAN-RESULTS
    <3>WPS-AP-AVAILABLE
    <3>CTRL-EVENT-SCAN-RESULTS
    <3>WPS-AP-AVAILABLE
    <3>CTRL-EVENT-SSID-REENABLED id=0 ssid="Student"
    <3>Trying to associate with 00:19:30:6b:1b:a2 (SSID='Student' freq=2412 MHz)
    <3>Association request to the driver failed
    <3>Associated with 00:19:30:6b:1b:a2
    <4>WPA: Failed to set PTK to the driver (alg=2 keylen=32 bssid=00:19:30:6b:1b:a2)
    <3>CTRL-EVENT-DISCONNECTED bssid=00:19:30:6b:1b:a2 reason=1 locally_generated=1
    <3>WPA: 4-Way Handshake failed - pre-shared key may be incorrect
    <3>CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Student" auth_failures=2 duration=20
    <3>CTRL-EVENT-SCAN-RESULTS
    <3>WPS-AP-AVAILABLE
    wpa_supplicant configuration file
    [root@huxley wpa_supplicant]# cat sunyit.conf
    ctrl_interface=/var/run/wpa_supplicant
    update_config=1
    network={
    scan_ssid=1
    ssid="Student"
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    priority=1
    psk="Wireless@SUNYIT"
    Last edited by Pobega (2013-10-02 03:55:51)

    Update: It seems to work ONLY when I rmmod && modprobe; if I force nohwcrypt=1 at boot it doesn't seem to work. Seems kind of odd... Wonder if this is a kernel issue?
    Edit: Also updated with dmesg (because I'm an idiot and forgot to include it)
    [ 2.802118] hub 3-1:1.0: USB hub found
    [ 2.802210] hub 3-1:1.0: 6 ports detected
    [ 2.876377] e1000e 0000:00:19.0 eth0: registered PHC clock
    [ 2.876380] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:90:f5:ea:54:ff
    [ 2.876382] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    [ 2.876418] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
    [ 2.876688] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130517/utaddress-251)
    [ 2.876697] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.908262] usb 4-1: new high-speed USB device number 2 using ehci-pci
    [ 2.913682] [drm] Memory usable by graphics device = 2048M
    [ 2.913687] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
    [ 2.913688] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 2.913702] Console: switching to colour dummy device 80x25
    [ 2.913836] i915 0000:00:02.0: setting latency timer to 64
    [ 2.948473] i915 0000:00:02.0: irq 47 for MSI/MSI-X
    [ 2.948482] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 2.948483] [drm] Driver supports precise vblank timestamp query.
    [ 2.948547] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 3.032964] hub 4-1:1.0: USB hub found
    [ 3.033016] hub 4-1:1.0: 8 ports detected
    [ 3.038244] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 3.169633] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    [ 3.221450] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
    [ 3.237256] fbcon: inteldrmfb (fb0) is primary device
    [ 3.271526] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    [ 3.271623] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 3.491212] Switched to clocksource tsc
    [ 4.027317] psmouse serio2: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126c00, board id: 2439, fw id: 1215751
    [ 4.066270] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input7
    [ 4.477837] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 4.967580] Console: switching to colour frame buffer device 240x67
    [ 4.977758] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 4.977761] i915 0000:00:02.0: registered panic notifier
    [ 4.978457] acpi device:45: registered as cooling_device8
    [ 4.978479] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 4.978579] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
    [ 4.978690] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 4.978877] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
    [ 4.979210] snd_hda_intel 0000:00:03.0: irq 49 for MSI/MSI-X
    [ 4.989927] hda_codec: invalid CONNECT_LIST verb 5[1]:0
    [ 4.989974] hda_codec: invalid CONNECT_LIST verb 6[1]:0
    [ 4.990029] hda_codec: invalid CONNECT_LIST verb 7[1]:0
    [ 4.991935] input: HDA Intel MID HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9
    [ 4.992031] input: HDA Intel MID HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
    [ 4.992087] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
    [ 4.994100] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
    [ 4.994171] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
    [ 6.977361] wlan0: authenticate with 00:1d:45:cd:c1:c2
    [ 6.987213] wlan0: send auth to 00:1d:45:cd:c1:c2 (try 1/3)
    [ 6.988904] wlan0: authenticated
    [ 6.989040] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 6.989044] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 6.989046] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 6.990123] wlan0: associate with 00:1d:45:cd:c1:c2 (try 1/3)
    [ 6.993437] wlan0: RX AssocResp from 00:1d:45:cd:c1:c2 (capab=0x431 status=0 aid=9)
    [ 6.993577] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 6.993624] wlan0: associated
    [ 6.998736] wlan0: deauthenticating from 00:1d:45:cd:c1:c2 by local choice (reason=1)
    [ 7.002835] cfg80211: Calling CRDA for country: US
    [ 24.197672] wlan0: authenticate with 00:1d:45:cd:c1:c2
    [ 24.207666] wlan0: send auth to 00:1d:45:cd:c1:c2 (try 1/3)
    [ 24.209338] wlan0: authenticated
    [ 24.209468] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 24.209472] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 24.209474] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 24.210593] wlan0: associate with 00:1d:45:cd:c1:c2 (try 1/3)
    [ 24.213338] wlan0: RX AssocResp from 00:1d:45:cd:c1:c2 (capab=0x31 status=0 aid=9)
    [ 24.213481] wlan0: associated
    [ 24.221396] wlan0: deauthenticating from 00:1d:45:cd:c1:c2 by local choice (reason=1)
    [ 24.225880] cfg80211: Calling CRDA to update world regulatory domain
    [ 50.045002] wlan0: authenticate with 00:19:30:6b:1b:a2
    [ 50.054957] wlan0: send auth to 00:19:30:6b:1b:a2 (try 1/3)
    [ 50.056639] wlan0: authenticated
    [ 50.056775] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 50.056779] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 50.056781] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 50.057899] wlan0: associate with 00:19:30:6b:1b:a2 (try 1/3)
    [ 50.061270] wlan0: RX AssocResp from 00:19:30:6b:1b:a2 (capab=0x431 status=0 aid=89)
    [ 50.061426] wlan0: associated
    [ 50.073874] wlan0: deauthenticating from 00:19:30:6b:1b:a2 by local choice (reason=1)
    [ 50.078661] cfg80211: Calling CRDA to update world regulatory domain
    [ 75.892318] wlan0: authenticate with 00:1d:45:cd:c1:c2
    [ 75.902267] wlan0: send auth to 00:1d:45:cd:c1:c2 (try 1/3)
    [ 75.904108] wlan0: authenticated
    [ 75.904254] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 75.904256] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 75.904257] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 75.905145] wlan0: associate with 00:1d:45:cd:c1:c2 (try 1/3)
    [ 75.908344] wlan0: RX AssocResp from 00:1d:45:cd:c1:c2 (capab=0x401 status=17 aid=0)
    [ 75.908348] wlan0: 00:1d:45:cd:c1:c2 denied association (code=17)
    [ 75.918844] wlan0: deauthenticating from 00:1d:45:cd:c1:c2 by local choice (reason=3)
    [ 86.045293] wlan0: authenticate with 00:19:30:6b:1b:52
    [ 86.059226] wlan0: send auth to 00:19:30:6b:1b:52 (try 1/3)
    [ 86.061328] wlan0: authenticated
    [ 86.061475] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 86.061477] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 86.061478] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 86.064853] wlan0: associate with 00:19:30:6b:1b:52 (try 1/3)
    [ 86.169949] wlan0: associate with 00:19:30:6b:1b:52 (try 2/3)
    [ 86.179194] wlan0: RX AssocResp from 00:19:30:6b:1b:52 (capab=0x431 status=0 aid=22)
    [ 86.179323] wlan0: associated
    [ 89.123073] wlan0: deauthenticated from 00:19:30:6b:1b:52 (Reason: 4)
    [ 89.147287] cfg80211: Calling CRDA for country: US
    [ 105.770381] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
    [ 105.770386] e1000e 0000:00:19.0 eth0: 10/100 speed: disabling TSO
    [ 105.770418] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 114.898216] wlan0: authenticate with 00:19:30:6b:1b:a2
    [ 114.912130] wlan0: send auth to 00:19:30:6b:1b:a2 (try 1/3)
    [ 114.914102] wlan0: authenticated
    [ 114.914235] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 114.914239] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 114.914241] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 114.914348] wlan0: associate with 00:19:30:6b:1b:a2 (try 1/3)
    [ 114.916916] wlan0: RX AssocResp from 00:19:30:6b:1b:a2 (capab=0x401 status=17 aid=0)
    [ 114.916920] wlan0: 00:19:30:6b:1b:a2 denied association (code=17)
    [ 114.937999] wlan0: deauthenticating from 00:19:30:6b:1b:a2 by local choice (reason=3)
    [ 125.064495] wlan0: authenticate with 00:19:30:6b:1b:52
    [ 125.078431] wlan0: send auth to 00:19:30:6b:1b:52 (try 1/3)
    [ 125.081945] wlan0: authenticated
    [ 125.082083] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 125.082094] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 125.082095] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 125.084061] wlan0: associate with 00:19:30:6b:1b:52 (try 1/3)
    [ 125.098558] wlan0: RX AssocResp from 00:19:30:6b:1b:52 (capab=0x431 status=0 aid=22)
    [ 125.098683] wlan0: associated
    [ 127.937457] wlan0: deauthenticated from 00:19:30:6b:1b:52 (Reason: 4)
    [ 127.959914] cfg80211: Calling CRDA to update world regulatory domain
    Edit: I ended up solving my problem -- the issue I was running into was that ath9k was baked into my initrd without nohwcrypt=1. I opted to `mkinitcpio` again without MODULES='ath9k' -- alternatively, you could add a modprobe.d file to FILES= to get it to work, but I just figured this is simpler.
    Last edited by Pobega (2013-10-02 03:57:27)

  • Linear actuator controlled with external encoder and smart motor - randomly stops

    Hi,
    This is my first experience with Labview or any sort of programming for that matter.  I am using an Animatic Smart Motor Model: SM1720M version 4.15b with an Ultra Motion Bug linear actuator: 4-2B.125-SM17-3.2-1NO-B/EC4 and a 600 series optical encoder.  I am trying to write a VI that allows me to manually control the linear actuator using the encoder.  I attached the one I have been using, but for some reason it randomly stops working, generally  when the actuator is extended about an inch and 2 1/2 inches.  It stops in the same general area, but not the exact same spot.  Any ideas?  Any help would be much appreciated!
    Attachments:
    Manual Command.vi ‏29 KB

    1. The VISA Clear and VISA Close should be outside the loop. You do not want to be re-initializing the VISA session each time through the loop.
    2. You have the port initialized to use line feed as a termination character. When using termination character, you should not use Bytes at Port. Just set the byte count input of VISA Read to a constant larger than the longest message you expect to receive.
    3. With the termination character you do not need the waits between or before the reads.
    4. The 10 ms Wait in the outer loop is rather meaningless when the start button is True. The VISA Write takes much longer than 10 ms for the string you are writing. It does make sense to have a Wait in the False case.
    5. The start button is set to Latch When Released mechanical action. With that setting it retuns to False every time it is read. The result is that the code in the True case only executes one time for each press of the button. Is that what you want?
    A state machine architecture is more flexible and more robust.
    As to why it stops in a particular place, you have not given us nearly enough information to even guess. What is the relationship between motor speed and displacement? Where do you do anything with the encoder? What is the format of the encoder output? How far does the motor move at various speed settings during one iteration of the outer loop? Where is the command to stop the motor when it gets to where you want it? 
    What error messages, if any, do you get when it stops?
    Lynn

  • Outlook 2013: Accessing Exchange with Outlook 2013 and OST on mulitple machines?

    My organization recently transitioned to off-site Exchange servers.  Users were upgraded to Office 365 / Outlook 2013 using OST files (PST files previously
    In addition to my work laptop, I have Outlook 2013 available on a personal Surface Pro 3.  I cannot find a definitive answer on whether it will be a problem to connect to Exchange via Outlook 2013 using an OST files from both the work laptop and personal
    tablet.  Will having OST files on separate machines create sync issues?  I have access to Outlook Web Access on the Surface, but prefer the Outlook desktop application for quick actions and other tools.

    Hi,
    Typically, when you use a Microsoft Exchange Server account, your email messages, calendar, and other items are delivered to and saved on the server. You can configure Outlook to keep a local copy of your items on your computer in an Outlook data file that
    is named an offline Outlook Data File (.ost).
    As what Amit says, there would be no issue configuring Exchange account from both the work laptop and personal tablet. The OST file is synchronized with the Exchange computer when a connection is available. It is synced from Exchange server instead of the
    Outlook client from your first account computer.
    For more information about Outlook Data Files (.pst and .ost), please refer to:
    http://office.microsoft.com/en-us/outlook-help/introduction-to-outlook-data-files-pst-and-ost-HA010354876.aspx
    Regards,
    Winnie Liang
    TechNet Community Support

  • Simple straight line motion control with brushless motor and encoder/mi​croswitch

    I want to go build a motion control system/program using labview. I have a brushless motor and a controller and a National instrument DAC (NI USB-6009). This is how my system looks like: receive an input signal 4-20mA, this should be converted to 0-5V for the controller for speed, controller should move motor till it hits micro switch. The micro switch/encoder should generate a signal (5V) back to shut the controller. I want to record the position of the motor in labview. How do I do this? How do I set the system up? Thank you in advance

    Controller from anaheimautomation: MDC151-050301
    Motor:BLWSG234D-36V-4000-R3     
    Controller and motor go together.
    The input signal for the system will be 4-20mA. Using this signal I will correlate it to a specific voltage which will drive the speed of the motor. This will displace the lead screw linearly. I will have a microswitch that will be triggered by screw and will relay a signal to shut the motor. I want find a way to record the position of the shaft/leadscrew at that specific point. I want to identify a home position, halfway position and full length travel position. I will use 3 swiches or 1 switch in three positions to identify all these points.
    My end result should be whwn I turn on the system or start the program It should detect whether it is at the home position, if not travel to home then respond accordigly given an input signal(4-20mA).
    How will I program such on labview...finding all the right icons to record the data is such a mess for me since i'm a beginner.
    Thanks

Maybe you are looking for