lilzz
Posts: 411
Joined: Sat Nov 30, 2013 5:27 pm

iwlist finding out Wifi adaptor's adhoc ability

Mon Nov 17, 2014 4:23 pm

I have one the Edimax wifi adapter and on spec it says it support adhoc.

I did

Code: Select all

 iwlist AP
Nothing is shown. Can adhoc ability be shown programmatically?

User avatar
DougieLawson
Posts: 39124
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: iwlist finding out Wifi adaptor's adhoc ability

Mon Nov 17, 2014 4:26 pm

The edimax driver in Linux/Raspbian does NOT support ad-hoc.

You need a special driver to support running an edimax as an access point. AFAIK there is no ad-hoc driver available.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

lilzz
Posts: 411
Joined: Sat Nov 30, 2013 5:27 pm

Re: iwlist finding out Wifi adaptor's adhoc ability

Mon Nov 17, 2014 5:22 pm

DougieLawson wrote:The edimax driver in Linux/Raspbian does NOT support ad-hoc.

You need a special driver to support running an edimax as an access point. AFAIK there is no ad-hoc driver available.
so if it supports it. iwlist AP should list its capability ?

User avatar
DougieLawson
Posts: 39124
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: iwlist finding out Wifi adaptor's adhoc ability

Mon Nov 17, 2014 5:38 pm

lilzz wrote:
DougieLawson wrote:The edimax driver in Linux/Raspbian does NOT support ad-hoc.

You need a special driver to support running an edimax as an access point. AFAIK there is no ad-hoc driver available.
so if it supports it. iwlist AP should list its capability ?
Maybe. It depends if iwlist is using some sort of standard driver API.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Return to “General discussion”