oblique / create_ap

[NOT MAINTAINED] This script creates a NATed or Bridged WiFi Access Point.
BSD 2-Clause "Simplified" License
4.45k stars 1k forks source link

deauthenticated due to inactivity (timer DEAUTH/REMOVE) #372

Open agustin-navarro opened 6 years ago

agustin-navarro commented 6 years ago

Sorry for my bad english The conection works fine while it is active. Once it waits for more work the it fails with this msg:

Config dir: /tmp/create_ap.wlp1s0.conf.ufmXXiMJ PID: 14416 Network Manager found, set ap0 as unmanaged device... DONE wlp1s0 is already associated with channel 6 (2437 MHz), fallback to channel 6 Creating a virtual WiFi interface... ap0 created. Sharing Internet using method: nat hostapd command-line interface: hostapd_cli -p /tmp/create_ap.wlp1s0.conf.ufmXXiMJ/hostapd_ctrl Configuration file: /tmp/create_ap.wlp1s0.conf.ufmXXiMJ/hostapd.conf Using interface ap0 with hwaddr dc:85:de:0a:e2:43 and ssid "MAY" ap0: interface state UNINITIALIZED->ENABLED ap0: AP-ENABLED ap0: STA 2c:20:0b:13:ca:0b IEEE 802.11: authenticated ap0: STA 2c:20:0b:13:ca:0b IEEE 802.11: associated (aid 1) ap0: AP-STA-CONNECTED 2c:20:0b:13:ca:0b ap0: STA 2c:20:0b:13:ca:0b RADIUS: starting accounting session 168AF9C83868B597 ap0: STA 2c:20:0b:13:ca:0b WPA: pairwise key handshake completed (RSN) ap0: AP-STA-DISCONNECTED 2c:20:0b:13:ca:0b ap0: STA 2c:20:0b:13:ca:0b IEEE 802.11: disassociated ap0: STA 2c:20:0b:13:ca:0b IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)

Any help

monanto commented 5 years ago

Any solution having same issue

johnphilby commented 5 years ago

Have you tried adding disassoc_low_ack=0 to hostapd.conf ?