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).