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).
Comment by silverjam from Tuesday Apr 22, 2014 at 21:32 GMT
This might be a bug with Android's libnl implementation? So, perhaps this isn't a wpa_s bug, and we need to do more investigation to isolate the root cause.
Issue by twpedersen from Monday May 13, 2013 at 23:27 GMT _Originally opened as https://github.com/cozybit/wpa_s_mesh_android/issues/1_
we currently have this hack
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).