Home
last modified time | relevance | path

Searched refs:preamble_bitmap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dpr_supplicant.c38 static u8 wpas_pr_best_edca_format_bw(u32 bw_bitmap, u32 preamble_bitmap) in wpas_pr_best_edca_format_bw() argument
42 (preamble_bitmap & BIT(WPA_PR_PREAMBLE_VHT))) in wpas_pr_best_edca_format_bw()
45 (preamble_bitmap & BIT(WPA_PR_PREAMBLE_VHT))) in wpas_pr_best_edca_format_bw()
48 (preamble_bitmap & BIT(WPA_PR_PREAMBLE_VHT))) in wpas_pr_best_edca_format_bw()
51 (preamble_bitmap & BIT(WPA_PR_PREAMBLE_VHT))) in wpas_pr_best_edca_format_bw()
54 (preamble_bitmap & BIT(WPA_PR_PREAMBLE_HT))) in wpas_pr_best_edca_format_bw()
57 (preamble_bitmap & BIT(WPA_PR_PREAMBLE_VHT))) in wpas_pr_best_edca_format_bw()
63 static u8 wpas_pr_best_ntb_format_bw(u32 bw_bitmap, u32 preamble_bitmap) in wpas_pr_best_ntb_format_bw() argument
65 if (!(preamble_bitmap & BIT(WPA_PR_PREAMBLE_HE))) in wpas_pr_best_ntb_format_bw()
83 wpas_pr_edca_is_valid_op_class(u32 bw_bitmap, u32 preamble_bitmap, in wpas_pr_edca_is_valid_op_class() argument
[all …]