You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src/drivers
Gokul Sivakumar 3cdc6d381a mesh: Show peer connected time in the wpa_cli STA cmd output for Mesh mode
When a Mesh interface is managed by wpa_supplicant, include the peer
link connected time (secs) in the output of "sta <addr>", "all_sta"
wpa_cli cmds for each peer. This will be helpful to find when the peer
link connection got established. The NL80211_STA_INFO_CONNECTED_TIME
netlink attribute data is used for this purpose if available.

$ wpa_cli -i mesh0 all_sta
02:00:00:00:02:00
flags=[ASSOC][WMM][HT]
aid=1
capability=0x0
listen_interval=0
supported_rates=82 84 8b 96 8c 12 98 24 b0 48 60 6c
timeout_next=NULLFUNC POLL
rx_packets=77
tx_packets=3
rx_bytes=8510
tx_bytes=284
inactive_msec=104
signal=-30
rx_rate_info=65 mcs 0
tx_rate_info=65 mcs 0
ht_mcs_bitmask=ffff0000000000000000
connected_time=24
ht_caps_info=0x103c

The connected_time field in the output of "hostapd_cli -i ap0 all_sta"
cmd is not affected and it will continue to show the connected time
maintained by hostapd for each STA.

Signed-off-by: Gokul Sivakumar <gokulkumar792@gmail.com>
3 years ago
..
Makefile Add CONFIG_CODE_COVERAGE=y option for gcov 11 years ago
android_drv.h Remove obsolete license notifications 11 years ago
driver.h mesh: Show peer connected time in the wpa_cli STA cmd output for Mesh mode 3 years ago
driver_atheros.c Rename WPA_ALG_IGTK to use the correct cipher name for BIP 4 years ago
driver_bsd.c BSD: If route socket overflows, sync drivers to system interfaces 3 years ago
driver_common.c wpa_supplicant: src: Replace Sane with Valid. 3 years ago
driver_hostap.c driver: Extend send_mlme() with wait option 4 years ago
driver_hostap.h Use SSID_MAX_LEN define instead of value 32 when comparing SSID length 9 years ago
driver_macsec_linux.c macsec_linux: Fix receive-lowest-PN setting 4 years ago
driver_macsec_qca.c MACsec: Convert Boolean to C99 bool 4 years ago
driver_ndis.c nl80211: Fetch information on supported AKMs from the driver 4 years ago
driver_ndis.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
driver_ndis_.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
driver_nl80211.c mesh: Show peer connected time in the wpa_cli STA cmd output for Mesh mode 3 years ago
driver_nl80211.h nl80211: Reduce the number of nlctrl name resolution calls 3 years ago
driver_nl80211_android.c Drop support for libnl 1.1 4 years ago
driver_nl80211_capa.c wpa_supplicant: src: Replace Sane with Valid. 3 years ago
driver_nl80211_event.c P2P: Extend channel determination/validation to 6 GHz channels 3 years ago
driver_nl80211_monitor.c nl80211: Use monitor interface for sending no-encrypt test frames 4 years ago
driver_nl80211_scan.c nl80211: Use process_bss_event() for the nl_connect handler 3 years ago
driver_none.c driver: Remove unused send_ether() driver op 4 years ago
driver_openbsd.c Replace WPA_ALG_PMK with KEY_FLAG_PMK 4 years ago
driver_privsep.c privsep: Mask out control port capability flag 4 years ago
driver_roboswitch.c roboswitch: Check some read operation results 5 years ago
driver_wext.c Rename WPA_ALG_IGTK to use the correct cipher name for BIP 4 years ago
driver_wext.h driver: Move set_key() parameters into a struct 4 years ago
driver_wired.c Fix indentation level 6 years ago
driver_wired_common.c wired: Mark some common helper functions static 8 years ago
driver_wired_common.h wired: Mark some common helper functions static 8 years ago
drivers.c macsec_linux: Add a driver for macsec on Linux kernels 8 years ago
drivers.mak nl80211: Add ACS support for Broadcom device 3 years ago
drivers.mk nl80211: Add ACS support for Broadcom device 3 years ago
linux_defines.h nl80211: Move definitions into separate header files 10 years ago
linux_ioctl.c vlan: Use new bridge ioctl() 5 years ago
linux_ioctl.h nl80211: Generic Linux master interface support for hostapd 9 years ago
linux_wext.h wext: Fix musl build error 10 years ago
ndis_events.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
netlink.c netlink: Fix RTM_SETLINK padding at the end of the message 10 years ago
netlink.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
nl80211_copy.h Sync with mac80211-next.git include/uapi/linux/nl80211.h 3 years ago
priv_netlink.h netlink: Fix RTM_SETLINK padding at the end of the message 10 years ago
rfkill.c rfkill: Fix a memory leak 8 years ago
rfkill.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago