Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c224 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_mgmt_xmit()
291 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_ps_mgmt_xmit()
416 if (ieee->active_scan && (ieee->softmac_features & IEEE_SOFTMAC_PROBERQ)) { in ieee80211_send_probe_requests()
567 if (ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in ieee80211_stop_send_beacons()
576 if(ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in ieee80211_start_send_beacons()
602 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) in ieee80211_stop_scan()
619 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN){ in ieee80211_start_scan()
640 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) in ieee80211_start_scan_syncro()
1754 if((ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE ) && in ieee80211_sta_ps_sleep()
2014 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()
894 if (ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE){ in ieee80211_xmit()
Dieee80211_rx.c2573 if(ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE) in ieee80211_process_probe_response()
2601 if(renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)) in ieee80211_process_probe_response()
Dieee80211.h1919 u16 softmac_features; member
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac.c222 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_mgmt_xmit()
297 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_ps_mgmt_xmit()
506 if (ieee->active_scan && (ieee->softmac_features & in rtllib_send_probe_requests()
687 if (ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in rtllib_stop_send_beacons()
697 if (ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in rtllib_start_send_beacons()
719 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in rtllib_stop_scan()
730 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in rtllib_stop_scan_syncro()
741 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in rtllib_act_scanning()
763 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in rtllib_start_scan()
784 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()
960 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.c2588 if (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE) in rtllib_process_probe_response()
2613 if (renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)) in rtllib_process_probe_response()
2671 if ((ieee->softmac_features & IEEE_SOFTMAC_PROBERS) && in rtllib_rx_mgt()
Drtllib.h2193 u16 softmac_features; member
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_wx.c466 if (!(ieee->softmac_features & IEEE_SOFTMAC_SCAN)) { in r8192_wx_set_scan()
Dr8192E_dev.c2196 priv->rtllib->softmac_features = IEEE_SOFTMAC_SCAN | in rtl8192_InitializeVariables()
Drtl_core.c2494 !(priv->rtllib->softmac_features & IEEE_SOFTMAC_SCAN)) { in rtl8192_close()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c2147 priv->ieee80211->softmac_features = IEEE_SOFTMAC_SCAN | in rtl8192_init_priv_variable()