Searched refs:mgmt (Results 101 - 113 of 113) sorted by relevance

12345

/linux-master/net/bluetooth/
H A Dhci_sock.c35 #include <net/bluetooth/mgmt.h>
H A Dhci_conn.c35 #include <net/bluetooth/mgmt.h>
H A Dsmp.c33 #include <net/bluetooth/mgmt.h>
H A Dhci_core.c41 #include <net/bluetooth/mgmt.h>
724 /* In case this was disabled through mgmt */
791 * get correctly modified as this was a non-mgmt change.
H A Dhci_sync.c13 #include <net/bluetooth/mgmt.h>
77 * likely mgmt socket that initiated the command).
H A Dhci_event.c34 #include <net/bluetooth/mgmt.h>
2457 /* Update the mgmt connected state if necessary. Be careful with
3268 * connection. These features are only touched through mgmt so
7171 * Bluez mgmt api docs.
H A Dmgmt.c34 #include <net/bluetooth/mgmt.h>
948 /* If there's a pending mgmt command the flags will not yet have
972 /* If there's a pending mgmt command the flag will not yet have
1127 /* Non-mgmt controlled devices get this bit set
1129 * for mgmt we require user-space to explicitly enable
2514 /* This is a helper function to test for pending mgmt commands that can
2516 * mgmt command at a time since otherwise we cannot easily track what
6394 * not do any HCI communication but directly send a mgmt
9979 * HCI dev don't send any mgmt signals.
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c2751 struct ieee80211_mgmt *mgmt = (void *)skb->data;
2753 if (!memcmp(mgmt->bssid, bssid, ETH_ALEN))
2748 struct ieee80211_mgmt *mgmt = (void *)skb->data; local
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1049 u32 mgmt[MANAGEMENT_MAX]; member in struct:traffic_stats
1263 /* counts mgmt, ctl, and data packets */
H A D4965-mac.c3755 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)beacon; local
3761 tim_idx = mgmt->u.beacon.variable - beacon;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dverbs.c501 qp_num = hfi1_16B_get_dest_qpn(packet->mgmt);
/linux-master/net/wireless/
H A Dnl80211.c231 const struct ieee80211_mgmt *mgmt = (void *)data; local
235 if (len < offsetofend(typeof(*mgmt), frame_control))
238 s1g_bcn = ieee80211_is_s1g_beacon(mgmt->frame_control);
252 if (ieee80211_hdrlen(mgmt->frame_control) != hdrlen)
17954 const struct ieee80211_mgmt *mgmt = (void *)buf; local
17964 if (ieee80211_is_deauth(mgmt->frame_control)) {
17966 } else if (ieee80211_is_disassoc(mgmt->frame_control)) {
17968 } else if (ieee80211_is_beacon(mgmt->frame_control)) {
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c895 SET_TX_WRB_HDR_BITS(mgmt, hdr,
1390 * enqueue the pkt a 2nd time with mgmt bit set.

Completed in 515 milliseconds

12345