Home
last modified time | relevance | path

Searched refs:radio (Results 1 – 25 of 95) sorted by relevance

1234

/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c590 if (wpa_s->radio) in wpa_supplicant_cleanup()
5095 struct wpa_radio *radio; in radio_add_interface() local
5098 radio = iface->radio; in radio_add_interface()
5099 if (radio && os_strcmp(rn, radio->name) == 0) { in radio_add_interface()
5102 dl_list_add(&radio->ifaces, &wpa_s->radio_list); in radio_add_interface()
5103 return radio; in radio_add_interface()
5111 radio = os_zalloc(sizeof(*radio)); in radio_add_interface()
5112 if (radio == NULL) in radio_add_interface()
5116 os_strlcpy(radio->name, rn, sizeof(radio->name)); in radio_add_interface()
5117 dl_list_init(&radio->ifaces); in radio_add_interface()
[all …]
DREADME1014 External requests for radio control
1019 radio. The RADIO_WORK control interface command can be used for this.
1022 used to reserve a slot for radio access. If freq is specified, other
1023 radio work items on the same channel may be completed in
1024 parallel. Otherwise, all other radio work items are blocked during
1028 timeout parameter. This command returns an identifier for the radio work
1031 Once the radio work item has been started, "EXT-RADIO-WORK-START <id>"
1034 indicate that to wpa_supplicant. This allows other radio works to be
1036 program terminating), wpa_supplicant will time out the radio work item
/external/python/cpython2/Demo/sockets/
DREADME3 broadcast.py Broadcast the time to radio.py.
9 radio.py Receive time broadcasts from broadcast.py.
/external/libxkbcommon/xkbcommon/doc/
Dcompat.md27 - radio groups
32 + used to implement radio groups and overlays, and to deal with things
/external/iproute2/etc/iproute2/
Drt_realms11 #4 radio-msu
/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp355 CXFA_FFWidget* radio = in CreateTabOrderWidgetArray() local
357 if (radio->GetNode()->GetExclGroupIfExists() != pWidgetAcc->GetNode()) in CreateTabOrderWidgetArray()
360 m_TabOrderWidgetArray.push_back(radio); in CreateTabOrderWidgetArray()
/external/autotest/server/site_tests/network_WiFi_VerifyRouter/
Dcontrol13 This test is designed to check as quickly as possible that a dual radio
/external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/
Dcontrol12 This test is designed to check as quickly as possible that a dual radio
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
Dcontrol17 radio and host subsystem.
Dcontrol.manual16 radio and host subsystem.
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
Dcontrol17 radio and host subsystem.
Dcontrol.manual16 radio and host subsystem.
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
Dcontrol17 radio and host subsystem when in LE mode.
Dcontrol.manual16 radio and host subsystem when in LE mode.
/external/ukey2/src/main/proto/
Dsecuregcm.proto121 // Does the device have a Bluetooth (classic) radio?
124 // Is the Bluetooth (classic) radio on?
133 // Does the device have a BLE radio?
/external/webrtc/tools/python_charts/
DREADME28 5. In the radio button of the lower part of the window, select
/external/okhttp/website/static/
Dbootstrap-combined.min.css9radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;…
18 …1 small{display:block;line-height:20px}input[type="checkbox"],input[type="radio"]{border:1px solid…
/external/autotest/client/profilers/powertop/src/po/
Dfr.po69 msgstr " I - désactiver la radio Wi-Fi "
319 "Suggestion: Disable the unused WIFI radio by executing the following command:\n"
322 "Suggestion : désactivez la radio Wi-Fi non utilisée en exécutant la commande suivante:\n"
329 "Bluetooth is a radio and consumes quite some power, and keeps USB busy as well.\n"
334 "Le bluetooth est une radio et consomme beaucoup d'énergie ; de plus il\n"
Did.po322 "Suggestion: Disable the unused WIFI radio by executing the following "
326 "Saran: Matikan radio WIFI yang tak dipakai dengan mengeksekusi perintah "
335 "Bluetooth is a radio and consumes quite some power, and keeps USB busy as "
341 "Bluetooth adalah sebuah radio dan mengkonsumsi daya lumayan, dan juga "
/external/python/cpython2/Demo/tix/
Dtixwidgets.py380 sel1 = Tix.Select(w, label='Mere Mortals', allowzero=1, radio=1,
384 sel2 = Tix.Select(w, label='Geeks', allowzero=1, radio=0,
449 font = Tix.Select(w, allowzero=1, radio=0, label='', options=options)
450 para = Tix.Select(w, allowzero=0, radio=1, label='', options=options)
/external/flatbuffers/docs/source/
DTutorial.md24 <input type="radio" name="language" value="cpp" checked="checked">C++</input>
25 <input type="radio" name="language" value="java">Java</input>
26 <input type="radio" name="language" value="csharp">C#</input>
27 <input type="radio" name="language" value="go">Go</input>
28 <input type="radio" name="language" value="python">Python</input>
29 <input type="radio" name="language" value="javascript">JavaScript</input>
30 <input type="radio" name="language" value="typescript">TypeScript</input>
31 <input type="radio" name="language" value="php">PHP</input>
32 <input type="radio" name="language" value="c">C</input>
33 <input type="radio" name="language" value="dart">Dart</input>
[all …]
/external/tensorflow/tensorflow/lite/examples/ios/camera/data/
Dlabels.txt756 radio
757 radio telescope
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/
Dlabels_mobilenet_quant_v1_224.txt756 radio
757 radio telescope
Dlabels_imagenet_slim.txt756 radio
757 radio telescope
/external/tensorflow/tensorflow/lite/examples/ios/simple/data/
Dlabels.txt756 radio
757 radio telescope

1234