nl80211 interface

The nl80211 interface is the netlink based interface which is used by user space daemons such as wpa_supplicant, hostapd, iw tool to configure the lower WiFi device.

The wpa_supplicant/hostapd register to the lower interface as nl80211_driver interface. once registered, the user space daemons can send configurations commands via netlink socket. A snippet of the nl80211 command is provided below

Reference: include/uapi/linux/nl80211.h

A snippet from the wpa_supplicant readme is provided below

wpa_Supplicant will configure lower interface to driver_nl80211 for cfg80211/mac80211 systems

wpa_supplicant and hostapd configuration files

Comments

  1. Pingback: mac80211 and cfg80211 callback structures | Hitch Hiker's Guide to Learning

Leave a Reply

Your email address will not be published. Required fields are marked *