Home
last modified time | relevance | path

Searched refs:protection (Results 1 – 23 of 23) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/
Dchannel.c320 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()
Dmain.c445 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 …]
Dmain.h552 struct brcms_protection *protection; member
/drivers/net/wireless/iwlwifi/dvm/
Drxon.c642 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()
Ddev.h536 u8 protection; member
/drivers/staging/csr/
Dsme_sys.c408 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()
Dnetdev.c1187 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()
Dunifi_priv.h327 u8 protection; member
996 u8 protection);
Dunifi_pdu_processing.c1976 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()
Dcsr_wifi_router_ctrl_prim.h1125 u8 protection; member
Dcsr_wifi_router_ctrl_serialize.c856 CsrUint8Ser(ptr, len, (u8) primitive->protection); in CsrWifiRouterCtrlModeSetReqSer()
873 CsrUint8Des((u8 *) &primitive->protection, buffer, &offset); in CsrWifiRouterCtrlModeSetReqDes()
Dcsr_wifi_router_ctrl_lib.h641 msg__->protection = (protection__); \
/drivers/staging/rtl8712/
Drtl871x_xmit.c708 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/
DKconfig20 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/
Dlicense48 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/
DCOPYING43 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/
Dcopying43 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/
Dcommon.c3809 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()
Dcommon.h1230 u8 protection; member
/drivers/misc/
DKconfig232 hardware based memory protection from the others. Enabling
/drivers/mtd/devices/
Ddocg3.c1785 DEBUGFS_RO_ATTR(protection, dbg_protection_show);
/drivers/platform/x86/
DKconfig203 Support for a led indicating disk protection will be provided as
/drivers/net/wireless/rt2x00/
Drt2800lib.c1388 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode() local
1399 switch (protection) { in rt2800_config_ht_opmode()