Searched refs:HTOpMode (Results 1 – 3 of 3) sorted by relevance
447 u8 HTOpMode = pHTInfo->CurrentOpMode; in ieee80211_query_protectionmode() local448 if ((pHTInfo->bCurBW40MHz && (HTOpMode == 2 || HTOpMode == 3)) || in ieee80211_query_protectionmode()449 (!pHTInfo->bCurBW40MHz && HTOpMode == 3)) { in ieee80211_query_protectionmode()
442 u8 HTOpMode = ht_info->current_op_mode; in rtllib_query_protectionmode() local444 if ((ht_info->bCurBW40MHz && (HTOpMode == 2 || in rtllib_query_protectionmode()445 HTOpMode == 3)) || in rtllib_query_protectionmode()446 (!ht_info->bCurBW40MHz && HTOpMode == 3)) { in rtllib_query_protectionmode()
402 u8 HTOpMode = pmlmeinfo->HT_protection; in update_attrib_vcs_info() local404 if ((pmlmeext->cur_bwmode && (HTOpMode == 2 || HTOpMode == 3)) || in update_attrib_vcs_info()405 (!pmlmeext->cur_bwmode && HTOpMode == 3)) { in update_attrib_vcs_info()