All of lore.kernel.org
 help / color / mirror / Atom feed
* Wireless Encryption
@ 2016-03-29 11:09 Aswin Paranji
  2016-03-29 11:46 ` Arend Van Spriel
  0 siblings, 1 reply; 3+ messages in thread
From: Aswin Paranji @ 2016-03-29 11:09 UTC (permalink / raw)
  To: linux-wireless

Hi,
I'm trying to encrypt the 802.11 data with my own encryption instead
of WEP or WPA. Can anybody guide me on how to do that and where I need
to change. I'm trying to do this with Raspberry PI 3 device.

Appreciate if you can guide me.

Regards,
Aswin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Wireless Encryption
  2016-03-29 11:09 Wireless Encryption Aswin Paranji
@ 2016-03-29 11:46 ` Arend Van Spriel
  2016-03-29 12:15   ` Aswin Paranji
  0 siblings, 1 reply; 3+ messages in thread
From: Arend Van Spriel @ 2016-03-29 11:46 UTC (permalink / raw)
  To: Aswin Paranji, linux-wireless

On 29-3-2016 13:09, Aswin Paranji wrote:
> Hi,
> I'm trying to encrypt the 802.11 data with my own encryption instead
> of WEP or WPA. Can anybody guide me on how to do that and where I need
> to change. I'm trying to do this with Raspberry PI 3 device.

Umm. You mean you want to do it with the integrated wifi chipset on
RPi3. You can basically forget about that. Encryption is done on the
wifi device. The kernel passes 802.3 packets down to the device so there
is nothing to encrypt at that level and the device/firmware does not
have a way for you to plugin a different encryption.

Regards,
Arend

> Appreciate if you can guide me.
> 
> Regards,
> Aswin
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Wireless Encryption
  2016-03-29 11:46 ` Arend Van Spriel
@ 2016-03-29 12:15   ` Aswin Paranji
  0 siblings, 0 replies; 3+ messages in thread
From: Aswin Paranji @ 2016-03-29 12:15 UTC (permalink / raw)
  To: Arend Van Spriel; +Cc: linux-wireless

Arend,

Thanks for the response. What I'm trying to accomplish is to encrypt
the 802.11 data packet that is sent to mac80211 as data frames and
mac80211 sends it to the wifi driver.
I took a look at this blog
"https://www.linux.com/community/blogs/133-general-linux/816721-linux-wireless-networking-a-short-walk"
and thought it would be possible to just encrypt the data part.

I also checked using wireshark where the 80211 data is encrypted using
the wpa key and ssid. I'm looking for a way to encrypt data with out
touching any wifi drivers.

I'am trying to use openwrt to come up with new encryption and see if i
can use it in rapberry pi as a test bed.


Appreciate if you can help.

Regards,
Aswin

On Tue, Mar 29, 2016 at 5:16 PM, Arend Van Spriel
<arend.vanspriel@broadcom.com> wrote:
> On 29-3-2016 13:09, Aswin Paranji wrote:
>> Hi,
>> I'm trying to encrypt the 802.11 data with my own encryption instead
>> of WEP or WPA. Can anybody guide me on how to do that and where I need
>> to change. I'm trying to do this with Raspberry PI 3 device.
>
> Umm. You mean you want to do it with the integrated wifi chipset on
> RPi3. You can basically forget about that. Encryption is done on the
> wifi device. The kernel passes 802.3 packets down to the device so there
> is nothing to encrypt at that level and the device/firmware does not
> have a way for you to plugin a different encryption.
>
> Regards,
> Arend
>
>> Appreciate if you can guide me.
>>
>> Regards,
>> Aswin
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-29 12:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29 11:09 Wireless Encryption Aswin Paranji
2016-03-29 11:46 ` Arend Van Spriel
2016-03-29 12:15   ` Aswin Paranji

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.