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

1 2

  /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...]
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...]
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...]
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
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)
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)
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):
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
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
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";
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) {
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...]
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...]
  /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))

Completed in 157 milliseconds

1 2