Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c216 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_mgmt_xmit()
283 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_ps_mgmt_xmit()
403 if (ieee->active_scan && (ieee->softmac_features & IEEE_SOFTMAC_PROBERQ)) { in ieee80211_send_probe_requests()
541 if (ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in ieee80211_stop_send_beacons()
550 if (ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in ieee80211_start_send_beacons()
576 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) in ieee80211_stop_scan()
590 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in ieee80211_start_scan()
608 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) in ieee80211_start_scan_syncro()
1669 if ((ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE) && in ieee80211_sta_ps_sleep()
1908 if ((ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE) && in ieee80211_rx_frame_softmac()
[all …]
Dieee80211_tx.c624 if ((!ieee->hard_start_xmit && !(ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE))|| in ieee80211_xmit()
625 ((!ieee->softmac_data_hard_start_xmit && (ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE)))) { in ieee80211_xmit()
898 if (ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE){ in ieee80211_xmit()
Dieee80211_rx.c2558 if(ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE) in ieee80211_process_probe_response()
2585 if(renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)) in ieee80211_process_probe_response()
Dieee80211.h1782 u16 softmac_features; member
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_softmac.c206 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_mgmt_xmit()
283 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_ps_mgmt_xmit()
491 if (ieee->active_scan && (ieee->softmac_features & in rtllib_send_probe_requests()
668 if (ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in rtllib_stop_send_beacons()
678 if (ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in rtllib_start_send_beacons()
700 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in rtllib_stop_scan()
711 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in rtllib_stop_scan_syncro()
722 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in rtllib_act_scanning()
744 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in rtllib_start_scan()
764 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in rtllib_start_scan_syncro()
[all …]
Drtllib_tx.c595 if ((!ieee->hard_start_xmit && !(ieee->softmac_features & in rtllib_xmit_inter()
598 (ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE)))) { in rtllib_xmit_inter()
959 if (ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE) { in rtllib_xmit_inter()
Drtllib_softmac_wx.c339 if (!(ieee->softmac_features & IEEE_SOFTMAC_SCAN)) { in rtllib_wx_sync_scan_wq()
Drtllib_rx.c2694 if (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE) in rtllib_process_probe_response()
2716 if (renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)) in rtllib_process_probe_response()
2770 if ((ieee->softmac_features & IEEE_SOFTMAC_PROBERS) && in rtllib_rx_mgt()
Drtllib.h1576 u16 softmac_features; member
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_wx.c394 if (!(ieee->softmac_features & IEEE_SOFTMAC_SCAN)) { in _rtl92e_wx_set_scan()
Dr8192E_dev.c2189 priv->rtllib->softmac_features = IEEE_SOFTMAC_SCAN | in rtl92e_init_variables()
Drtl_core.c2202 !(priv->rtllib->softmac_features & IEEE_SOFTMAC_SCAN)) { in _rtl92e_close()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_core.c2172 priv->ieee80211->softmac_features = IEEE_SOFTMAC_SCAN | in rtl8192_init_priv_variable()