Searched refs:associated (Results 1 - 14 of 14) 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 Dmlme.c132 if (unlikely(!sdata->u.mgd.associated))
358 /* don't check VHT if we associated as non-VHT station */
384 * Downgrade the new channel if we associated with restricted
385 * capabilities. For example, if we associated as a 20 MHz STA
957 if (!ifmgd->associated)
1002 ifmgd->associated->channel = sdata->csa_chandef.chan;
1054 struct cfg80211_bss *cbss = ifmgd->associated;
1077 ifmgd->associated->bssid, &csa_ie);
1088 ifmgd->associated->bssid,
1361 if (!mgd->associated)
[all...]
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 Doffchannel.c147 sdata->u.mgd.associated)
173 sdata->u.mgd.associated)
H A Ddebugfs_netdev.c328 if (!sdata->u.mgd.associated) {
333 memcpy(hdr->addr1, sdata->u.mgd.associated->bssid, ETH_ALEN);
H A Dcfg.c2166 /* If no associated stations, there's no need to do anything */
2185 * Only stations associated to our AP and
2186 * associated VLANs
2249 * If not associated, or current association is not an HT
2253 if (!sdata->u.mgd.associated ||
2257 ap = sdata->u.mgd.associated->bssid;
2323 /* tell the driver upon association, unless already associated */
2324 if (sdata->u.mgd.associated &&
3200 if (!sdata->u.mgd.associated)
H A Dmain.c338 /* Configure driver only if associated (which also implies it is up) */
339 if (ifmgd->associated)
H A Dtdls.c747 /* make sure we are in managed mode, and associated */
749 !sdata->u.mgd.associated)
H A Dchan.c668 if (!sdata->u.mgd.associated)
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
H A Dtx.c262 if (!ifmgd->associated)
316 "dropped data frame to not associated station %pM\n",
326 * No associated STAs - no need to send multicast
396 * If any of the associated/peer stations is in power save mode,
716 * Lets not bother rate control if we're associated and cannot
722 "scanning and associated. Target station: "
729 * If we're associated with the sta at this point we know we can at
H A Dutil.c1864 if (!sdata->u.mgd.associated)
/net/sched/
H A DKconfig190 Technical information on this method, with pointers to associated

Completed in 88 milliseconds