Skip to content

mac80211 doesn't report NL80211_FEATURE_SK_TX_STATUS #10

@silverjam

Description

@silverjam

Issue by twpedersen from Monday May 13, 2013 at 23:27 GMT
Originally opened as cozybit/wpa_s_mesh_android#1


we currently have this hack

--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
@@ -2710,6 +2710,8 @@ broken_combination:
 
                if (flags & NL80211_FEATURE_SK_TX_STATUS)
                        info->data_tx_status = 1;
+               else
+                       info->data_tx_status = 1;

To force wpa_supplicant to use the nl80211 frame injection API, as opposed to needing a monitor interface. For some reason NL80211_FEATURE_SK_TX_STATUS is not set on android (no issues on pc using the same compat-drivers).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions