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

  /external/wpa_supplicant_8/src/drivers/
netlink.h 26 int linkmode, int operstate);
netlink.c 170 int linkmode, int operstate)
204 if (operstate != -1) {
210 *((char *) RTA_DATA(rta)) = operstate;
214 wpa_printf(MSG_DEBUG, "netlink: Operstate: ifindex=%d linkmode=%d (%s), operstate=%d (%s)",
216 operstate, operstate_str(operstate));
220 wpa_printf(MSG_DEBUG, "netlink: Sending operstate IFLA "
221 "failed: %s (assume operstate is not supported)",
driver_wext.h 38 int operstate; member in struct:wpa_driver_wext_data
driver_nl80211.h 99 int operstate; member in struct:wpa_driver_nl80211_data
driver_wext.c 647 wpa_printf(MSG_DEBUG, "RTM_NEWLINK: operstate=%d ifi_flags=0x%x "
649 drv->operstate, ifi->ifi_flags,
685 * this case, lifting operstate in wpa_driver_wext_set_operstate()
689 if (drv->operstate == 1 &&
    [all...]
driver_nl80211.c 935 pos += os_snprintf(pos, end - pos, " operstate=%u",
1037 * this case, lifting operstate in wpa_driver_nl80211_set_operstate()
1041 if (drv->operstate == 1 &&
1044 wpa_printf(MSG_DEBUG, "nl80211: Set IF_OPER_UP again based on ifi_flags and expected operstate");
1115 pos += os_snprintf(pos, end - pos, " operstate=%u",
    [all...]
  /external/libnl/lib/route/
link.c 698 diff |= LINK_DIFF(OPERSTATE, a->l_operstate != b->l_operstate);
733 __ADD(LINK_ATTR_OPERSTATE, operstate)
1102 * @name Link Operstate Translations
    [all...]

Completed in 44 milliseconds