Searched defs:reason (Results 51 - 56 of 56) sorted by relevance

123

/net/mac80211/
H A Dmlme.c47 "Maximum nullfunc tx tries before disconnecting (reason 4).");
52 "Maximum probe tries before disconnecting (reason 4).");
81 " before disconnecting (reason 4).");
1823 u16 stype, u16 reason, bool tx,
1864 reason, tx, frame_buf);
2093 * function (except for setting the correct probe reason bit)
3377 u8 *bssid, u8 reason, bool tx)
3381 ieee80211_set_disassoc(sdata, IEEE80211_STYPE_DEAUTH, reason,
1822 ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata, u16 stype, u16 reason, bool tx, u8 *frame_buf) argument
3376 ieee80211_sta_connection_lost(struct ieee80211_sub_if_data *sdata, u8 *bssid, u8 reason, bool tx) argument
H A Dutil.c321 enum queue_stop_reason reason,
326 trace_wake_queue(local, queue, reason);
331 if (!test_bit(reason, &local->queue_stop_reasons[queue]))
335 local->q_stop_reasons[queue][reason] = 0;
337 local->q_stop_reasons[queue][reason]--;
339 if (local->q_stop_reasons[queue][reason] == 0)
340 __clear_bit(reason, &local->queue_stop_reasons[queue]);
355 enum queue_stop_reason reason,
362 __ieee80211_wake_queue(hw, queue, reason, refcounted);
375 enum queue_stop_reason reason,
320 __ieee80211_wake_queue(struct ieee80211_hw *hw, int queue, enum queue_stop_reason reason, bool refcounted) argument
354 ieee80211_wake_queue_by_reason(struct ieee80211_hw *hw, int queue, enum queue_stop_reason reason, bool refcounted) argument
374 __ieee80211_stop_queue(struct ieee80211_hw *hw, int queue, enum queue_stop_reason reason, bool refcounted) argument
414 ieee80211_stop_queue_by_reason(struct ieee80211_hw *hw, int queue, enum queue_stop_reason reason, bool refcounted) argument
489 ieee80211_stop_queues_by_reason(struct ieee80211_hw *hw, unsigned long queues, enum queue_stop_reason reason, bool refcounted) argument
531 ieee80211_wake_queues_by_reason(struct ieee80211_hw *hw, unsigned long queues, enum queue_stop_reason reason, bool refcounted) argument
600 ieee80211_stop_vif_queues(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, enum queue_stop_reason reason) argument
609 ieee80211_wake_vif_queues(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, enum queue_stop_reason reason) argument
1210 ieee80211_send_deauth_disassoc(struct ieee80211_sub_if_data *sdata, const u8 *bssid, u16 stype, u16 reason, bool send_frame, u8 *frame_buf) argument
[all...]
/net/bluetooth/
H A Dl2cap_core.c392 int reason; local
400 reason = ECONNREFUSED;
403 reason = ECONNREFUSED;
405 reason = ETIMEDOUT;
407 l2cap_chan_close(chan, reason);
697 void l2cap_chan_close(struct l2cap_chan *chan, int reason) argument
712 l2cap_send_disconn_req(chan, reason);
714 l2cap_chan_del(chan, reason);
725 l2cap_chan_del(chan, reason);
730 l2cap_chan_del(chan, reason);
7265 l2cap_disconn_cfm(struct hci_conn *hcon, u8 reason) argument
[all...]
H A Dmgmt.c1331 dc.reason = 0x15; /* Terminated due to Power Off */
1344 rej.reason = 0x15; /* Terminated due to Power Off */
2776 dc.reason = 0x13; /* Remote User Terminated Connection */
6253 u8 link_type, u8 addr_type, u8 reason,
6277 ev.reason = reason;
6252 mgmt_device_disconnected(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 reason, bool mgmt_connected) argument
/net/core/
H A Ddev.c2172 enum skb_free_reason reason; member in struct:dev_kfree_skb_cb
2227 void __dev_kfree_skb_irq(struct sk_buff *skb, enum skb_free_reason reason) argument
2237 get_kfree_skb_cb(skb)->reason = reason;
2246 void __dev_kfree_skb_any(struct sk_buff *skb, enum skb_free_reason reason) argument
2249 __dev_kfree_skb_irq(skb, reason);
3425 if (likely(get_kfree_skb_cb(skb)->reason == SKB_REASON_CONSUMED))
/net/wireless/
H A Dnl80211.c7325 u16 reason; local
7329 reason = WLAN_REASON_DEAUTH_LEAVING;
7331 reason = nla_get_u16(info->attrs[NL80211_ATTR_REASON_CODE]);
7333 if (reason == 0)
7341 ret = cfg80211_disconnect(rdev, dev, reason, true);
10795 struct net_device *netdev, u16 reason,
10813 (from_ap && reason &&
10814 nla_put_u16(msg, NL80211_ATTR_REASON_CODE, reason)) ||
11131 enum nl80211_connect_failed_reason reason,
11151 nla_put_u32(msg, NL80211_ATTR_CONN_FAILED_REASON, reason))
10794 nl80211_send_disconnected(struct cfg80211_registered_device *rdev, struct net_device *netdev, u16 reason, const u8 *ie, size_t ie_len, bool from_ap) argument
11130 cfg80211_conn_failed(struct net_device *dev, const u8 *mac_addr, enum nl80211_connect_failed_reason reason, gfp_t gfp) argument
[all...]

Completed in 465 milliseconds

123