Lines Matching refs:sta
16 bool sta, mfp, decrypted, unicast, assoc; member
45 .sta = true,
54 .sta = true,
63 .sta = true,
73 .sta = true,
100 .sta = true,
109 .sta = true,
118 .sta = true,
128 .sta = true,
139 .sta = true,
150 .sta = true,
158 .sta = true,
166 .sta = true,
177 .sta = true,
185 .sta = true,
194 .sta = true,
204 .sta = true,
214 static struct sta_info sta; in accept_mfp() local
217 .sta = params->sta ? &sta : NULL, in accept_mfp()
228 memset(&sta, 0, sizeof(sta)); in accept_mfp()
230 if (!params->sta) { in accept_mfp()
236 set_sta_flag(&sta, WLAN_STA_MFP); in accept_mfp()
239 set_bit(WLAN_STA_ASSOC, &sta._flags); in accept_mfp()