HomeSort by relevance Sort by last modified time
    Searched refs:nl80211_family_id (Results 1 - 6 of 6) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 225 : mType(type), mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1)
233 : mType(type), mMsg(getHalInfo(iface)->nl80211_family_id, getIfaceInfo(iface)->id),
293 return mInfo->nl80211_family_id;
common.h 166 int nl80211_family_id; // family id for 80211 driver member in struct:__anon41992
wifi_hal.cpp 251 info->nl80211_family_id = genl_ctrl_resolve(cmd_sock, "nl80211");
252 if (info->nl80211_family_id < 0) {
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 295 : mMsg(getHalInfo(handle)->nl80211_family_id), mId(id)
302 : mMsg(getHalInfo(iface)->nl80211_family_id, getIfaceInfo(iface)->id), mId(id)
340 return mInfo->nl80211_family_id;
common.h 101 int nl80211_family_id; // family id for 80211 driver member in struct:hal_info_s
wifi_hal.cpp 523 info->nl80211_family_id = genl_ctrl_resolve(cmd_sock, "nl80211");
524 if (info->nl80211_family_id < 0) {
    [all...]

Completed in 447 milliseconds