Lines Matching refs:mac
272 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in _rtl92de_process_pwdb() local
275 if (mac->opmode == NL80211_IFTYPE_ADHOC || in _rtl92de_process_pwdb()
276 mac->opmode == NL80211_IFTYPE_AP) in _rtl92de_process_pwdb()
373 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in _rtl92de_translate_rx_signal_stuff() local
389 ether_addr_equal(mac->bssid, in _rtl92de_translate_rx_signal_stuff()
478 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in rtl92de_tx_fill_desc() local
495 if (mac->opmode == NL80211_IFTYPE_STATION) { in rtl92de_tx_fill_desc()
496 bw_40 = mac->bw_40; in rtl92de_tx_fill_desc()
497 } else if (mac->opmode == NL80211_IFTYPE_AP || in rtl92de_tx_fill_desc()
498 mac->opmode == NL80211_IFTYPE_ADHOC) { in rtl92de_tx_fill_desc()
579 mac->cur_40_prime_sc); in rtl92de_tx_fill_desc()
626 if (mac->rdg_en) { in rtl92de_tx_fill_desc()