Searched refs:new_assoc (Results 1 – 5 of 5) sorted by relevance
1337 bool new_assoc = !!(il->staging.filter_flags & RXON_FILTER_ASSOC_MSK); in il4965_commit_rxon() local1386 if (il_is_associated(il) && new_assoc) { in il4965_commit_rxon()1411 "* channel = %d\n" "* bssid = %pM\n", (new_assoc ? "" : "out"), in il4965_commit_rxon()1420 if (!new_assoc) { in il4965_commit_rxon()1438 if (new_assoc) { in il4965_commit_rxon()
1733 bool new_assoc = !!(staging_rxon->filter_flags & RXON_FILTER_ASSOC_MSK); in il3945_commit_rxon() local1778 if (il_is_associated(il) && new_assoc) { in il3945_commit_rxon()1804 "* channel = %d\n" "* bssid = %pM\n", (new_assoc ? "" : "out"), in il3945_commit_rxon()1826 if (!new_assoc) { in il3945_commit_rxon()
1052 bool new_assoc = !!(ctx->staging.filter_flags & RXON_FILTER_ASSOC_MSK); in iwlagn_commit_rxon() local1135 (new_assoc ? "" : "out"), in iwlagn_commit_rxon()1153 if (new_assoc) in iwlagn_commit_rxon()
1278 __le32 new_assoc; member
2132 cmd->new_assoc = __cpu_to_le32(arg->peer_reassoc ? 0 : 1); in ath10k_wmi_tlv_op_gen_peer_assoc()