Searched defs:associated (Results 1 - 4 of 4) sorted by relevance

/net/mac80211/
H A Dled.h18 bool associated);
34 bool associated)
33 ieee80211_led_assoc(struct ieee80211_local *local, bool associated) argument
H A Dled.c33 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) argument
37 if (associated)
H A Dscan.c614 bool associated = false; local
622 * check if at least one STA interface is associated,
632 if (sdata->u.mgd.associated) {
633 associated = true;
658 if (associated && !tx_empty) {
663 } else if (associated && bad_latency) {
H A Dieee80211_i.h39 * associated stations are using power saving. */
418 struct cfg80211_bss *associated; member in struct:ieee80211_if_managed
664 * associated stations and deliver multicast frames both

Completed in 11 milliseconds