Lines Matching refs:proto
196 sta->proto = WPA_PROTO_OSEN; in sta_update_assoc()
203 sta->proto = 0; in sta_update_assoc()
212 sta->proto = data.proto; in sta_update_assoc()
216 if (bss->proto && (sta->proto & bss->proto) == 0) { in sta_update_assoc()
219 MAC2STR(sta->addr), sta->proto, in sta_update_assoc()
220 MAC2STR(bss->bssid), bss->proto); in sta_update_assoc()
229 if (sta->proto && data.group_cipher != bss->group_cipher && in sta_update_assoc()
256 sta->proto == 0 ? "OPEN " : "", in sta_update_assoc()
257 sta->proto & WPA_PROTO_WPA ? "WPA " : "", in sta_update_assoc()
258 sta->proto & WPA_PROTO_RSN ? "WPA2 " : "", in sta_update_assoc()
259 sta->proto & WPA_PROTO_OSEN ? "OSEN " : "", in sta_update_assoc()