Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c215 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_mgmt_xmit()
282 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_ps_mgmt_xmit()
402 if (ieee->active_scan && (ieee->softmac_features & IEEE_SOFTMAC_PROBERQ)) { in ieee80211_send_probe_requests()
540 if (ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in ieee80211_stop_send_beacons()
549 if (ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in ieee80211_start_send_beacons()
575 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) in ieee80211_stop_scan()
589 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in ieee80211_start_scan()
607 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) in ieee80211_start_scan_syncro()
1676 if ((ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE) && in ieee80211_sta_ps_sleep()
1917 if ((ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE) && in ieee80211_rx_frame_softmac()
[all …]
H A Dieee80211_tx.c557 if ((!ieee->hard_start_xmit && !(ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE)) || in ieee80211_xmit()
558 ((!ieee->softmac_data_hard_start_xmit && (ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE)))) { in ieee80211_xmit()
819 if (ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE) { in ieee80211_xmit()
H A Dieee80211_rx.c2364 if (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE) in ieee80211_process_probe_response()
2391 if (renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)) in ieee80211_process_probe_response()
H A Dieee80211.h1714 u16 softmac_features; member
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_softmac.c189 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_mgmt_xmit()
266 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_ps_mgmt_xmit()
465 if (ieee->active_scan && (ieee->softmac_features & in rtllib_send_probe_requests()
637 if (ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in rtllib_stop_send_beacons()
645 if (ieee->softmac_features & IEEE_SOFTMAC_BEACONS) in rtllib_start_send_beacons()
666 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) in rtllib_stop_scan()
673 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) in rtllib_stop_scan_syncro()
680 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in rtllib_act_scanning()
700 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) { in rtllib_start_scan()
717 if (ieee->softmac_features & IEEE_SOFTMAC_SCAN) in rtllib_start_scan_syncro()
[all …]
H A Drtllib_tx.c573 if (!(ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE) || in rtllib_xmit_inter()
575 (ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE)))) { in rtllib_xmit_inter()
932 if (ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE) { in rtllib_xmit_inter()
H A Drtllib_softmac_wx.c307 if (!(ieee->softmac_features & IEEE_SOFTMAC_SCAN)) { in rtllib_wx_sync_scan_wq()
H A Drtllib_rx.c2604 if (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE) in rtllib_process_probe_response()
2626 if (renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)) in rtllib_process_probe_response()
2677 if ((ieee->softmac_features & IEEE_SOFTMAC_PROBERS) && in rtllib_rx_mgt()
H A Drtllib.h1507 u16 softmac_features; member
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c377 if (!(ieee->softmac_features & IEEE_SOFTMAC_SCAN)) { in _rtl92e_wx_set_scan()
H A Dr8192E_dev.c1847 priv->rtllib->softmac_features = IEEE_SOFTMAC_SCAN | in rtl92e_init_variables()
H A Drtl_core.c1901 !(priv->rtllib->softmac_features & IEEE_SOFTMAC_SCAN)) { in _rtl92e_close()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c1925 priv->ieee80211->softmac_features = IEEE_SOFTMAC_SCAN | in rtl8192_init_priv_variable()