Lines Matching refs:mac80211
10 participant mac80211
14 userspace->mac80211: authenticate
17 mac80211->driver: sta_state(AP, not-exists)
18 mac80211->driver: bss_info_changed(clear BSSID)
20 note over mac80211,driver
26 mac80211->driver: config(channel, channel type)
27 mac80211->driver: bss_info_changed(set BSSID, basic rate bitmap)
28 mac80211->driver: sta_state(AP, exists)
31 mac80211->driver: TX directed probe request
32 driver->mac80211: RX probe response
35 mac80211->driver: TX auth frame
36 driver->mac80211: RX auth frame
39 mac80211->driver: TX auth frame
40 driver->mac80211: RX auth frame
43 mac80211->driver: sta_state(AP, authenticated)
44 mac80211->userspace: RX auth frame
48 userspace->mac80211: associate
50 note over mac80211,driver: cleanup like for authenticate
54 mac80211->driver: config(channel, channel type)
55 mac80211->driver: bss_info_changed(set BSSID, basic rate bitmap)
56 mac80211->driver: sta_state(AP, exists)
57 mac80211->driver: sta_state(AP, authenticated)
59 mac80211->driver: TX assoc
60 driver->mac80211: RX assoc response
61 note over mac80211: init rate control
62 mac80211->driver: sta_state(AP, associated)
65 mac80211->driver: sta_state(AP, authorized)
68 mac80211->driver: set up QoS parameters
70 mac80211->driver: bss_info_changed(QoS, HT, associated with AID)
71 mac80211->userspace: associated
80 userspace->mac80211: authorized
81 mac80211->driver: sta_state(AP, authorized)
84 userspace->mac80211: deauthenticate/disassociate
85 mac80211->driver: stop BA sessions
86 mac80211->driver: TX deauth/disassoc
87 mac80211->driver: flush frames
88 mac80211->driver: sta_state(AP,associated)
89 mac80211->driver: sta_state(AP,authenticated)
90 mac80211->driver: sta_state(AP,exists)
91 mac80211->driver: sta_state(AP,not-exists)
92 mac80211->driver: turn off powersave
93 mac80211->driver: bss_info_changed(clear BSSID, not associated, no QoS, ...)
94 mac80211->driver: config(channel type to non-HT)
95 mac80211->userspace: disconnected