/drivers/net/wireless/brcm80211/brcmsmac/ |
D | channel.c | 320 wlc->protection->nmode_user) in brcms_c_set_country() 326 brcms_c_set_gmode(wlc, wlc->protection->gmode_user, false); in brcms_c_set_country() 395 brcms_c_set_gmode(wlc, wlc->protection->gmode_user, false); in brcms_c_channel_set_chanspec()
|
D | main.c | 445 kfree(wlc->protection); in brcms_c_detach_mfree() 542 wlc->protection = kzalloc(sizeof(struct brcms_protection), in brcms_c_attach_malloc() 544 if (wlc->protection == NULL) { in brcms_c_attach_malloc() 4001 wlc->protection->_g = (bool) val; in brcms_c_protection_upd() 4004 wlc->protection->g_override = (s8) val; in brcms_c_protection_upd() 4007 wlc->protection->gmode_user = (u8) val; in brcms_c_protection_upd() 4010 wlc->protection->overlap = (s8) val; in brcms_c_protection_upd() 4013 wlc->protection->nmode_user = (s8) val; in brcms_c_protection_upd() 4016 wlc->protection->n_cfg = (s8) val; in brcms_c_protection_upd() 4019 wlc->protection->n_cfg_override = (s8) val; in brcms_c_protection_upd() [all …]
|
D | main.h | 552 struct brcms_protection *protection; member
|
/drivers/net/wireless/iwlwifi/dvm/ |
D | rxon.c | 642 rxon->flags |= cpu_to_le32(ctx->ht.protection << in _iwl_set_rxon_ht() 652 if (ctx->ht.protection == in _iwl_set_rxon_ht() 703 le32_to_cpu(rxon->flags), ctx->ht.protection, in _iwl_set_rxon_ht() 1237 ctx->ht.protection = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in iwlagn_mac_config() 1472 ctx->ht.protection = bss_conf->ht_operation_mode & in iwlagn_bss_info_changed()
|
D | dev.h | 536 u8 protection; member
|
/drivers/staging/csr/ |
D | sme_sys.c | 408 s8 protection; in uf_send_gratuitous_arp() local 442 … if ((protection = uf_get_protection_bit_from_interfacemode(priv, interfaceTag, &arp_req[26])) < 0) in uf_send_gratuitous_arp() 460 priv->netdev[interfaceTag]->dev_addr, protection)) in uf_send_gratuitous_arp() 697 staRecord->protection = req->setProtection; in CsrWifiRouterCtrlPortConfigureReqHandler() 1364 s8 protection = 0; in _sys_packet_req() local 1433 protection = 0; /*WAI packets always sent unencrypted*/ in _sys_packet_req() 1440 …if ((protection = uf_get_protection_bit_from_interfacemode(priv, interfaceTag, peerMacAddress.a)) … in _sys_packet_req() 1446 protection = 0; in _sys_packet_req() 1454 …r(priv, skb, newSkb, req.Priority, &bulkdata, interfaceTag, frame, frame + ETH_ALEN, protection)) { in _sys_packet_req() 1887 interfacePriv->protect = req->protection; in CsrWifiRouterCtrlModeSetReqHandler()
|
D | netdev.c | 1187 u8 protection) in prepare_and_add_macheader() argument 1266 if(protection) { in prepare_and_add_macheader() 1473 s8 protection; in send_ma_pkt_request() local 1540 protection = 0; /*WAI packets always sent unencrypted*/ in send_ma_pkt_request() 1546 …if ((protection = uf_get_protection_bit_from_interfacemode(priv, interfaceTag, ehdr->h_dest)) < 0)… in send_ma_pkt_request() 1552 protection = 0; in send_ma_pkt_request() 1559 …(priv, skb, newSkb, priority, &bulkdata, interfaceTag, ehdr->h_dest, ehdr->h_source, protection)) { in send_ma_pkt_request()
|
D | unifi_priv.h | 327 u8 protection; member 996 u8 protection);
|
D | unifi_pdu_processing.c | 1976 s8 protection = 0; in uf_get_protection_bit_from_interfacemode() local 1985 protection = interfacePriv->protect; in uf_get_protection_bit_from_interfacemode() 1996 protection = interfacePriv->protect; in uf_get_protection_bit_from_interfacemode() 2004 protection = dstStaInfo->protection; in uf_get_protection_bit_from_interfacemode() 2011 return protection; in uf_get_protection_bit_from_interfacemode()
|
D | csr_wifi_router_ctrl_prim.h | 1125 u8 protection; member
|
D | csr_wifi_router_ctrl_serialize.c | 856 CsrUint8Ser(ptr, len, (u8) primitive->protection); in CsrWifiRouterCtrlModeSetReqSer() 873 CsrUint8Des((u8 *) &primitive->protection, buffer, &offset); in CsrWifiRouterCtrlModeSetReqDes()
|
D | csr_wifi_router_ctrl_lib.h | 641 msg__->protection = (protection__); \
|
/drivers/staging/rtl8712/ |
D | rtl871x_xmit.c | 708 uint protection; in r8712_update_protection() local 726 protection = (*(perp + 2)) & BIT(1); in r8712_update_protection() 727 if (protection) { in r8712_update_protection()
|
/drivers/md/ |
D | Kconfig | 20 into a RAID1/4/5 device so as to provide protection against hard 133 contain data sectors, and one drive contains the parity protection. 317 contain data sectors, and one drive contains the parity protection.
|
/drivers/staging/rtl8192e/ |
D | license | 48 Also, for each author's protection and ours, we want to make certain that 91 may at your option offer warranty protection in exchange for a fee.
|
/drivers/staging/usbip/userspace/ |
D | COPYING | 43 Also, for each author's protection and ours, we want to make certain 88 you may at your option offer warranty protection in exchange for a fee.
|
/drivers/staging/rtl8192u/ |
D | copying | 43 Also, for each author's protection and ours, we want to make certain 88 you may at your option offer warranty protection in exchange for a fee.
|
/drivers/net/wireless/iwlegacy/ |
D | common.c | 3809 cpu_to_le32(il->ht.protection << RXON_FLG_HT_OPERATING_MODE_POS); in _il_set_rxon_ht() 3818 if (il->ht.protection == IEEE80211_HT_OP_MODE_PROTECTION_20MHZ) { in _il_set_rxon_ht() 3858 il->ht.protection, il->ht.extension_chan_offset); in _il_set_rxon_ht() 5058 il->ht.protection = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in il_mac_config() 5170 il->ht.protection = in il_ht_conf()
|
D | common.h | 1230 u8 protection; member
|
/drivers/misc/ |
D | Kconfig | 232 hardware based memory protection from the others. Enabling
|
/drivers/mtd/devices/ |
D | docg3.c | 1785 DEBUGFS_RO_ATTR(protection, dbg_protection_show);
|
/drivers/platform/x86/ |
D | Kconfig | 203 Support for a led indicating disk protection will be provided as
|
/drivers/net/wireless/rt2x00/ |
D | rt2800lib.c | 1388 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode() local 1399 switch (protection) { in rt2800_config_ht_opmode()
|