HomeSort by: relevance | last modified time | path
    Searched refs:carrier (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
dpp-nfc.py 347 carrier = ndef.Record('application/vnd.wfa.dpp', 'A', uri.data)
357 hr.add_alternative_carrier('active', carrier.name)
358 message = [hr, carrier]
446 for carrier in message:
447 if isinstance(carrier, ndef.HandoverSelectRecord):
449 summary("Remote carrier type: " + carrier.type)
450 if carrier.type == "application/vnd.wfa.dpp":
451 if len(carrier.data) == 0 or carrier.data[0] != 0
    [all...]
p2p-nfc.py 161 summary("Could not get handover request carrier record from wpa_supplicant")
163 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex"))
233 for carrier in message.carriers:
234 print("Remote carrier type: " + carrier.type)
235 if carrier.type == "application/vnd.wfa.p2p":
236 print("P2P carrier type match - send to wpa_supplicant")
237 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
296 for carrier in request.carriers:
297 print("Remote carrier type: " + carrier.type
    [all...]
wps-nfc.py 172 for carrier in request.carriers:
173 print("Remote carrier type: " + carrier.type)
174 if carrier.type == "application/vnd.wfa.wsc":
175 summary("WPS carrier type match - add WPS carrier record")
178 summary("Could not get handover select carrier record from wpa_supplicant")
180 print("Handover select carrier record from wpa_supplicant:")
183 if "OK" in wpas_report_handover(carrier.record, self.sent_carrier, "RESP"):
208 summary("Could not get handover request carrier record from wpa_supplicant"
    [all...]
  /src/usr.bin/rump_dhcpclient/
dhcpcd.h 92 int carrier; member in struct:interface
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_com.c 53 file is signaled by a loss of carrier (the loss of carrier may be
191 int carrier; member in struct:_com_modem
251 com->modem.carrier = 1;
308 if (!com->modem.carrier)
322 /* once lost carrier, never ready */
323 com->modem.carrier = 0;
365 | (com->modem.carrier ? 0x80 : 0)
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_com.c 53 file is signaled by a loss of carrier (the loss of carrier may be
191 int carrier; member in struct:_com_modem
251 com->modem.carrier = 1;
308 if (!com->modem.carrier)
322 /* once lost carrier, never ready */
323 com->modem.carrier = 0;
365 | (com->modem.carrier ? 0x80 : 0)
  /src/external/bsd/wpa/dist/hostapd/
wps-ap-nfc.py 143 for carrier in request.carriers:
144 print("Remote carrier type: " + carrier.type)
145 if carrier.type == "application/vnd.wfa.wsc":
146 summary("WPS carrier type match - add WPS carrier record")
149 summary("Could not get handover select carrier record from hostapd")
151 print("Handover select carrier record from hostapd:")
153 if "OK" in wpas_report_handover(carrier.record, data):
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
Makefile 29 dtb-$(CONFIG_ARCH_MVEBU) += ac5x-rd-carrier-cn9131.dtb
  /src/external/bsd/dhcpcd/dist/src/
dhcpcd.h 86 int carrier; member in struct:interface
script.c 334 strcmp(reason, "CARRIER") == 0 ||
365 ifp->carrier == LINK_UNKNOWN ? "unknown" :
366 ifp->carrier == LINK_UP ? "up" : "down") == -1)
422 strcmp(reason, "CARRIER") == 0 ||
611 switch (ifp->carrier) {
613 reason = "CARRIER";
route.c 180 /* Prefer interfaces with a carrier. */
181 c = ifp1->carrier - ifp2->carrier;
186 if (ifp1->carrier == LINK_DOWN && ifp2->carrier == LINK_DOWN) {
dhcpcd.c 719 loginfox("%s: carrier lost - roaming", ifp->name);
739 dhcpcd_handlecarrier(struct interface *ifp, int carrier, unsigned int flags)
744 ifp->carrier = carrier;
762 loginfox("%s: carrier lost", ifp->name);
781 * At this point carrier is NOT DOWN and we have IFF_UP.
784 * The consideration of any other information about carrier should
791 if (carrier == LINK_UNKNOWN)
792 loginfox("%s: carrier unknown, assuming up", ifp->name);
794 loginfox("%s: carrier acquired", ifp->name)
    [all...]
if.c 180 * need to sync with carrier.
190 (ifp->carrier != LINK_DOWN ||
711 ifp->carrier = if_carrier(ifp, ifa->ifa_data);
if-bsd.c 440 * when the carrier comes up again. */
442 return ifp->flags & IFF_UP && ifp->carrier == LINK_DOWN;
1388 dhcpcd_handlecarrier(ifp, ifp->carrier,
  /src/sys/dev/ic/
cy.c 381 /* wait for carrier if necessary */
739 * on carrier detect changes.
987 * handle carrier changes
991 int carrier; local
996 carrier = ((cy->cy_carrier_stat &
1000 printf("cy_poll: carrier change "
1001 "(card %d, port %d, carrier %d)\n",
1002 card, port, carrier);
1005 !(*tp->t_linesw->l_modem)(tp, carrier))
  /src/sbin/ifconfig/
ifconfig.c 116 static int carrier(prop_dictionary_t);
604 exit(carrier(env));
1231 carrier(prop_dictionary_t env) function
  /src/sys/dev/sbus/
magma.c 585 int carrier; local
594 carrier = ISSET(msvr, cd->cd_parmode ? CD1400_MSVR2_DSR : CD1400_MSVR2_CD);
596 if( mtty->mp_carrier != carrier ) {
598 mtty->mp_carrier = carrier;
951 /* tell the tty about the carrier status */
1372 /* set up `carrier detect' interrupts */
  /src/sys/kern/
tty.c 125 * 1) We have carrier.
126 * 2) It's a locally attached terminal, and we are therefore ignoring carrier.
127 * 3) We're using a flow control mechanism that overloads the carrier signal.
404 * Wait for carrier. Also wait for any dialout
1877 * Flag indicates new state of carrier.
1888 * Lost carrier.
1901 * Carrier now on.
1914 * Return argument flag, to turn off device on carrier drop.
2088 int carrier; local
2094 * If we have data, we don't need to check for carrier
    [all...]

Completed in 66 milliseconds